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
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index 0078425..f1304f5 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -151,7 +151,8 @@
 #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