aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf/TbfTest.cpp
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-01-24 11:04:59 +0100
committerMax <msuraev@sysmocom.de>2018-01-24 11:07:01 +0100
commitfdd79e9828b79ef0fbd0b17b6188473cd43f388d (patch)
treee397bff9abe3403c3343039a866b0d9a2ac64fb6 /tests/tbf/TbfTest.cpp
parentcac6b666381d5766d49694b1bce8baf275bbe9e1 (diff)
TBF: adjust test log levels
* enable debugging for DTBF* * disable excessive DRLCMAC* Change-Id: I122620941e7939d513742c8589a75e0ab76f79ab
Diffstat (limited to 'tests/tbf/TbfTest.cpp')
-rw-r--r--tests/tbf/TbfTest.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/tbf/TbfTest.cpp b/tests/tbf/TbfTest.cpp
index 0ac519c7..ac693bb7 100644
--- a/tests/tbf/TbfTest.cpp
+++ b/tests/tbf/TbfTest.cpp
@@ -3274,8 +3274,9 @@ int main(int argc, char **argv)
log_set_use_color(osmo_stderr_target, 0);
log_set_print_filename(osmo_stderr_target, 0);
bssgp_set_log_ss(DBSSGP);
- log_parse_category_mask(osmo_stderr_target, "DL1IF,1:DRLCMAC,1:DRLCMACDATA,1:DRLCMACDL,1:"
- "DRLCMACUL,1:DRLCMACSCHED,1:DRLCMACMEAS,3:DNS,3:DBSSGP,3:DPCU,5");
+ log_parse_category_mask(osmo_stderr_target, "DRLCMAC,1:DRLCMACDATA,3:DRLCMACDL,3:DRLCMACUL,3:"
+ "DRLCMACSCHED,1:DRLCMACMEAS,3:DNS,3:DBSSGP,3:DPCU,5:"
+ "DL1IF,1:DTBF,1:DTBFUL,1:DTBFDL,1:");
vty_init(&pcu_vty_info);
pcu_vty_init(&gprs_log_info);