aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-17 16:53:34 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-18 15:57:42 +0100
commitf45dc35321f65d409686de0aad248659e73436c9 (patch)
tree43990c161fe620b118c5f05ab346e7fb09d03be6 /openbsc
parent2f6c4b6479d0fcfd429bc0d26832f261370978e0 (diff)
logging: add DRANAP to default_categories
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/libcommon/debug.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/src/libcommon/debug.c b/openbsc/src/libcommon/debug.c
index 93850ba18..e0bd66e18 100644
--- a/openbsc/src/libcommon/debug.c
+++ b/openbsc/src/libcommon/debug.c
@@ -165,6 +165,11 @@ static const struct log_info_cat default_categories[] = {
.description = "BSC/NAT IMSI based filtering",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
+ [DRANAP] = {
+ .name = "DRANAP",
+ .description = "Radio Access Network Application Part Protocol",
+ .enabled = 1, .loglevel = LOGL_DEBUG,
+ },
[DIUCS] = {
.name = "DIUCS",
.description = "Iu-CS Protocol",