From 986421483892618223b230078dbcdd958da92404 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Fri, 12 Jun 2009 11:40:15 +0200 Subject: little changes to gsm_constants - added timeslots, removed some comments --- src/lib/gsm_receiver_cf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 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 b937f76..ef9a8bb 100644 --- a/src/lib/gsm_receiver_cf.h +++ b/src/lib/gsm_receiver_cf.h @@ -61,7 +61,7 @@ class gsm_receiver_cf : public gr_block /** Countes samples consumed by the receiver * - * It is used in beetween find_fcch_burst and find_sch_burst calls. + * It is used in beetween find_fcch_burst and reach_sch_burst calls. * My intention was to synchronize this counter with some internal sample * counter of the USRP. Simple access to such USRP's counter isn't possible * so this variable isn't used in the "synchronized" state of the receiver yet. @@ -135,7 +135,7 @@ class gsm_receiver_cf : public gr_block * @param nitems number of samples in the gsm_receiver's buffer * @return true if SCH burst is near, false otherwise */ - bool find_sch_burst(const int nitems); + bool reach_sch_burst(const int nitems); /** Extracts channel impulse response from a SCH burst and computes first sample number of this burst * -- cgit v1.2.3