mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 05:23:43 +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,
|
DSMPP,
|
||||||
DFILTER,
|
DFILTER,
|
||||||
DGTPHUB,
|
DGTPHUB,
|
||||||
|
DRANAP,
|
||||||
Debug_LastEntry,
|
Debug_LastEntry,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -281,6 +281,11 @@ static struct log_info_cat gprs_categories[] = {
|
|||||||
.description = "GPRS Sub-Network Dependent Control Protocol (SNDCP)",
|
.description = "GPRS Sub-Network Dependent Control Protocol (SNDCP)",
|
||||||
.enabled = 1, .loglevel = LOGL_DEBUG,
|
.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 = {
|
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",
|
.description = "BSC/NAT IMSI based filtering",
|
||||||
.enabled = 1, .loglevel = LOGL_DEBUG,
|
.enabled = 1, .loglevel = LOGL_DEBUG,
|
||||||
},
|
},
|
||||||
|
[DRANAP] = {
|
||||||
|
.name = "DRANAP",
|
||||||
|
.description = "Radio Access Network Application Part Protocol",
|
||||||
|
.enabled = 1, .loglevel = LOGL_DEBUG,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
enum log_filter {
|
enum log_filter {
|
||||||
|
|||||||
Reference in New Issue
Block a user