Introduce DRANAP/DRUA log categories to separate logging
diff --git a/src/hnbgw.c b/src/hnbgw.c
index 60baf78..0dbe37d 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -274,6 +274,16 @@
 		.color = "",
 		.description = "SCCP User Adaptation",
 	},
+	[DRUA] = {
+		.name = "DRUA", .loglevel = LOGL_DEBUG, .enabled = 1,
+		.color = "",
+		.description = "RANAP User Adaptation",
+	},
+	[DRANAP] = {
+		.name = "DRANAP", .loglevel = LOGL_DEBUG, .enabled = 1,
+		.color = "",
+		.description = "RAN Application Part",
+	},
 };
 
 static const struct log_info hnbgw_log_info = {