The scheduled SendMeasurementReport() event doesn't cancel after link failure detection.

When T310 timer expires, the LteUeRrc::RadioLinkFailureDetected () method executed, and it resets connection state, and some other parameters like m_varMeasReportList, but as I experience in some occasions it doesn't cancel scheduled SendMeasurementReport() event.

You can see in the following image that I take it from debugging steps it goes into SendMeasurementReport() method but as you can see in watch list the m_varMeasReportList and m_varMeasConfig.measIdList list-objects are empty, which causes assertion error.

Also, I check the link between imsi=2 and cellId=19, and see it has failed before jumping to SendMeasurementReport() method.

1

Edited by Amiraslan Haghrah