Commit 5c5bc831 authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent cbe5723e
......@@ -39,9 +39,6 @@ void NasMm::mobilityUpdatingRequired(ERegUpdateCause cause)
m_procCtl.mobilityRegistration = cause;
triggerMmCycle();
// TODO: "the periodic registration update procedure is delayed until the UE returns to
// 5GMM-REGISTERED.NORMAL-SERVICE over 3GPP access." See 5.3.7
}
void NasMm::serviceRequestRequiredForSignalling()
......@@ -80,6 +77,10 @@ void NasMm::deregistrationRequired(EDeregCause cause)
void NasMm::invokeProcedures()
{
// TODO
// note1:
// TODO: "the periodic registration update procedure is delayed until the UE returns to
// 5GMM-REGISTERED.NORMAL-SERVICE over 3GPP access." See 5.3.7
}
} // namespace nr::ue
\ No newline at end of file
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