Commit ade2494e authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent 6141ba21
...@@ -155,7 +155,7 @@ void UeCmdHandler::handleCmdImpl(NmUeCliCommand &msg) ...@@ -155,7 +155,7 @@ void UeCmdHandler::handleCmdImpl(NmUeCliCommand &msg)
break; break;
} }
case app::UeCliCommand::PS_ESTABLISH: { case app::UeCliCommand::PS_ESTABLISH: {
SessionConfig config{}; SessionConfig config;
config.type = nas::EPduSessionType::IPV4; config.type = nas::EPduSessionType::IPV4;
config.isEmergency = msg.cmd->isEmergency; config.isEmergency = msg.cmd->isEmergency;
config.apn = msg.cmd->apn; config.apn = msg.cmd->apn;
......
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