aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-12-23 15:36:31 +0100
committerHarald Welte <laforge@gnumonks.org>2015-12-23 15:37:17 +0100
commitf42317ba9caa170fb7f1ae1145c40ecc0af46e4f (patch)
treeac4079d93ab9e54e26fee6a21fe92ce84d21554f /src/hnbgw.c
parentf6d0138d76d12e1842524c15eea2c16f3cd37bf3 (diff)
Introduce DRANAP/DRUA log categories to separate logging
Diffstat (limited to 'src/hnbgw.c')
-rw-r--r--src/hnbgw.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/hnbgw.c b/src/hnbgw.c
index 60baf78..0dbe37d 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -274,6 +274,16 @@ static const struct log_info_cat log_cat[] = {
.color = "",
.description = "SCCP User Adaptation",
},
+ [DRUA] = {
+ .name = "DRUA", .loglevel = LOGL_DEBUG, .enabled = 1,
+ .color = "",
+ .description = "RANAP User Adaptation",
+ },
+ [DRANAP] = {
+ .name = "DRANAP", .loglevel = LOGL_DEBUG, .enabled = 1,
+ .color = "",
+ .description = "RAN Application Part",
+ },
};
static const struct log_info hnbgw_log_info = {