Introduce new BSSAP logging category/subsystem

Having all BSSAP related logs in the "DMSC" category is overly
generic, and dosn't provide useful granularity.

Change-Id: Id1e52dad03840dfd026fb23f3845a8771c8cc308
diff --git a/include/osmocom/msc/debug.h b/include/osmocom/msc/debug.h
index f99dba5..384453e 100644
--- a/include/osmocom/msc/debug.h
+++ b/include/osmocom/msc/debug.h
@@ -24,6 +24,7 @@
 	DRANAP,
 	DVLR,
 	DIUCS,
+	DBSSAP,
 	Debug_LastEntry,
 };