sched: fix total number of PRBs allocated to msg3

master
Piotr Gawlowicz 2 years ago committed by Andre Puschmann
parent 45a04b715c
commit 3d9e0cb840

@ -439,7 +439,7 @@ alloc_result sf_sched::alloc_rar(uint32_t aggr_lvl, const pending_rar_t& rar, rb
rar_alloc.alloc_data.rbg_range = rbgs; rar_alloc.alloc_data.rbg_range = rbgs;
rar_alloc.alloc_data.req_bytes = buf_rar; rar_alloc.alloc_data.req_bytes = buf_rar;
rar_allocs.push_back(rar_alloc); rar_allocs.push_back(rar_alloc);
last_msg3_prb += total_ul_nof_prbs * nof_grants; last_msg3_prb += total_ul_nof_prbs;
return ret; return ret;
} }

Loading…
Cancel
Save