From 86a8031e9cf0b8660d4c34079d0aec1505b4823f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 28 Jan 2018 13:17:10 +0100 Subject: 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 --- src/osmo-bsc/osmo_bsc_main.c | 72 -------------------------------------------- 1 file changed, 72 deletions(-) (limited to 'src/osmo-bsc/osmo_bsc_main.c') diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c index 424d8169b..fd5273453 100644 --- a/src/osmo-bsc/osmo_bsc_main.c +++ b/src/osmo-bsc/osmo_bsc_main.c @@ -315,12 +315,6 @@ static const struct log_info_cat osmo_bsc_categories[] = { .color = "\033[1;36m", .enabled = 1, .loglevel = LOGL_INFO, }, - [DMNCC] = { - .name = "DMNCC", - .description = "MNCC API for Call Control application", - .color = "\033[1;39m", - .enabled = 1, .loglevel = LOGL_NOTICE, - }, [DPAG] = { .name = "DPAG", .description = "Paging Subsystem", @@ -332,11 +326,6 @@ static const struct log_info_cat osmo_bsc_categories[] = { .description = "Radio Measurement Processing", .enabled = 0, .loglevel = LOGL_NOTICE, }, - [DSCCP] = { - .name = "DSCCP", - .description = "SCCP Protocol", - .enabled = 1, .loglevel = LOGL_NOTICE, - }, [DMSC] = { .name = "DMSC", .description = "Mobile Switching Center", @@ -359,41 +348,11 @@ static const struct log_info_cat osmo_bsc_categories[] = { .color = "\033[1;38m", .enabled = 1, .loglevel = LOGL_NOTICE, }, - [DDB] = { - .name = "DDB", - .description = "Database Layer", - .enabled = 1, .loglevel = LOGL_NOTICE, - }, [DREF] = { .name = "DREF", .description = "Reference Counting", .enabled = 0, .loglevel = LOGL_NOTICE, }, - [DGPRS] = { - .name = "DGPRS", - .description = "GPRS Packet Service", - .enabled = 1, .loglevel = LOGL_DEBUG, - }, - [DNS] = { - .name = "DNS", - .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)", - .enabled = 1, .loglevel = LOGL_DEBUG, - }, - [DSNDCP] = { - .name = "DSNDCP", - .description = "GPRS Sub-Network Dependent Control Protocol (SNDCP)", - .enabled = 1, .loglevel = LOGL_DEBUG, - }, [DNAT] = { .name = "DNAT", .description = "GSM 08.08 NAT/Multiplexer", @@ -404,47 +363,16 @@ static const struct log_info_cat osmo_bsc_categories[] = { .description = "Control interface", .enabled = 1, .loglevel = LOGL_NOTICE, }, - [DSMPP] = { - .name = "DSMPP", - .description = "SMPP interface for external SMS apps", - .enabled = 1, .loglevel = LOGL_DEBUG, - }, [DFILTER] = { .name = "DFILTER", .description = "BSC/NAT IMSI based filtering", .enabled = 1, .loglevel = LOGL_DEBUG, }, - [DRANAP] = { - .name = "DRANAP", - .description = "Radio Access Network Application Part Protocol", - .enabled = 1, .loglevel = LOGL_DEBUG, - }, - [DSUA] = { - .name = "DSUA", - .description = "SCCP User Adaptation Protocol", - .enabled = 1, .loglevel = LOGL_DEBUG, - }, [DPCU] = { .name = "DPCU", .description = "PCU Interface", .enabled = 1, .loglevel = LOGL_DEBUG, }, - [DVLR] = { - .name = "DVLR", - .description = "Visitor Location Register", - .enabled = 1, .loglevel = LOGL_DEBUG, - }, - [DIUCS] = { - .name = "DIUCS", - .description = "Iu-CS Protocol", - .enabled = 1, .loglevel = LOGL_DEBUG, - }, - [DSIGTRAN] = { - .name = "DSIGTRAN", - .description = "SIGTRAN Signalling Transport", - .color = "\033[1;29m", - .enabled = 1, .loglevel = LOGL_DEBUG, - }, }; static int filter_fn(const struct log_context *ctx, struct log_target *tar) -- cgit v1.2.3