From 58b281711e2000abe99aa4522a295ad9b97bc1f7 Mon Sep 17 00:00:00 2001 From: piotr Date: Fri, 5 Jun 2009 21:01:11 +0200 Subject: just next cleanup, move along --- src/lib/gsm_receiver_cf.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/gsm_receiver_cf.h') 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; -- cgit v1.2.3