logging: add DRANAP to default_categories

This commit is contained in:
Neels Hofmeyr
2016-03-17 16:53:34 +01:00
parent 2f6c4b6479
commit f45dc35321

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,
},
[DIUCS] = {
.name = "DIUCS",
.description = "Iu-CS Protocol",