[gprs] Add new 'NS' and 'BSSGP' logging categories
diff --git a/openbsc/src/debug.c b/openbsc/src/debug.c
index 181756d..40bd52c 100644
--- a/openbsc/src/debug.c
+++ b/openbsc/src/debug.c
@@ -151,6 +151,16 @@
 		.description = "GPRS Packet Service",
 		.enabled = 1, .loglevel = LOGL_DEBUG,
 	},
+	[DNS] = {
+		.name = "DNS",
+		.description = "GPRS Network Service",
+		.enabled = 1, .loglevel = LOGL_DEBUG,
+	},
+	[DBSSGP] = {
+		.name = "DBSSGP",
+		.description = "GPRS BSSGP Protocol",
+		.enabled = 1, .loglevel = LOGL_DEBUG,
+	},
 };
 
 enum log_ctxt {