- Initialize the log backend, otherwise no log entries are generated.

This commit is contained in:
faluco 2020-10-05 15:09:53 +02:00 committed by faluco
parent 615af5cc4d
commit d53f69bf0a
1 changed files with 2 additions and 0 deletions

View File

@ -1472,6 +1472,8 @@ int main(int argc, char** argv)
}
srslte::srslog_wrapper log_wrapper(*chan);
srslog::init();
// Create Test Bench
unique_phy_test_bench test_bench = unique_phy_test_bench(new phy_test_bench(test_args, log_wrapper));