Commit 4049eb4f authored by Thomas Schlichter's avatar Thomas Schlichter

clean TX buffer on UE side after transmitting it via USRP

parent f51611b1
......@@ -803,6 +803,9 @@ void *UE_thread(void *arg) {
UE->frame_parms.nb_antennas_tx,
1),"");
for (int i=0; i<UE->frame_parms.nb_antennas_tx; i++)
memset(txp[i], 0, writeBlockSize);
nbSlotProcessing++;
msgToPush->key=slot_nr;
pushTpool(Tpool, msgToPush);
......
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