Commit 0add4fdb authored by Francesco Mani's avatar Francesco Mani

bugfix in pucch timing indicator selection

parent 1c7ee3ca
......@@ -1457,7 +1457,7 @@ void nr_update_pucch_scheduling(int Mod_idP,
if (found == 1) {
// computing slot in which pucch is scheduled
sched_pucch->ul_slot = first_ul_slot_tdd + k + (slotP - (slotP % slots_per_tdd));
sched_pucch->timing_indicator = pdsch_to_harq_feedback[i];
sched_pucch->timing_indicator = i; // index in the list of timing indicators
}
else
AssertFatal(1==0,"No Uplink slot available in accordance to allowed timing indicator\n");
......
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