diff --git a/openbsc/src/debug.c b/openbsc/src/debug.c index 9c6cb4963..6e99d4144 100644 --- a/openbsc/src/debug.c +++ b/openbsc/src/debug.c @@ -28,7 +28,7 @@ #include -unsigned int debug_mask = 0xffffffff & ~(DMI|DMIB); +unsigned int debug_mask = 0xffffffff & ~(DMI|DMIB|DMEAS); struct debug_info { const char *name;