aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libcommon
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-04-05 19:34:12 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-05-03 22:03:39 +0200
commit06a88fa0ae1f86cef0a23a1462bfef950418ea36 (patch)
tree493210dbce8130651d7c7a1f92508882e4e95c4f /openbsc/src/libcommon
parent4e8176d0c9c9a98f32cb4541b4f986de0011d4b9 (diff)
filter: Move from DNAT to DFILTER category
Diffstat (limited to 'openbsc/src/libcommon')
-rw-r--r--openbsc/src/libcommon/debug.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/src/libcommon/debug.c b/openbsc/src/libcommon/debug.c
index ca7ff5da6..7fb3ecb67 100644
--- a/openbsc/src/libcommon/debug.c
+++ b/openbsc/src/libcommon/debug.c
@@ -160,6 +160,11 @@ static const struct log_info_cat default_categories[] = {
.description = "SMPP interface for external SMS apps",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
+ [DFILTER] = {
+ .name = "DFILTER",
+ .description = "BSC/NAT IMSI based filtering",
+ .enabled = 1, .loglevel = LOGL_DEBUG,
+ },
};
enum log_filter {