Commit f2ae7a1a authored by wangyongshou's avatar wangyongshou

add path switch request msg,problem: AMF_UE_NGAP_ID, decode failed

parent 83d74ee8
This diff is collapsed.
#ifndef NG_PDU_PATH_SWITCH_REQUEST_H_
#define NG_PDU_PATH_SWITCH_REQUEST_H_
int make_NGAP_PduPathSwitchRequest(const char *inputBuf, const char *OutputBuf);
#endif
......@@ -49,6 +49,7 @@ add_library (SMF STATIC
${SRC_TOP_DIR}/NgapSmfLayer/ng_pdu_handover_request_acknowledge.c
${SRC_TOP_DIR}/NgapSmfLayer/ng_pdu_handover_failure.c
${SRC_TOP_DIR}/NgapSmfLayer/ng_pdu_handover_notify.c
${SRC_TOP_DIR}/NgapSmfLayer/ng_pdu_path_switch_request.c
smf_app.cpp
smf_config.cpp
smf_context.cpp
......
......@@ -61,6 +61,7 @@ extern "C"{
#include "../NgapSmfLayer/ng_pdu_handover_request_acknowledge.h"
#include "../NgapSmfLayer/ng_pdu_handover_failure.h"
#include "../NgapSmfLayer/ng_pdu_handover_notify.h"
#include "../NgapSmfLayer/ng_pdu_path_switch_request.h"
}
#include <stdexcept>
......@@ -2416,6 +2417,8 @@ void smf_app::create_n2_sm_information(std::shared_ptr<itti_n11_create_sm_contex
make_NGAP_PduHandOver_Failure("","");
make_NGAP_PduHandOver_Notify("","");
make_NGAP_PduPathSwitchRequest("","");
//make_NGAP_PduSessionResourceReleaseCommand("", "");
//make_NGAP_pdu_session_resource_setup_request();
......
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