aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-09-03 14:58:24 +0200
committerHarald Welte <laforge@osmocom.org>2022-10-16 17:14:08 +0200
commitd98a867743855d84c6bcf2ebcf26af211fc0317b (patch)
treec99b287ad7724e524db30922c31993fe2699e188 /include/osmocom
parent729a2c8e9a0345f6520a53859894d4364a6debbb (diff)
logging.h: Allocate DLM2PA and DLM2UA for libosmo-sigtran
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/core/logging.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index f1304f59..5ae38c75 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -152,7 +152,9 @@ void logp(int subsys, const char *file, int line, int cont, const char *format,
#define DLIUUP -24 /*!< Osmocom IuUP layer */
#define DLPFCP -25 /*!< Osmocom Packet Forwarding Control Protocol */
#define DLCSN1 -26 /*!< CSN.1 (Concrete Syntax Notation 1) codec */
-#define OSMO_NUM_DLIB 26 /*!< Number of logging sub-systems in libraries */
+#define DLM2PA -27 /*!< Osmocom M2PA (libosmo-sigtran) */
+#define DLM2UA -28 /*!< Reserved for future Osmocom M2UA (libosmo-sigtran) */
+#define OSMO_NUM_DLIB 28 /*!< Number of logging sub-systems in libraries */
/* Colors that can be used in log_info_cat.color */
#define OSMO_LOGCOLOR_NORMAL NULL