aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-10 13:39:21 +0100
committerHarald Welte <laforge@osmocom.org>2020-12-12 20:05:51 +0100
commit398f60e11cce6c71d7f6dc9269943ba93bec1861 (patch)
tree741ccddeaabcbc154c97ea96653f0e742d77d3fb /tests/tbf
parentb645365546f437c76269763f2f5cee295083f0e1 (diff)
migrate to DLBSSGP as log sub-system for BSSGP
Diffstat (limited to 'tests/tbf')
-rw-r--r--tests/tbf/TbfTest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tbf/TbfTest.cpp b/tests/tbf/TbfTest.cpp
index 505f510f..1a1dc6f3 100644
--- a/tests/tbf/TbfTest.cpp
+++ b/tests/tbf/TbfTest.cpp
@@ -3256,9 +3256,8 @@ int main(int argc, char **argv)
osmo_init_logging2(tall_pcu_ctx, &gprs_log_info);
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, "DRLCMAC,1:DRLCMACDATA,3:DRLCMACDL,3:DRLCMACUL,3:"
- "DRLCMACSCHED,1:DRLCMACMEAS,3:DNS,3:DBSSGP,3:DPCU,5:"
+ "DRLCMACSCHED,1:DRLCMACMEAS,3:DNS,3:DLBSSGP,3:DPCU,5:"
"DL1IF,6:DTBF,1:DTBFUL,1:DTBFDL,1:DLGLOBAL,2:");
vty_init(&pcu_vty_info);