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

Change-Id: I4714fa4ff2b1327183a365223a3e3d89ae0357f7
Related: OS#4852
This commit is contained in:
Andreas Eversberg 2023-05-04 17:00:40 +02:00 committed by laforge
parent 87a6e6b651
commit 0a2e79e946
2 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,7 @@ enum {
DAS,
DCBS,
DLCS,
DASCI,
DRESET,
DLOOP,
Debug_LastEntry,

View File

@ -829,6 +829,12 @@ static const struct log_info_cat osmo_bsc_categories[] = {
.description = "Location Services",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
[DASCI] = {
.name = "DASCI",
.description = "Advanced Speech Call Items (VGCS/VBS)",
.color = "\033[1;38m",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
[DRESET] = {
.name = "DRESET",
.description = "RESET/ACK on A and Lb interfaces",