aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2023-05-04 17:00:40 +0200
committerlaforge <laforge@osmocom.org>2023-07-21 11:15:27 +0000
commit0a2e79e946ceaa04cde0ba5f01597a406fff6190 (patch)
tree1204e6ba5395c696acb271e53a62cac3bb251ff9
parent87a6e6b6519b10ea9b7d4f4d7f168198f3de907a (diff)
ASCI: Add new debug category "ASCI" for VGCS/VBS state machines
-rw-r--r--include/osmocom/bsc/debug.h1
-rw-r--r--src/osmo-bsc/osmo_bsc_main.c6
2 files changed, 7 insertions, 0 deletions
diff --git a/include/osmocom/bsc/debug.h b/include/osmocom/bsc/debug.h
index a3cad68b7..a61753ddf 100644
--- a/include/osmocom/bsc/debug.h
+++ b/include/osmocom/bsc/debug.h
@@ -28,6 +28,7 @@ enum {
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 ff73ebc30..71d6d4194 100644
--- a/src/osmo-bsc/osmo_bsc_main.c
+++ b/src/osmo-bsc/osmo_bsc_main.c
@@ -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",