mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 21:13:44 +00:00
debug: Add DSUP debug category for subscriber update protocol
This commit is contained in:
@@ -38,6 +38,7 @@ enum {
|
|||||||
DRANAP,
|
DRANAP,
|
||||||
DSUA,
|
DSUA,
|
||||||
DV42BIS,
|
DV42BIS,
|
||||||
|
DSUP,
|
||||||
Debug_LastEntry,
|
Debug_LastEntry,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user