Commit d8f12f66 authored by aligungr's avatar aligungr

RRC radio link failure handling improvement

parent 1173ba71
...@@ -106,6 +106,7 @@ void UeRrcTask::onLoop() ...@@ -106,6 +106,7 @@ void UeRrcTask::onLoop()
void UeRrcTask::handleRadioLinkFailure() void UeRrcTask::handleRadioLinkFailure()
{ {
m_state = ERrcState::RRC_IDLE;
m_base->nasTask->push(new NwUeRrcToNas(NwUeRrcToNas::RADIO_LINK_FAILURE)); m_base->nasTask->push(new NwUeRrcToNas(NwUeRrcToNas::RADIO_LINK_FAILURE));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment