summaryrefslogtreecommitdiff
path: root/src/lib/gsm_receiver_cf.h
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-06-13 19:31:43 +0200
committerPiotr Krysik <perper@o2.pl>2009-06-13 19:31:43 +0200
commit46b8adbe2aaeccd7f4d0f700aaa3e1c097be202a (patch)
tree6298bfabe48791bc3c4a89ee76d78216e612c88d /src/lib/gsm_receiver_cf.h
parentc473876ed253c3c70143991e35f9faa9c34c6290 (diff)
added new file for usrp realtime receive - caution - this doesn't work well yet
Diffstat (limited to 'src/lib/gsm_receiver_cf.h')
-rw-r--r--src/lib/gsm_receiver_cf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/gsm_receiver_cf.h b/src/lib/gsm_receiver_cf.h
index af13618..c37813a 100644
--- a/src/lib/gsm_receiver_cf.h
+++ b/src/lib/gsm_receiver_cf.h
@@ -96,6 +96,8 @@ class gsm_receiver_cf : public gr_block
channel_configuration d_channel_conf; ///< mapping of burst_counter to burst_type
//@}
+ unsigned d_failed_sch; ///< number of subsequent erroneous SCH bursts
+
// GSM Stack
GS_CTX d_gs_ctx;//TODO: remove it! it'a not right place for a decoder
personal git repositories of Harald Welte. Your mileage may vary