Commit e3fa41ad authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent 84304df4
......@@ -80,12 +80,7 @@ void NasMm::sendDeregistration(EDeregCause deregCause)
m_sm->localReleaseAllSessions();
if (m_lastDeregistrationRequest->deRegistrationType.switchOff == nas::ESwitchOff::NORMAL_DE_REGISTRATION)
switchMmState(EMmSubState::MM_DEREGISTERED_INITIATED_PS);
else
{
switchMmState(EMmSubState::MM_DEREGISTERED_PS);
}
switchMmState(EMmSubState::MM_DEREGISTERED_INITIATED_PS);
}
void NasMm::receiveDeregistrationAccept(const nas::DeRegistrationAcceptUeOriginating &msg)
......
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