From 32201c50a53aa7981628bef14388067bc3706bf0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 18 Aug 2009 12:54:50 +0200 Subject: [debug] Add a debug area for MSC --- openbsc/include/openbsc/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc/debug.h') diff --git a/openbsc/include/openbsc/debug.h b/openbsc/include/openbsc/debug.h index 24f45add7..c8c0013d9 100644 --- a/openbsc/include/openbsc/debug.h +++ b/openbsc/include/openbsc/debug.h @@ -21,6 +21,7 @@ #define DINP 0x8000 #define DSCCP 0x10000 +#define DMSC 0x20000 #ifdef DEBUG #define DEBUGP(ss, fmt, args...) debugp(ss, __FILE__, __LINE__, 0, fmt, ## args) -- cgit v1.2.3