We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426df41 commit 0e47be7Copy full SHA for 0e47be7
lib/scheduler/pucch_scheduling/pucch_allocator_impl.cpp
@@ -1322,6 +1322,9 @@ pucch_allocator_impl::get_pucch_res_pre_multiplexing(slot_point
1322
ue_current_grants.rnti);
1323
return std::nullopt;
1324
}
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);
1328
harq_candidate_grant.pucch_res_cfg = pucch_res;
1329
1330
// Get a new PUCCH resource for HARQ-ACK from the correct PUCCH resource set.
0 commit comments