aboutsummaryrefslogtreecommitdiffstats
path: root/src/debug.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-05-23 06:42:38 +0000
committerHarald Welte <laforge@gnumonks.org>2009-05-23 06:42:38 +0000
commitc125a680efcc2de2958e0c36e3b6aac1b61ed909 (patch)
tree34c4d504cbae8535b5e017398e5e95045cbba3cc /src/debug.c
parenta4d49e96ab45b12fe581d6ab3cecd0727bccb317 (diff)
A new debug flag is introduced: "DMNCC". MNCC is the Mobile Network Call
Control. This is required for later patches, that extract the call control from gsm_04_08.c. (Andreas Eversberg)
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c
index cdf3d0f2c..10c4bb10d 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -51,6 +51,7 @@ static const struct debug_info debug_info[] = {
DEBUG_CATEGORY(DNM, "DNM", "\033[1;36m", "")
DEBUG_CATEGORY(DSMS, "DSMS", "\033[1;37m", "")
DEBUG_CATEGORY(DPAG, "DPAG", "\033[1;38m", "")
+ DEBUG_CATEGORY(DMNCC, "DMNCC","\033[1;39m", "")
DEBUG_CATEGORY(DINP, "DINP", "", "")
DEBUG_CATEGORY(DMI, "DMI", "", "")
DEBUG_CATEGORY(DMIB, "DMIB", "", "")