Commit cabd27ba authored by aligungr's avatar aligungr

PS establishment over CLI

parent 96e3dd5b
...@@ -298,8 +298,8 @@ static std::unique_ptr<UeCliCommand> UeCliParseImpl(const std::string &subCmd, c ...@@ -298,8 +298,8 @@ static std::unique_ptr<UeCliCommand> UeCliParseImpl(const std::string &subCmd, c
CMD_ERR("Invalid SD value") CMD_ERR("Invalid SD value")
cmd->sNssai->sd = octet3{n}; cmd->sNssai->sd = octet3{n};
} }
return cmd;
} }
return cmd;
} }
return nullptr; return nullptr;
......
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