summaryrefslogtreecommitdiff
path: root/src/lib/gsm_constants.h
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-06-14 19:16:20 +0200
committerPiotr Krysik <perper@o2.pl>2009-06-14 19:16:20 +0200
commit48dc955afd9c020c9e5627111db222717ce0664f (patch)
treec84006510e47402e7f68d37e03eca8c252875fa1 /src/lib/gsm_constants.h
parent5a3a299da271e6e81c6bf90cec0c235e0b73ddb2 (diff)
little changes to decrease number of errors in output bits
Diffstat (limited to 'src/lib/gsm_constants.h')
-rw-r--r--src/lib/gsm_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/gsm_constants.h b/src/lib/gsm_constants.h
index 1ebce1c..e4e2461 100644
--- a/src/lib/gsm_constants.h
+++ b/src/lib/gsm_constants.h
@@ -33,7 +33,7 @@
#define CHAN_IMP_RESP_LENGTH 5
-#define MAX_SCH_ERRORS 2 //maximum number of subsequent sch errors after which gsm receiver goes to find_next_fcch state
+#define MAX_SCH_ERRORS 5 //maximum number of subsequent sch errors after which gsm receiver goes to find_next_fcch state
typedef enum {empty, fcch_burst, sch_burst, normal_burst, rach_burst, dummy} burst_type;
typedef enum {unknown, multiframe_26, multiframe_51} multiframe_type;
personal git repositories of Harald Welte. Your mileage may vary