Skip to content

Commit 0e47be7

Browse files
carlo-galcodebot
authored andcommitted
sched: add missing lines in pucch alloc
Signed-off-by: Carlo Galiotto <[email protected]>
1 parent 426df41 commit 0e47be7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/scheduler/pucch_scheduling/pucch_allocator_impl.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,9 @@ pucch_allocator_impl::get_pucch_res_pre_multiplexing(slot_point
13221322
ue_current_grants.rnti);
13231323
return std::nullopt;
13241324
}
1325+
harq_candidate_grant.harq_id.pucch_set_idx = pucch_set_idx;
1326+
harq_candidate_grant.harq_id.pucch_res_ind =
1327+
static_cast<uint8_t>(ue_current_grants.pucch_grants.harq_resource.value().harq_id.pucch_res_ind);
13251328
harq_candidate_grant.pucch_res_cfg = pucch_res;
13261329
}
13271330
// Get a new PUCCH resource for HARQ-ACK from the correct PUCCH resource set.

0 commit comments

Comments
 (0)