aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-10 15:18:50 +0100
committerHarald Welte <laforge@osmocom.org>2020-12-10 15:42:15 +0100
commit453a51d1a1590570ff4cd12c58ca1e396bf04b2e (patch)
tree1da36038b880636ac86b74a36d2ef1f176d7b96b /tests
parenta54ed46baccbe287589fa1d6bc6a2cf5ae504102 (diff)
migrate to DLBSSGP as log sub-system for BSSGP
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 7399573fc..057462062 100644
--- a/tests/sgsn/sgsn_test.c
+++ b/tests/sgsn/sgsn_test.c
@@ -1625,11 +1625,6 @@ static struct log_info_cat gprs_categories[] = {
.description = "GPRS Network Service (NS)",
.enabled = 1, .loglevel = LOGL_INFO,
},
- [DBSSGP] = {
- .name = "DBSSGP",
- .description = "GPRS BSS Gateway Protocol (BSSGP)",
- .enabled = 1, .loglevel = LOGL_DEBUG,
- },
[DLLC] = {
.name = "DLLC",
.description = "GPRS Logical Link Control Protocol (LLC)",