summaryrefslogtreecommitdiff
path: root/src/lib/gsm_constants.h
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-06-18 14:10:17 +0200
committerPiotr Krysik <perper@o2.pl>2009-06-18 14:10:17 +0200
commite71a1a8675f16b177920d1f6b2413288c914d8f9 (patch)
tree9336897e2be7e6d8ebf5ae138f7ad4728c23d908 /src/lib/gsm_constants.h
parentaa5a774a430337a50409ec9709ff4bf9c98d0fcd (diff)
added new burst type - dummy_or_normal for situations in which you don't know what type is used when
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 e4e2461..74d2e2e 100644
--- a/src/lib/gsm_constants.h
+++ b/src/lib/gsm_constants.h
@@ -35,7 +35,7 @@
#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 {empty, fcch_burst, sch_burst, normal_burst, rach_burst, dummy, dummy_or_normal} burst_type;
typedef enum {unknown, multiframe_26, multiframe_51} multiframe_type;
static const unsigned char SYNC_BITS[] = {
personal git repositories of Harald Welte. Your mileage may vary