Commit dadb2dff authored by wangyongshou's avatar wangyongshou

test pdu session resource notify msg

parent 2c493828
#ifndef NG_PDU_SESSOIN_RESOURCE_NOTIFY_H_
#define NG_PDU_SESSOIN_RESOURCE_NOTIFY_H_
#include "Ngap_NGAP-PDU.h"
Ngap_NGAP_PDU_t *make_NGAP_pdu_session_resource_nofity();
int make_NGAP_PduSessionResourceNotify(const char *inputBuf, const char *outputBuf);
#endif
......@@ -52,7 +52,7 @@ extern "C"{
#include "../NgapSmfLayer/ng_pdu_session_resource_release_response.h"
#include "../NgapSmfLayer/ng_pdu_session_resource_modify_request.h"
#include "../NgapSmfLayer/ng_pdu_session_resource_modify_response.h"
#include "../NgapSmfLayer/ng_pdu_session_resource_notify.h"
}
#include <stdexcept>
......@@ -2394,6 +2394,7 @@ void smf_app::create_n2_sm_information(std::shared_ptr<itti_n11_create_sm_contex
make_NGAP_PduSessionResourceReleaseResponse("", "");
make_NGAP_PduSessionResourceModifyRequest("", "");
make_NGAP_PduSessionResourceModifyResponse("","");
make_NGAP_PduSessionResourceNotify("", "");
//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