summaryrefslogtreecommitdiff
path: root/src/lib/gsm_receiver_config.h
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-06-13 17:28:03 +0200
committerPiotr Krysik <perper@o2.pl>2009-06-13 17:28:03 +0200
commitd406d48293c998567d628d950c66da1ca8ded39c (patch)
tree6069ed5d899d8f328931795a8d560d15c66198d1 /src/lib/gsm_receiver_config.h
parent8d22cd691b045295fd2de22e37868346ab0b0c45 (diff)
cch decoding now works! but I have to remove it in the future :)
Diffstat (limited to 'src/lib/gsm_receiver_config.h')
-rw-r--r--src/lib/gsm_receiver_config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/gsm_receiver_config.h b/src/lib/gsm_receiver_config.h
index ebeedf7..25a3efc 100644
--- a/src/lib/gsm_receiver_config.h
+++ b/src/lib/gsm_receiver_config.h
@@ -33,9 +33,6 @@
#include <stdint.h>
#include <gsm_constants.h>
-typedef enum {empty, fcch_burst, sch_burst, normal_burst, rach_burst, dummy} burst_type;
-typedef enum {unknown, multiframe_26, multiframe_51} multiframe_type;
-
class multiframe_configuration
{
private:
personal git repositories of Harald Welte. Your mileage may vary