From 260fcfc8d0d73840d4d367dfba404264df9c5d17 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 5 Jul 2011 00:43:33 +0200 Subject: logging: Add DSP log subsystem --- include/osmo-bts/logging.h | 1 + src/common/logging.c | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/include/osmo-bts/logging.h b/include/osmo-bts/logging.h index e63b0cfa..9252cb8f 100644 --- a/include/osmo-bts/logging.h +++ b/include/osmo-bts/logging.h @@ -13,6 +13,7 @@ enum { DPAG, DL1C, DL1P, + DDSP, DABIS, DRTP, DSUM, diff --git a/src/common/logging.c b/src/common/logging.c index 9116ec7b..2e952089 100644 --- a/src/common/logging.c +++ b/src/common/logging.c @@ -78,6 +78,12 @@ static struct log_info_cat bts_log_info_cat[] = { .loglevel = LOGL_DEBUG, .enabled = 0, }, + [DDSP] = { + .name = "DDSP", + .description = "DSP Trace Messages", + .loglevel = LOGL_DEBUG, + .enabled = 1, + }, [DABIS] = { .name = "DABIS", .description = "A-bis Intput Subsystem", -- cgit v1.2.3