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

master
Francisco Paisana 3 years ago committed by Andre Puschmann
parent 00cc8fb8d8
commit 8d30ed0721

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

Loading…
Cancel
Save