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.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