aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/debug.h')
-rw-r--r--include/openbsc/debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openbsc/debug.h b/include/openbsc/debug.h
index 3945ee60c..e42c9f192 100644
--- a/include/openbsc/debug.h
+++ b/include/openbsc/debug.h
@@ -9,10 +9,13 @@
#define DRR 0x0008
#define DRSL 0x0010
#define DNM 0x0020
+
#define DSMS 0x0100
#define DPAG 0x0200
+
#define DMI 0x1000
#define DMIB 0x2000
+#define DMUX 0x4000
#ifdef DEBUG
#define DEBUGP(ss, fmt, args...) debugp(ss, __FILE__, __LINE__, 0, fmt, ## args)