migrate to DLBSSGP as log sub-system for BSSGP

Change-Id: I94864c5fa2688fc91b8b6077a14ad098851afdc7
Depends: libosmocore.git Change-Id I506190aae9217c0956e4b5764d1a0c0772268e93
diff --git a/src/gprs_debug.h b/src/gprs_debug.h
index 4c57633..84a0a07 100644
--- a/src/gprs_debug.h
+++ b/src/gprs_debug.h
@@ -27,6 +27,10 @@
 };
 #endif
 
+/* we used to have DBSSGP definded in each application, and applications telling
+ * libosmogb which sub-system to use.  That creates problems and has been deprecated */
+#define DBSSGP DLBSSGP
+
 /* Debug Areas of the code */
 enum {
 	DCSN1,
@@ -41,7 +45,6 @@
 	DTBFDL,
 	DTBFUL,
 	DNS,
-	DBSSGP,
 	DPCU,
 	aDebug_LastEntry
 };