mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
logging: add DRANAP to default_categories
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user