ulsch->last_iteration_cnt=ulsch->max_ldpc_iterations;// Setting to max_ldpc_iterations is sufficient given that this variable is only used for checking for failure
}else{
LOG_D(PHY,
"[gNB %d] ULSCH: Setting NAK for SFN/SF %d/%d (pid %d, ndi %d, status %d, round %d, RV %d, prb_start %d, prb_size %d, "
ulsch->last_iteration_cnt=ulsch->max_ldpc_iterations+1;// Setting to max_ldpc_iterations + 1 is sufficient given that this variable is only used for checking for failure