Commit 3a393848 authored by aligungr's avatar aligungr

SM refactor

parent c7049067
...@@ -45,10 +45,10 @@ void NasSm::receiveSmMessage(const nas::SmMessage &msg) ...@@ -45,10 +45,10 @@ void NasSm::receiveSmMessage(const nas::SmMessage &msg)
switch (msg.messageType) switch (msg.messageType)
{ {
case nas::EMessageType::PDU_SESSION_ESTABLISHMENT_ACCEPT: case nas::EMessageType::PDU_SESSION_ESTABLISHMENT_ACCEPT:
receivePduSessionEstablishmentAccept((const nas::PduSessionEstablishmentAccept &)msg); receiveEstablishmentAccept((const nas::PduSessionEstablishmentAccept &)msg);
break; break;
case nas::EMessageType::PDU_SESSION_ESTABLISHMENT_REJECT: case nas::EMessageType::PDU_SESSION_ESTABLISHMENT_REJECT:
receivePduSessionEstablishmentReject((const nas::PduSessionEstablishmentReject &)msg); receiveEstablishmentReject((const nas::PduSessionEstablishmentReject &)msg);
break; break;
case nas::EMessageType::FIVEG_SM_STATUS: case nas::EMessageType::FIVEG_SM_STATUS:
receiveSmStatus((const nas::FiveGSmStatus &)msg); receiveSmStatus((const nas::FiveGSmStatus &)msg);
......
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