summaryrefslogtreecommitdiff
path: root/src/lib/gsm_constants.h
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-04-24 19:24:17 +0200
committerPiotr Krysik <perper@o2.pl>2009-04-24 19:24:17 +0200
commit8591703b11472fa62840e273e13febfe87829bd1 (patch)
tree8d221b9f718b320af882cc0d1ea901ee6d21aed0 /src/lib/gsm_constants.h
parent7894933871c7c880c594949f79c4e340a286d073 (diff)
Some changes to fcch search function and added first sch search functions
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 01dfb22..62dc86b 100644
--- a/src/lib/gsm_constants.h
+++ b/src/lib/gsm_constants.h
@@ -21,7 +21,7 @@
#define TRAIN_POS 58
#define FCCH_HITS_NEEDED (USEFUL_BITS - 4)
-#define FCCH_MAX_MISSES 2
+#define FCCH_MAX_MISSES 1
static const int SYNC_BITS[] = {
1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0,
personal git repositories of Harald Welte. Your mileage may vary