logging: Add DSP log subsystem

This commit is contained in:
Harald Welte 2011-07-05 00:43:33 +02:00
parent b17a47e6e1
commit 260fcfc8d0
2 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,7 @@ enum {
DPAG, DPAG,
DL1C, DL1C,
DL1P, DL1P,
DDSP,
DABIS, DABIS,
DRTP, DRTP,
DSUM, DSUM,

View File

@ -78,6 +78,12 @@ static struct log_info_cat bts_log_info_cat[] = {
.loglevel = LOGL_DEBUG, .loglevel = LOGL_DEBUG,
.enabled = 0, .enabled = 0,
}, },
[DDSP] = {
.name = "DDSP",
.description = "DSP Trace Messages",
.loglevel = LOGL_DEBUG,
.enabled = 1,
},
[DABIS] = { [DABIS] = {
.name = "DABIS", .name = "DABIS",
.description = "A-bis Intput Subsystem", .description = "A-bis Intput Subsystem",