jolly has uploaded this change for review.

View Change

ASCI: Add new debug category "ASCI" for VGCS/VBS state machines

Change-Id: I4714fa4ff2b1327183a365223a3e3d89ae0357f7
Related: OS#4852
---
M include/osmocom/bsc/debug.h
M src/osmo-bsc/osmo_bsc_main.c
2 files changed, 17 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/04/33604/1
diff --git a/include/osmocom/bsc/debug.h b/include/osmocom/bsc/debug.h
index a3cad68..a61753d 100644
--- a/include/osmocom/bsc/debug.h
+++ b/include/osmocom/bsc/debug.h
@@ -28,6 +28,7 @@
DAS,
DCBS,
DLCS,
+ DASCI,
DRESET,
DLOOP,
Debug_LastEntry,
diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c
index 0757da0..ec6ad5d 100644
--- a/src/osmo-bsc/osmo_bsc_main.c
+++ b/src/osmo-bsc/osmo_bsc_main.c
@@ -829,6 +829,12 @@
.description = "Location Services",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
+ [DASCI] = {
+ .name = "DASCI",
+ .description = "Advanced Speech Call Items",
+ .color = "\033[1;38m",
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
[DRESET] = {
.name = "DRESET",
.description = "RESET/ACK on A and Lb interfaces",

To view, visit change 33604. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I4714fa4ff2b1327183a365223a3e3d89ae0357f7
Gerrit-Change-Number: 33604
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas@eversberg.eu>
Gerrit-MessageType: newchange