mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +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",
|
||||
.enabled = 1, .loglevel = LOGL_DEBUG,
|
||||
},
|
||||
[DSUA] = {
|
||||
.name = "DSUA",
|
||||
.description = "SCCP User Adaptation Protocol",
|
||||
.enabled = 1, .loglevel = LOGL_DEBUG,
|
||||
},
|
||||
};
|
||||
|
||||
enum log_filter {
|
||||
|
Reference in New Issue
Block a user