Commit c624f4a4 authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent d5587352
......@@ -125,7 +125,11 @@ void NasMm::performPlmnSelection()
if (cellSelected)
{
if (cellCategory == ECellCategory::SUITABLE_CELL)
if (isInNonAllowedArea())
{
switchMmState(EMmSubState::MM_REGISTERED_NON_ALLOWED_SERVICE);
}
else if (cellCategory == ECellCategory::SUITABLE_CELL)
{
if (m_mmState == EMmState::MM_REGISTERED)
switchMmState(EMmSubState::MM_REGISTERED_NORMAL_SERVICE);
......
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