From 059c40476ca7c425736825d2a479d1a4b64ce603 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 3 Apr 2017 22:20:49 +0200 Subject: logging: Add log_info_cat for DLSS7/DLSCCP/DLSUA/DLM3UA In Change-Id I61f452208088dc7097165deecef7c058ebb4bd4e we introduced the #defines but didn't introduce the new log_info_cat information. Change-Id: I218aa4cb1fc7640a75663be29bac672dfa8770f5 --- src/logging.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/logging.c') diff --git a/src/logging.c b/src/logging.c index d900340b..05d6b6d0 100644 --- a/src/logging.c +++ b/src/logging.c @@ -140,6 +140,26 @@ static const struct log_info_cat internal_cat[OSMO_NUM_DLIB] = { .description = "Osmocom Authentication Protocol", .enabled = 1, .loglevel = LOGL_NOTICE, }, + [INT2IDX(DLSS7)] = { + .name = "DLSS7", + .description = "libosmo-sigtran Signalling System 7", + .enabled = 1, .loglevel = LOGL_NOTICE, + }, + [INT2IDX(DLSCCP)] = { + .name = "DLSCCP", + .description = "libosmo-sigtran SCCP Implementation", + .enabled = 1, .loglevel = LOGL_NOTICE, + }, + [INT2IDX(DLSUA)] = { + .name = "DLSUA", + .description = "libosmo-sigtran SCCP User Adaptation", + .enabled = 1, .loglevel = LOGL_NOTICE, + }, + [INT2IDX(DLM3UA)] = { + .name = "DLM3UA", + .description = "libosmo-sigtran MTP3 User Adaptation", + .enabled = 1, .loglevel = LOGL_NOTICE, + }, }; /*! \brief descriptive string for each log level */ -- cgit v1.2.3