summaryrefslogtreecommitdiff
path: root/src/lib/gsm_receiver_cf.h
diff options
context:
space:
mode:
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