Commit e400b5e7 authored by Cedric Roux's avatar Cedric Roux

fix: remove T_ENB_MASTER_TICK in oaisim.c

It's now done in lte-enb.c, even for oaisim.
parent 234acfea
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment