Commit c4b82c56 authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent cfeae369
......@@ -170,8 +170,7 @@ void NasMm::performMmCycle()
initialRegistrationRequired(EInitialRegCause::MM_DEREG_NORMAL_SERVICE);
else if (m_mmSubState == EMmSubState::MM_DEREGISTERED_NORMAL_SERVICE && hasEmergency())
initialRegistrationRequired(EInitialRegCause::EMERGENCY_SERVICES);
if (hasEmergency())
else if (hasEmergency())
{
if (m_mmSubState == EMmSubState::MM_DEREGISTERED_LIMITED_SERVICE ||
m_mmSubState == EMmSubState::MM_DEREGISTERED_ATTEMPTING_REGISTRATION ||
......
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