aboutsummaryrefslogtreecommitdiffstats
path: root/src/debug.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2008-12-27 16:45:29 +0000
committerHarald Welte <laforge@gnumonks.org>2008-12-27 16:45:29 +0000
commite9a8261486cce294060955d5beae6978546d3781 (patch)
tree86cf45c9f1fbf0e88073487a1667a1e0a9007d62 /src/debug.c
parent4bc90a160af88b72c15a093ef885e98da6b4cd24 (diff)
hack to write TS2 frames to a file
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c
index 27fdb9ceb..5831e8672 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -28,7 +28,7 @@
#include <openbsc/debug.h>
-static unsigned int debug_mask = 0xffffffff & ~DMI;
+static unsigned int debug_mask = 0xffffffff & ~(DMI|DMIB);
struct debug_info {
const char *name;