Commit 58beec9c authored by aligungr's avatar aligungr

UE AN release bug fix

parent e79b729a
......@@ -123,6 +123,7 @@ void UeMrTask::onLoop()
}
case NwUeRrcToMr::RRC_CONNECTION_RELEASE: {
m_rlsEntity->localReleaseConnection(rls::ECause::RRC_RELEASE);
m_rlsEntity->resetEntity();
break;
}
}
......
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