Commit 04a4dbbb authored by aligungr's avatar aligungr

TAI list handling improvement

parent 5f666d76
......@@ -207,7 +207,7 @@ void NasMm::performMmCycle()
if (currentTai.hasValue() &&
!nas::utils::TaiListContains(m_storage->taiList->get(), nas::VTrackingAreaIdentity{currentTai}))
{
if (m_rmState == ERmState::RM_REGISTERED)
if (!m_storage->taiList->get().list.empty() && m_rmState == ERmState::RM_REGISTERED)
mobilityUpdatingRequired(ERegUpdateCause::ENTER_UNLISTED_TRACKING_AREA);
}
else
......
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