reset carriers on each set_cfg call

This commit is contained in:
Francisco Paisana 2019-12-18 14:23:01 +00:00 committed by Andre Puschmann
parent 7e294f7325
commit 2eb6145b99
1 changed files with 1 additions and 3 deletions

View File

@ -116,9 +116,7 @@ void sched_ue::reset()
phy_config_dedicated_enabled = false; phy_config_dedicated_enabled = false;
cqi_request_tti = 0; cqi_request_tti = 0;
conres_ce_pending = true; conres_ce_pending = true;
for (auto& c : carriers) { carriers.clear();
c.reset();
}
} }
for (int i = 0; i < sched_interface::MAX_LC; i++) { for (int i = 0; i < sched_interface::MAX_LC; i++) {