Commit b22864bc authored by Arash Sahbafard's avatar Arash Sahbafard

modified: executables/nr-ue.c

parent 282e5e90
...@@ -527,7 +527,7 @@ static void RU_write(nr_rxtx_thread_data_t *rxtxD) { ...@@ -527,7 +527,7 @@ static void RU_write(nr_rxtx_thread_data_t *rxtxD) {
flags = TX_BURST_MIDDLE; flags = TX_BURST_MIDDLE;
} }
LATSEQ_P("D ue.phy.ant--ue.phy.southout", "::fm%u.sl%u", proc->frame_tx, slot) LATSEQ_P("D ue.phy.ant--ue.phy.southout", "::fm%u.sl%u", proc->frame_tx, slot);
if (flags || IS_SOFTMODEM_RFSIM) if (flags || IS_SOFTMODEM_RFSIM)
AssertFatal(rxtxD->writeBlockSize == AssertFatal(rxtxD->writeBlockSize ==
UE->rfdevice.trx_write_func(&UE->rfdevice, UE->rfdevice.trx_write_func(&UE->rfdevice,
......
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