Commit a7d9f94e authored by Thomas Schlichter's avatar Thomas Schlichter

NR_UE scope: show complete CIR

parent cd8122d2
...@@ -990,7 +990,7 @@ int nr_pbch_channel_estimation(PHY_VARS_NR_UE *ue, ...@@ -990,7 +990,7 @@ int nr_pbch_channel_estimation(PHY_VARS_NR_UE *ue,
} }
if (dmrss == 2) if (dmrss == 2)
UEscopeCopy(ue, pbchDlChEstimateTime, (void*)dl_ch_estimates_time, sizeof(struct complex16), ue->frame_parms.nb_antennas_rx, idftsizeidx); UEscopeCopy(ue, pbchDlChEstimateTime, (void*)dl_ch_estimates_time, sizeof(struct complex16), ue->frame_parms.nb_antennas_rx, ue->frame_parms.ofdm_symbol_size);
return(0); return(0);
} }
......
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