Commit 6e63a210 authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent ea444284
......@@ -174,7 +174,7 @@ void UeCmdHandler::handleCmdImpl(NmUeCliCommand &msg)
{"data-pending", pduSession->uplinkPending},
});
json.put(std::to_string(pduSession->psi), obj);
json.put("PDU Session" + std::to_string(pduSession->psi), obj);
}
sendResult(msg.address, json.dumpYaml());
break;
......
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