add RTP logging

This commit is contained in:
Harald Welte 2011-09-07 11:54:23 +02:00
parent 82c4d8685c
commit 42f80bc7af
1 changed files with 7 additions and 1 deletions

View File

@ -75,7 +75,7 @@ static struct log_info_cat bts_log_info_cat[] = {
[DL1P] = {
.name = "DL1P",
.description = "Layer 1 Primitives",
.loglevel = LOGL_DEBUG,
.loglevel = LOGL_INFO,
.enabled = 0,
},
[DDSP] = {
@ -89,6 +89,12 @@ static struct log_info_cat bts_log_info_cat[] = {
.description = "A-bis Intput Subsystem",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
[DRTP] = {
.name = "DRTP",
.description = "Realtime Transfer Protocol",
.loglevel = LOGL_NOTICE,
.enabled = 1,
},
#if 0
[DNS] = {
.name = "DNS",