aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-04-01 11:55:31 +0200
committerHarald Welte <laforge@osmocom.org>2020-04-01 11:57:37 +0200
commit25e41af2d965bf740e5bae711af7b52256c311e8 (patch)
tree16e9e6a24441b125cf71afe7d6e6e053e9801079 /tests
parent6ab7a52b674309001c9231be4529a55fabddc6ce (diff)
remove 'NAT' log category
This dates back to a time where osmo-bsc_nat was in the same repository, which is a long time ago. Change-Id: Id965295dfe04f8bd5ce831db70c86f67b8dc290b
Diffstat (limited to 'tests')
-rw-r--r--tests/bsc/bsc_test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/bsc/bsc_test.c b/tests/bsc/bsc_test.c
index 86b72824d..6079ec500 100644
--- a/tests/bsc/bsc_test.c
+++ b/tests/bsc/bsc_test.c
@@ -192,11 +192,6 @@ static const struct log_info_cat log_categories[] = {
.color = "\033[1;36m",
.enabled = 1, .loglevel = LOGL_INFO,
},
- [DNAT] = {
- .name = "DNAT",
- .description = "GSM 08.08 NAT/Multiplexer",
- .enabled = 1, .loglevel = LOGL_NOTICE,
- },
[DMSC] = {
.name = "DMSC",
.description = "Mobile Switching Center",