[MERGED] libosmocore[master]: logging: Add log_info_cat for DLSS7/DLSCCP/DLSUA/DLM3UA

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Apr 3 20:32:51 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: logging: Add log_info_cat for DLSS7/DLSCCP/DLSUA/DLM3UA
......................................................................


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
---
M src/logging.c
1 file changed, 20 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/src/logging.c b/src/logging.c
index d900340..05d6b6d 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -140,6 +140,26 @@
 		.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 */

-- 
To view, visit https://gerrit.osmocom.org/2207
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I218aa4cb1fc7640a75663be29bac672dfa8770f5
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list