Commit e3e36bad authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent 416a658c
......@@ -77,6 +77,10 @@ void NasMm::deregistrationRequired(EDeregCause cause)
void NasMm::invokeProcedures()
{
// TODO
if (m_procCtl.deregistration)
{
}
// note1:
// TODO: "the periodic registration update procedure is delayed until the UE returns to
......
......@@ -552,6 +552,13 @@ enum class EServiceReqCause
FALLBACK_INDICATION
};
enum class EProcRc
{
OK,
INVALID,
FAIL,
};
struct ProcControl
{
std::optional<EInitialRegCause> initialRegistration{};
......
......@@ -186,12 +186,6 @@ struct UacAiBarringSet
bool ai15 = false;
};
enum class Rc
{
OK,
FAIL
};
bool operator==(const Plmn &lhs, const Plmn &rhs);
bool operator!=(const Plmn &lhs, const Plmn &rhs);
......
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