aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcommon/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcommon/debug.c')
-rw-r--r--src/libcommon/debug.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libcommon/debug.c b/src/libcommon/debug.c
index 8c0e7875e..fbdab8020 100644
--- a/src/libcommon/debug.c
+++ b/src/libcommon/debug.c
@@ -122,6 +122,12 @@ static const struct log_info_cat default_categories[] = {
.description = "Iu-CS Protocol",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
+ [DBSSAP] = {
+ .name = "DBSSAP",
+ .description = "BSSAP Protocol (A Interface)",
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
+
};
static int filter_fn(const struct log_context *ctx, struct log_target *tar)