Skip to content
Snippets Groups Projects
Commit e400b5e7 authored by Cédric Roux's avatar Cédric Roux
Browse files

fix: remove T_ENB_MASTER_TICK in oaisim.c

It's now done in lte-enb.c, even for oaisim.
parent 234acfea
No related branches found
No related tags found
No related merge requests found
......@@ -771,7 +771,6 @@ l2l1_task (void *args_p)
eNB_inst++) {
if (oai_emulation.info.cli_start_enb[eNB_inst] != 0) {
T(T_ENB_MASTER_TICK, T_INT(eNB_inst), T_INT(frame % 1024), T_INT(sf));
/*
LOG_D(EMU,
"PHY procedures eNB %d for frame %d, subframe %d TDD %d/%d Nid_cell %d\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment