summaryrefslogtreecommitdiff
path: root/src/lib/gsm_receiver_cf.h
diff options
context:
space:
mode:
authorpiotr <piotr@piotr-desktop.(none)>2009-06-05 21:01:11 +0200
committerpiotr <piotr@piotr-desktop.(none)>2009-06-05 21:01:11 +0200
commit58b281711e2000abe99aa4522a295ad9b97bc1f7 (patch)
tree0502648f06d346edfbc1cac2855c052adb07d7d2 /src/lib/gsm_receiver_cf.h
parentba23d7efb87cd8ba624a1f9c577cf2bbea1b2fed (diff)
just next cleanup, move along
Diffstat (limited to 'src/lib/gsm_receiver_cf.h')
-rw-r--r--src/lib/gsm_receiver_cf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/gsm_receiver_cf.h b/src/lib/gsm_receiver_cf.h
index 978576b..e07eb60 100644
--- a/src/lib/gsm_receiver_cf.h
+++ b/src/lib/gsm_receiver_cf.h
@@ -164,6 +164,10 @@ class burst_counter
unsigned get_offset(){
return (unsigned)d_offset;
}
+ //!!
+ float get_first_sample_offset(){
+ return d_first_sample_offset;
+ }
};
class channel_configuration
@@ -255,10 +259,6 @@ class gsm_receiver_cf : public gr_block
//variables used to store result of the find_fcch_burst fuction
int d_fcch_start_pos;
float d_freq_offset;
-// double d_best_sum;
-
-// int d_fcch_count; //!!!
-// double d_x_temp, d_x2_temp, d_mean;//!!
burst_counter d_burst_nr;
channel_configuration d_channel_conf;
personal git repositories of Harald Welte. Your mileage may vary