Commit 6ea35744 authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent 83563a46
......@@ -167,7 +167,6 @@ class NasMm
void handleRadioLinkFailure();
void handlePaging(const std::vector<GutiMobileIdentity> &tmsiIds);
void updateProvidedGuti(bool provide = true);
bool missingSessionBearer();
private: /* Access Control */
bool isHighPriority();
......
......@@ -296,14 +296,4 @@ void NasMm::updateProvidedGuti(bool provide)
}
}
bool NasMm::missingSessionBearer()
{
// This control is only valid in CM-CONNECTED
if (m_cmState == ECmState::CM_IDLE)
return false;
// TODO
return false;
}
} // 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