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
Review at https://gerrit.osmocom.org/2206
logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtran
Change-Id: I61f452208088dc7097165deecef7c058ebb4bd4e
---
M include/osmocom/core/logging.h
1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/06/2206/1
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index 7b28b2c..41a5d77 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -102,7 +102,11 @@
#define DLSTATS -10 /*!< Statistics */
#define DLGSUP -11 /*!< Generic Subscriber Update Protocol */
#define DLOAP -12 /*!< Osmocom Authentication Protocol */
-#define OSMO_NUM_DLIB 12 /*!< Number of logging sub-systems in libraries */
+#define DLSS7 -13 /*!< Osmocom SS7 */
+#define DLSCCP -14 /*!< Osmocom SCCP */
+#define DLSUA -15 /*!< Osmocom SUA */
+#define DLM3UA -16 /*!< Osmocom M3UA */
+#define OSMO_NUM_DLIB 16 /*!< Number of logging sub-systems in libraries */
/*! Configuration of singgle log category / sub-system */
struct log_category {
--
To view, visit https://gerrit.osmocom.org/2206
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I61f452208088dc7097165deecef7c058ebb4bd4e
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>