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
NR_DL_FRAME_PARMS*fp=&UE->frame_parms;
if(UE->sl_mode==2)
fp=&UE->SL_UE_PHY_PARAMS.sl_frame_params;
void*dummy_tx[fp->nb_antennas_tx];
// 2 because the function we call use pairs of int16_t implicitly as complex numbers
#define CONFIG_HLP_DLSCH_PARA "number of threads for dlsch processing 0 for no parallelization\n"
#define CONFIG_HLP_OFFSET_DIV "Divisor for computing OFDM symbol offset in Rx chain (num samples in CP/<the value>). Default value is 8. To set the sample offset to 0, set this value ~ 10e6\n"