sched,nr: copy coreset0_bw to dci struct before calculating grant

This commit is contained in:
Ismael Gomez 2021-11-14 22:05:18 +01:00 committed by Andre Puschmann
parent f699694538
commit 4f65c644f0
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ alloc_result bwp_slot_allocator::alloc_si(uint32_t aggr_idx,
bwp_pdcch_slot.coresets[coreset_id]->rem_last_dci();
return alloc_result::invalid_coderate;
}
pdcch.dci.coreset0_bw = pdcch.dci_cfg.coreset0_bw;
// Generate PDSCH
bwp_pdcch_slot.dl.phy.pdsch.emplace_back();