add DSUA debug constant

Change-Id: I4a3a8189564345700ea4825983ab39a8411227f4
This commit is contained in:
Daniel Willmann 2016-05-20 21:59:35 +02:00 committed by Neels Hofmeyr
parent a66852525a
commit 3adb23cfc5
3 changed files with 11 additions and 0 deletions

View File

@ -35,6 +35,7 @@ enum {
DFILTER,
DGTPHUB,
DRANAP,
DSUA,
Debug_LastEntry,
};

View File

@ -286,6 +286,11 @@ static struct log_info_cat gprs_categories[] = {
.description = "RAN Application Part (RANAP)",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
[DSUA] = {
.name = "DSUA",
.description = "SCCP User Adaptation (SUA)",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
};
static const struct log_info gprs_log_info = {

View File

@ -170,6 +170,11 @@ static const struct log_info_cat default_categories[] = {
.description = "Radio Access Network Application Part Protocol",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
[DSUA] = {
.name = "DSUA",
.description = "SCCP User Adaptation Protocol",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
};
enum log_filter {