aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-01-28 13:17:10 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2018-02-19 10:47:50 +0100
commit86a8031e9cf0b8660d4c34079d0aec1505b4823f (patch)
tree2c6c5ae35c6987ce541d0347dc61fae829f92871 /include/osmocom
parentc3ad40ca4e4b0e034020a2095925c3de566cd8d3 (diff)
logging: Remove obsolete log categories
About half of our log categories/subsystems were inherited from OsmoNITB, and are no longer used but may confuse the user. Change-Id: I8b39429f71c0faefdf8158a82093cfb19f44809e
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/bsc/debug.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/osmocom/bsc/debug.h b/include/osmocom/bsc/debug.h
index b9295a0c9..37f102c7a 100644
--- a/include/osmocom/bsc/debug.h
+++ b/include/osmocom/bsc/debug.h
@@ -14,33 +14,16 @@ enum {
DRR,
DRSL,
DNM,
- DMNCC,
DPAG,
DMEAS,
- DSCCP,
DMSC,
DMGCP,
DHO,
DHODEC,
- DDB,
DREF,
- DGPRS,
- DNS,
- DBSSGP,
- DLLC,
- DSNDCP,
- DSLHC,
DNAT,
DCTRL,
- DSMPP,
DFILTER,
- DGTPHUB,
- DRANAP,
- DSUA,
- DV42BIS,
DPCU,
- DVLR,
- DIUCS,
- DSIGTRAN,
Debug_LastEntry,
};