summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte2011-07-21 16:57:57 +0200
committerHarald Welte2011-07-21 16:58:44 +0200
commit95f7eb288c4b8b69d61fa8d68957fb21f09e11e5 (patch)
tree3a0e4113c06d8bfd0d3f48b1d985c0b733c32361 /src
parentmake sure we don't have namespace clashes between libraries and apps (diff)
downloadlibosmocore-95f7eb288c4b8b69d61fa8d68957fb21f09e11e5.tar.gz
libosmocore-95f7eb288c4b8b69d61fa8d68957fb21f09e11e5.tar.xz
libosmocore-95f7eb288c4b8b69d61fa8d68957fb21f09e11e5.zip
remove DLRSL and DLNM, we don't need them
They are not used anywhere in our libraries, so they should be defined by the respective applications
Diffstat (limited to 'src')
-rw-r--r--src/logging.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/logging.c b/src/logging.c
index 52f401c..44fea98 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -94,18 +94,6 @@ static const struct log_info_cat internal_cat[OSMO_NUM_DLIB] = {
.description = "A-bis Input Driver for B-Channels (voice)",
.enabled = 0, .loglevel = LOGL_NOTICE,
},
- [INT2IDX(DLRSL)] = {
- .name = "DRSL",
- .description = "A-bis Radio Siganlling Link (RSL)",
- .color = "\033[1;35m",
- .enabled = 1, .loglevel = LOGL_NOTICE,
- },
- [INT2IDX(DLNM)] = {
- .name = "DNM",
- .description = "A-bis Network Management / O&M (NM/OML)",
- .color = "\033[1;36m",
- .enabled = 1, .loglevel = LOGL_INFO,
- },
};
/* You have to keep this in sync with the structure loglevel_strs. */