aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msc_vlr/msc_vlr_tests.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-05-09 15:24:49 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-12 10:32:42 +0000
commit979b057ad7e477718d4143b7c5a18dbe542702d6 (patch)
treec3519f3573cbc82f1af98b99199afee40782de90 /tests/msc_vlr/msc_vlr_tests.c
parent6a689b2b5b9f99ff402487bc14e231e5adbc2bbe (diff)
add DSS logging category
Diffstat (limited to 'tests/msc_vlr/msc_vlr_tests.c')
-rw-r--r--tests/msc_vlr/msc_vlr_tests.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/msc_vlr/msc_vlr_tests.c b/tests/msc_vlr/msc_vlr_tests.c
index 81ac3f722..488cd198c 100644
--- a/tests/msc_vlr/msc_vlr_tests.c
+++ b/tests/msc_vlr/msc_vlr_tests.c
@@ -660,6 +660,11 @@ static struct log_info_cat test_categories[] = {
.description = "BSSAP Protocol (A Interface)",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
+ [DSS] = {
+ .name = "DSS",
+ .description = "Supplementary Services",
+ .enabled = 1, .loglevel = LOGL_DEBUG,
+ },
};
static struct log_info info = {