Commit ef383cbf authored by aligungr's avatar aligungr

UE de-registration bug fix

parent 97578861
...@@ -232,6 +232,8 @@ void NasMm::onSwitchCmState(ECmState oldState, ECmState newState) ...@@ -232,6 +232,8 @@ void NasMm::onSwitchCmState(ECmState oldState, ECmState newState)
nas::ESwitchOff::NORMAL_DE_REGISTRATION) nas::ESwitchOff::NORMAL_DE_REGISTRATION)
switchMmState(EMmState::MM_DEREGISTERED, EMmSubState::MM_DEREGISTERED_NA); switchMmState(EMmState::MM_DEREGISTERED, EMmSubState::MM_DEREGISTERED_NA);
switchRmState(ERmState::RM_DEREGISTERED);
m_lastDeregDueToDisable5g = false; m_lastDeregDueToDisable5g = false;
} }
} }
......
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