From 0a2e79e946ceaa04cde0ba5f01597a406fff6190 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 4 May 2023 17:00:40 +0200 Subject: ASCI: Add new debug category "ASCI" for VGCS/VBS state machines Change-Id: I4714fa4ff2b1327183a365223a3e3d89ae0357f7 Related: OS#4852 --- include/osmocom/bsc/debug.h | 1 + src/osmo-bsc/osmo_bsc_main.c | 6 ++++++ 2 files changed, 7 insertions(+) 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", -- cgit v1.2.3