int16_tdummy_tx_data[UE->frame_parms.nb_antennas_tx][2*writeBlockSize];// 2 because the function we call use pairs of int16_t implicitly as complex numbers
for(inti=0;i<UE->frame_parms.nb_antennas_tx;i++)
dummy_tx[i]=malloc16_clear(writeBlockSize*4);
dummy_tx[i]=dummy_tx_data[i];
AssertFatal(writeBlockSize==
UE->rfdevice.trx_write_func(&UE->rfdevice,
...
...
@@ -827,8 +819,6 @@ void dummyWrite(PHY_VARS_NR_UE *UE,openair0_timestamp timestamp, int writeBlockS