aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-03-04 10:02:29 +0100
committerlaforge <laforge@osmocom.org>2021-03-10 12:30:05 +0000
commitadcf97d095e506174601c67d3a3dcef709fb66e0 (patch)
tree52bcc2f4ad3597f3650dd24a857bb1140f6cf1a9 /tests
parent80adb30e93e83a8df1a245965bf9d58c57f5bd66 (diff)
Remove bogus DNS log category
When we switched to the libosmogb NS2 implementation, we should have removed the DNS category, as NS2 uses DLNS internally and hence DNS is unused. Change-Id: Ia4723ab344ad6a1927029a2d5d0dda020266b39d Closes: OS#5058
Diffstat (limited to 'tests')
-rw-r--r--tests/sgsn/sgsn_test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/sgsn/sgsn_test.c b/tests/sgsn/sgsn_test.c
index 057462062..63a7f3eed 100644
--- a/tests/sgsn/sgsn_test.c
+++ b/tests/sgsn/sgsn_test.c
@@ -1620,11 +1620,6 @@ static struct log_info_cat gprs_categories[] = {
.description = "GPRS Packet Service",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
- [DNS] = {
- .name = "DNS",
- .description = "GPRS Network Service (NS)",
- .enabled = 1, .loglevel = LOGL_INFO,
- },
[DLLC] = {
.name = "DLLC",
.description = "GPRS Logical Link Control Protocol (LLC)",