sched,nr: fix SR slot derivation in scheduler

master
Francisco Paisana 3 years ago committed by Andre Puschmann
parent 8d30ed0721
commit 37bdf53f42

@ -125,7 +125,7 @@ void slot_cc_worker::postprocess_decisions()
{ {
auto& bwp_slot = cell.bwps[0].grid[bwp_alloc.get_pdcch_tti()]; auto& bwp_slot = cell.bwps[0].grid[bwp_alloc.get_pdcch_tti()];
srsran_slot_cfg_t slot_cfg{}; srsran_slot_cfg_t slot_cfg{};
slot_cfg.idx = bwp_alloc.get_pdcch_tti().slot_idx(); slot_cfg.idx = bwp_alloc.get_pdcch_tti().to_uint();
for (auto& ue_pair : slot_ues) { for (auto& ue_pair : slot_ues) {
auto& ue = ue_pair.second; auto& ue = ue_pair.second;

Loading…
Cancel
Save