laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/33509 )
Change subject: ASCI: Add log category for VGCS/VBS call and channel FSM ......................................................................
ASCI: Add log category for VGCS/VBS call and channel FSM
Change-Id: Icebc855fdc3f6ca7034ad3576b1acb5aed6bc435 Related: OS#4854 --- M include/osmocom/msc/debug.h M src/osmo-msc/msc_main.c 2 files changed, 16 insertions(+), 0 deletions(-)
Approvals: laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/include/osmocom/msc/debug.h b/include/osmocom/msc/debug.h index 12abfa1..9925a3c 100644 --- a/include/osmocom/msc/debug.h +++ b/include/osmocom/msc/debug.h @@ -26,5 +26,6 @@ DBSSAP, DSGS, DSS, + DASCI, Debug_LastEntry, }; diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c index e9064ae..0c25257 100644 --- a/src/osmo-msc/msc_main.c +++ b/src/osmo-msc/msc_main.c @@ -541,6 +541,11 @@ .description = "Supplementary Services", .enabled = 1, .loglevel = LOGL_NOTICE, }, + [DASCI] = { + .name = "DASCI", + .description = "Advanced Speech Call Items", + .enabled = 1, .loglevel = LOGL_NOTICE, + }, };
static int filter_fn(const struct log_context *ctx, struct log_target *tar)