logging: add DSUA to default_categories[]

This commit is contained in:
Neels Hofmeyr
2016-03-17 17:56:58 +01:00
parent f45dc35321
commit a5c9cea22c

View File

@@ -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 {