Commit 18f7171b authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

minor fix

parent 08e7ab7c
This diff is collapsed.
......@@ -156,7 +156,6 @@ int session_create_sm_context_procedure::run(std::shared_ptr<itti_n11_create_sm_
//outer_header_creation.port_number = port;
outer_header_creation.outer_header_creation_description = pfcp::OUTER_HEADER_CREATION_GTPU_UDP_IPV4;
forwarding_parameters.set(outer_header_creation);
forwarding_parameters.set(destination_interface);
}
......@@ -353,7 +352,7 @@ void session_create_sm_context_procedure::handle_itti_msg (itti_n4_session_estab
smf_app_inst->convert_string_2_hex(n1_sm_msg, n1_sm_msg_hex);
n11_triggered_pending->res.set_n1_sm_message(n1_sm_msg_hex);
} else { //PDU Session Establishment Accept
Logger::smf_app().debug("PDU Session Establishment Accept");
Logger::smf_app().debug("\nPrepare a PDU Session Establishment Accept message and send to UE\n");
smf_n1_n2_inst.create_n1_sm_container(n11_triggered_pending->res, PDU_SESSION_ESTABLISHMENT_ACCEPT, n1_sm_msg, cause_value_5gsm_e::CAUSE_0_UNKNOWN); //TODO: need cause?
smf_app_inst->convert_string_2_hex(n1_sm_msg, n1_sm_msg_hex);
n11_triggered_pending->res.set_n1_sm_message(n1_sm_msg_hex);
......
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