Commit bcf1af2d authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent 5fbd15a9
...@@ -24,15 +24,15 @@ void UeRrcTask::deliverUplinkNas(uint32_t pduId, OctetString &&nasPdu) ...@@ -24,15 +24,15 @@ void UeRrcTask::deliverUplinkNas(uint32_t pduId, OctetString &&nasPdu)
if (m_state == ERrcState::RRC_CONNECTED) if (m_state == ERrcState::RRC_CONNECTED)
{ {
// TODO
} }
else if (m_state == ERrcState::RRC_INACTIVE) else if (m_state == ERrcState::RRC_INACTIVE)
{ {
// TODO
} }
else if (m_state == ERrcState::RRC_IDLE) else if (m_state == ERrcState::RRC_IDLE)
{ {
// TODO
} }
} }
......
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