lte: Remove wrongly used call to CancelEnteringTrigger while leaving connected mode

This commit is contained in:
ZorazeAli
2019-04-14 11:17:01 +02:00
parent 176bd08116
commit 14fe5057b8

View File

@@ -3047,8 +3047,6 @@ LteUeRrc::LeaveConnectedMode ()
measIdIt != m_varMeasConfig.measIdList.end (); ++measIdIt)
{
VarMeasReportListClear (measIdIt->second.measId);
CancelEnteringTrigger (measIdIt->second.measId, measIdIt->first);
}
m_varMeasConfig.measIdList.clear ();