Commit 83d74ee8 authored by wangyongshou's avatar wangyongshou

add handover notify msg

parent 5cdf7a7c
This diff is collapsed.
#ifndef NG_PDU_HANDOVER_NOTIFY_H_
#define NG_PDU_HANDOVER_NOTIFY_H_
int make_NGAP_PduHandOver_Notify(const char *inputBuf, const char *outputBuf);
#endif
......@@ -48,6 +48,7 @@ add_library (SMF STATIC
${SRC_TOP_DIR}/NgapSmfLayer/ng_pdu_handover_preparation_failure.c
${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
smf_app.cpp
smf_config.cpp
smf_context.cpp
......
......@@ -60,6 +60,7 @@ extern "C"{
#include "../NgapSmfLayer/ng_pdu_handover_preparation_failure.h"
#include "../NgapSmfLayer/ng_pdu_handover_request_acknowledge.h"
#include "../NgapSmfLayer/ng_pdu_handover_failure.h"
#include "../NgapSmfLayer/ng_pdu_handover_notify.h"
}
#include <stdexcept>
......@@ -2413,6 +2414,7 @@ void smf_app::create_n2_sm_information(std::shared_ptr<itti_n11_create_sm_contex
make_NGAP_PduHandOver_Req_Ack("","");
make_NGAP_PduHandOver_Failure("","");
make_NGAP_PduHandOver_Notify("","");
//make_NGAP_PduSessionResourceReleaseCommand("", "");
......
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