Commit 984045f5 authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent aec399ec
......@@ -152,7 +152,8 @@ void NasMm::performMmCycle()
serviceRequestRequiredForData();
/* Process TAI changes if any */
if (!nas::utils::TaiListContains(m_storage->taiList->get(), nas::VTrackingAreaIdentity{currentTai}))
if (currentTai.hasValue() &&
!nas::utils::TaiListContains(m_storage->taiList->get(), nas::VTrackingAreaIdentity{currentTai}))
{
if (m_rmState == ERmState::RM_REGISTERED)
mobilityUpdatingRequired(ERegUpdateCause::ENTER_UNLISTED_TRACKING_AREA);
......
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