mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-bts.git
synced 2025-11-03 05:33:26 +00:00
Add ASCI (advanced speech call items) log sub-system
As we subsequently add ASCI related features to the code, it makes sense to have a specific log sub-system for it. Change-Id: I8ea3e61df35175bd74110b2f41994c99da3e2858 Related: OS#4851
This commit is contained in:
@@ -21,6 +21,7 @@ enum {
|
||||
DABIS,
|
||||
DRTP,
|
||||
DOSMUX,
|
||||
DASCI,
|
||||
};
|
||||
|
||||
extern const struct log_info bts_log_info;
|
||||
|
||||
@@ -125,6 +125,13 @@ static struct log_info_cat bts_log_info_cat[] = {
|
||||
.loglevel = LOGL_NOTICE,
|
||||
.enabled = 1,
|
||||
},
|
||||
[DASCI] = {
|
||||
.name = "DASCI",
|
||||
.description = "ASCI (Advanced Speech Call Items: VGCS/VBS)",
|
||||
.loglevel = LOGL_NOTICE,
|
||||
.enabled = 1,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
static int osmo_bts_filter_fn(const struct log_context *ctx, struct log_target *tgt)
|
||||
|
||||
Reference in New Issue
Block a user