Commit 82d32d76 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Minor update to avoid confusion for PduSessionResourceSetupResponseList

parent 6071beb4
...@@ -158,7 +158,7 @@ int ngap_amf_handle_initial_context_setup_response( ...@@ -158,7 +158,7 @@ int ngap_amf_handle_initial_context_setup_response(
} }
std::vector<PDUSessionResourceSetupResponseItem_t> list; std::vector<PDUSessionResourceSetupResponseItem_t> list;
if (!initCtxResp->getPduSessionResourceSetupResponseList(list)) { if (!initCtxResp->getPduSessionResourceSetupResponseList(list)) {
Logger::ngap().error( Logger::ngap().debug(
"Decode PduSessionResourceSetupResponseList IE error or this IE is not " "Decode PduSessionResourceSetupResponseList IE error or this IE is not "
"available"); "available");
return 0; return 0;
......
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