Commit f4f78ba2 authored by liuyu's avatar liuyu

multe pdu session

parent fcab3bd2
......@@ -301,7 +301,11 @@ void amf_n11::handle_itti_message(itti_smf_services_consumer& smf) {
else{
Logger::amf_n2().debug("udsf_response: %s", udsf_response.dump().c_str());
psc = std::shared_ptr<pdu_session_context>(new pdu_session_context());
psc.get()->pdu_session_context_from_json(udsf_response);
psc.get()->pdu_session_context_from_json(udsf_response);
if(psc.get()->isn2sm_avaliable==false)
{
psc = std::shared_ptr<pdu_session_context>(new pdu_session_context());
}
//psc = std::shared_ptr<pdu_session_context>(psc1);
}
......
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