sched,nr: ensure PUCCHs are cleared at the end of a slot

This commit is contained in:
Francisco Paisana 2021-09-21 17:27:29 +02:00 committed by Andre Puschmann
parent 00cc8fb8d8
commit 8d30ed0721
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ void bwp_slot_grid::reset()
pdschs.clear();
puschs.clear();
pending_acks.clear();
pucch.clear();
}
bwp_res_grid::bwp_res_grid(const bwp_params& bwp_cfg_) : cfg(&bwp_cfg_)