aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-11-20 13:05:48 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-11-20 13:07:02 +0100
commitff5fa4e45595671cbaf5b319eb6b6b3451b39874 (patch)
tree1e88e435fd517d7e5016437196c6657ef7e50c33 /openbsc/src
parent32201c50a53aa7981628bef14388067bc3706bf0 (diff)
[debug] Add a debug area for the MGCP code of On Waves
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/debug.c b/openbsc/src/debug.c
index f88a90475..5dc2e0ff7 100644
--- a/openbsc/src/debug.c
+++ b/openbsc/src/debug.c
@@ -59,6 +59,7 @@ static const struct debug_info debug_info[] = {
DEBUG_CATEGORY(DMEAS, "DMEAS", "", "")
DEBUG_CATEGORY(DSCCP, "DSCCP", "", "")
DEBUG_CATEGORY(DMSC, "DMSC", "", "")
+ DEBUG_CATEGORY(DMGCP, "DMGCP", "", "")
};
static int use_color = 1;