diff options
Diffstat (limited to 'src/lib/gsm_constants.h')
-rw-r--r-- | src/lib/gsm_constants.h | 2 |
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, |