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/src/logging.c b/src/logging.c
index 1a0abc2..ce42e4c 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -307,6 +307,12 @@
 		.enabled = 1, .loglevel = LOGL_NOTICE,
 		.color = "\033[38;5;51m",
 	},
+	[INT2IDX(DLCSN1)] = {
+		.name = "DLCSN1",
+		.description = "libosmo-csn1 Concrete Syntax Notation 1 codec",
+		.enabled = 1, .loglevel = LOGL_NOTICE,
+		.color = "\033[38;5;11m",
+	},
 };
 
 void assert_loginfo(const char *src)