aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-08-03 05:35:04 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-08-04 02:32:13 +0700
commit8137d9a0f0ca8f4c9068219f36d2c7669a8df77d (patch)
treef48edf483e7e860acb1afd3893fbef78d8959044 /include/osmocom
parentb3e3a5d215fc4ec34c67e0a307830023a4f3176b (diff)
logging: add a new category DLCSN1 for libosmo-csn1
This new category is going to be used by CSN.1 codec in libosmo-csn1. Change-Id: Ie8c0effb764547a0f9cc8c6825e11a6617501e95
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/core/logging.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index 00784257..f1304f59 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -151,7 +151,8 @@ void logp(int subsys, const char *file, int line, int cont, const char *format,
#define DLNSSIGNAL -23 /*!< Osmocom NS layer signal pdus */
#define DLIUUP -24 /*!< Osmocom IuUP layer */
#define DLPFCP -25 /*!< Osmocom Packet Forwarding Control Protocol */
-#define OSMO_NUM_DLIB 25 /*!< Number of logging sub-systems in libraries */
+#define DLCSN1 -26 /*!< CSN.1 (Concrete Syntax Notation 1) codec */
+#define OSMO_NUM_DLIB 26 /*!< Number of logging sub-systems in libraries */
/* Colors that can be used in log_info_cat.color */
#define OSMO_LOGCOLOR_NORMAL NULL