lte: Clear the previously received PSSs upon PHY reset

This commit is contained in:
Vignesh Babu
2019-02-02 13:58:07 +01:00
committed by ZorazeAli
parent c7c1b23a30
commit 5c2d07aa47

View File

@@ -1253,6 +1253,7 @@ LteUePhy::DoReset ()
m_sendSrsEvent.Cancel ();
m_downlinkSpectrumPhy->Reset ();
m_uplinkSpectrumPhy->Reset ();
m_pssList.clear ();
} // end of void LteUePhy::DoReset ()