X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_e2ap_msg_hdl.h;h=f800c488b704b3a4888565941757f6c48c4f86de;hb=e006592159c0a16a4c2f24cc50f712ff9461a000;hp=bf0d99143ef72def9e16e3e849828cef80f5306b;hpb=571b7d1991b8ea5cc64a76f38940d5ac9b4b84e2;p=o-du%2Fl2.git diff --git a/src/du_app/du_e2ap_msg_hdl.h b/src/du_app/du_e2ap_msg_hdl.h index bf0d99143..f800c488b 100644 --- a/src/du_app/du_e2ap_msg_hdl.h +++ b/src/du_app/du_e2ap_msg_hdl.h @@ -24,6 +24,7 @@ #include "E2AP-PDU.h" #include "PLMN-IdentityE2.h" #include "RICeventTriggerDefinition.h" +#include "odu_common_codec.h" #include "envopt.h" /* Environment options */ #include "envdep.h" /* Environment dependent */ @@ -44,6 +45,8 @@ #define ENCODE_FAIL -1 +S16 sctpSend(Buffer *mBuf, U8 itfType); + typedef struct e2apDb { U16 ricId; @@ -57,6 +60,8 @@ typedef struct e2apDb }E2apMsgDb; S16 BuildAndSendE2SetupReq(); +uint16_t deAllocateE2SetupReqMsg(E2AP_PDU_t *e2apMsg, \ + E2setupRequest_t *e2SetupReq, uint8_t idx); S16 SendE2APMsg(Region , Pool ); void E2APMsgHdlr(Buffer *mBuf);