mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 05:23:43 +00:00
logging: add DSUA to default_categories[]
This commit is contained in:
@@ -175,6 +175,11 @@ static const struct log_info_cat default_categories[] = {
|
|||||||
.description = "Iu-CS Protocol",
|
.description = "Iu-CS Protocol",
|
||||||
.enabled = 1, .loglevel = LOGL_DEBUG,
|
.enabled = 1, .loglevel = LOGL_DEBUG,
|
||||||
},
|
},
|
||||||
|
[DSUA] = {
|
||||||
|
.name = "DSUA",
|
||||||
|
.description = "SCCP User Adaptation Protocol",
|
||||||
|
.enabled = 1, .loglevel = LOGL_DEBUG,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
enum log_filter {
|
enum log_filter {
|
||||||
|
|||||||
Reference in New Issue
Block a user