mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 04:53:24 +00:00
debug: Add DSUP debug category for subscriber update protocol
This commit is contained in:
@@ -38,6 +38,7 @@ enum {
|
||||
DRANAP,
|
||||
DSUA,
|
||||
DV42BIS,
|
||||
DSUP,
|
||||
Debug_LastEntry,
|
||||
};
|
||||
|
||||
|
||||
@@ -160,6 +160,11 @@ static const struct log_info_cat default_categories[] = {
|
||||
.description = "SMPP interface for external SMS apps",
|
||||
.enabled = 1, .loglevel = LOGL_DEBUG,
|
||||
},
|
||||
[DSUP] = {
|
||||
.name = "DSUP",
|
||||
.description = "SUP interface for external HLR",
|
||||
.enabled = 1, .loglevel = LOGL_DEBUG,
|
||||
},
|
||||
[DFILTER] = {
|
||||
.name = "DFILTER",
|
||||
.description = "BSC/NAT IMSI based filtering",
|
||||
|
||||
Reference in New Issue
Block a user