debug: Add DSUP debug category for subscriber update protocol

This commit is contained in:
Ivan Kluchnikov
2015-08-10 13:37:16 +03:00
parent c6e735fd00
commit 8516d533db
2 changed files with 6 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ enum {
DRANAP, DRANAP,
DSUA, DSUA,
DV42BIS, DV42BIS,
DSUP,
Debug_LastEntry, Debug_LastEntry,
}; };

View File

@@ -160,6 +160,11 @@ static const struct log_info_cat default_categories[] = {
.description = "SMPP interface for external SMS apps", .description = "SMPP interface for external SMS apps",
.enabled = 1, .loglevel = LOGL_DEBUG, .enabled = 1, .loglevel = LOGL_DEBUG,
}, },
[DSUP] = {
.name = "DSUP",
.description = "SUP interface for external HLR",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
[DFILTER] = { [DFILTER] = {
.name = "DFILTER", .name = "DFILTER",
.description = "BSC/NAT IMSI based filtering", .description = "BSC/NAT IMSI based filtering",