Commit d3578ca4 authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent 637e4a58
......@@ -312,4 +312,21 @@ void NasMm::receiveDeregistrationRequest(const nas::DeRegistrationRequestUeTermi
}
}
void NasMm::performLocalDeregistration()
{
if (m_mmState == EMmState::MM_DEREGISTERED)
return;
m_logger->debug("Performing local de-registration");
m_timers->t3521.stop();
m_timers->t3519.stop();
m_storage->storedSuci->clear();
m_sm->localReleaseAllSessions();
switchMmState(EMmSubState::MM_DEREGISTERED_PS);
}
} // namespace nr::ue
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