Reestablish RLC before waiting for uplink

This commit is contained in:
Ismael Gomez 2019-09-04 21:54:27 +02:00 committed by Andre Puschmann
parent cbb1bbfaa1
commit 4f95822c06
1 changed files with 2 additions and 2 deletions

View File

@ -1070,11 +1070,11 @@ bool rrc::ho_prepare()
ho_src_rnti = uernti.crnti;
// Reset/Reestablish stack
pdcp->reestablish();
rlc->reestablish();
mac->wait_uplink();
mac->clear_rntis();
phy->meas_reset();
pdcp->reestablish();
rlc->reestablish();
mac->reset();
phy->reset();