GPRS: add DGPRS to new debug api
diff --git a/openbsc/src/debug.c b/openbsc/src/debug.c
index a55d790..181756d 100644
--- a/openbsc/src/debug.c
+++ b/openbsc/src/debug.c
@@ -146,6 +146,11 @@
 		.description = "Reference Counting",
 		.enabled = 0, .loglevel = LOGL_NOTICE,
 	},
+	[DGPRS] = {
+		.name = "DGPRS",
+		.description = "GPRS Packet Service",
+		.enabled = 1, .loglevel = LOGL_DEBUG,
+	},
 };
 
 enum log_ctxt {