From ff5fa4e45595671cbaf5b319eb6b6b3451b39874 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 20 Nov 2009 13:05:48 +0100 Subject: [debug] Add a debug area for the MGCP code of On Waves --- openbsc/include/openbsc/debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include/openbsc/debug.h') diff --git a/openbsc/include/openbsc/debug.h b/openbsc/include/openbsc/debug.h index c8c0013d9..447c3584f 100644 --- a/openbsc/include/openbsc/debug.h +++ b/openbsc/include/openbsc/debug.h @@ -23,6 +23,8 @@ #define DSCCP 0x10000 #define DMSC 0x20000 +#define DMGCP 0x40000 + #ifdef DEBUG #define DEBUGP(ss, fmt, args...) debugp(ss, __FILE__, __LINE__, 0, fmt, ## args) #define DEBUGPC(ss, fmt, args...) debugp(ss, __FILE__, __LINE__, 1, fmt, ## args) -- cgit v1.2.3