Commit 55b86ad0 authored by frtabu's avatar frtabu

fix dlsim dlsch parallelisation

parent c08aba59
......@@ -963,7 +963,7 @@ void nr_ue_dlsch_procedures(PHY_VARS_NR_UE *ue,
#endif
start_meas(&ue->dlsch_decoding_stats[proc->thread_id]);
start_meas(&ue->dlsch_decoding_stats[proc->thread_id]);
if( dlsch_parallel)
{
......@@ -1782,7 +1782,6 @@ int phy_procedures_nrUE_RX(PHY_VARS_NR_UE *ue,
curMsg->UE = ue;
pushTpool(&(get_nrUE_params()->Tpool), newElt);
start_meas(&ue->generic_stat);
// do procedures for C-RNTI
int ret_pdsch = 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