Commit 455524d6 authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent f8107a50
......@@ -166,6 +166,12 @@ void NasMm::invokeProcedures()
return;
}
}
if (m_mmSubState == EMmSubState::MM_REGISTERED_NORMAL_SERVICE ||
m_mmSubState == EMmSubState::MM_REGISTERED_LIMITED_SERVICE)
{
m_sm->establishRequiredSessions();
}
}
} // namespace nr::ue
\ No newline at end of file
......@@ -377,12 +377,6 @@ void NasMm::receiveInitialRegistrationAccept(const nas::RegistrationAccept &msg)
m_registeredForEmergency = true;
m_logger->info("%s is successful", nas::utils::EnumToString(regType));
if (regType == nas::ERegistrationType::INITIAL_REGISTRATION ||
regType == nas::ERegistrationType::EMERGENCY_REGISTRATION)
{
m_sm->establishRequiredSessions();
}
}
void NasMm::receiveMobilityRegistrationAccept(const nas::RegistrationAccept &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