@@ -493,7 +500,7 @@ void smf_context::get_session_ambr(SessionAMBR& session_ambr, const snssai_t& sn
if(nullptr!=ss.get()){
ss.get()->find_dnn_configuration(dnn,sdc);
if(nullptr!=sdc.get()){
if(nullptr!=sdc.get()){
Logger::smf_app().debug("Default AMBR info from the DNN configuration, downlink %s, uplink %s",(sdc.get()->session_ambr).downlink.c_str(),(sdc.get()->session_ambr).uplink.c_str());
//Downlink
...
...
@@ -512,19 +519,16 @@ void smf_context::get_session_ambr(SessionAMBR& session_ambr, const snssai_t& sn
Logger::smf_app().debug("Default AMBR info from the DNN configuration, downlink %s, uplink %s",(sdc.get()->session_ambr).downlink.c_str(),(sdc.get()->session_ambr).uplink.c_str());
// For LADN, the SMF subscribes to the UE moving into or out of LADN service area event notification by providing the LADN DNN as an indicator for the Area Of Interest
/* If the PDU Session establishment is not successful, the SMF informs the AMF by invoking Nsmf_PDUSession_SMContextStatusNotify (Release). The SMF also releases any N4
session(s) created, any PDU Session address if allocated (e.g. IP address) and releases the association with PCF, if any.