add DRANAP debug constant

Change-Id: I6132198ea86979e0ed84df32f2b7117feba497f2
This commit is contained in:
Daniel Willmann
2016-05-20 21:59:45 +02:00
committed by Holger Freyther
parent f5713a5c63
commit 35a65edd10
3 changed files with 11 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ enum {
DSMPP,
DFILTER,
DGTPHUB,
DRANAP,
Debug_LastEntry,
};

View File

@@ -281,6 +281,11 @@ static struct log_info_cat gprs_categories[] = {
.description = "GPRS Sub-Network Dependent Control Protocol (SNDCP)",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
[DRANAP] = {
.name = "DRANAP",
.description = "RAN Application Part (RANAP)",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
};
static const struct log_info gprs_log_info = {

View File

@@ -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,
},
};
enum log_filter {