mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 04:53:24 +00:00
add DRANAP debug constant
Change-Id: I6132198ea86979e0ed84df32f2b7117feba497f2
This commit is contained in:
committed by
Holger Freyther
parent
f5713a5c63
commit
35a65edd10
@@ -34,6 +34,7 @@ enum {
|
||||
DSMPP,
|
||||
DFILTER,
|
||||
DGTPHUB,
|
||||
DRANAP,
|
||||
Debug_LastEntry,
|
||||
};
|
||||
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user