Commit 4caa5748 authored by Niuhaiwen's avatar Niuhaiwen

fix some bug

parents f38b3e7c f4f78ba2
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
......@@ -322,10 +322,10 @@ 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);
if(psc.get()->isn2sm_avaliable == false)
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>(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