X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_e2ap_msg_hdl.h;h=a10fe03d0b9f713f6712c6c6e2962265151bc649;hb=e596baac85d7993d92b3077ddc1b99af14b5e8a6;hp=28dc831013d8370109c1f60f176ad9c67b0af5b6;hpb=105199ef642ffe9736ea24a01d4546578fa25e60;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 28dc83101..a10fe03d0 100644 --- a/src/du_app/du_e2ap_msg_hdl.h +++ b/src/du_app/du_e2ap_msg_hdl.h @@ -20,25 +20,25 @@ #define ENCODE_FAIL -1 -S16 sctpSend(Buffer *mBuf, U8 itfType); +uint8_t sctpSend(Buffer *mBuf, uint8_t itfType); typedef struct e2apDb { - U16 ricId; - uint8_t *plmn; - U32 ricReqId; - U32 ricInstanceId; - U32 ranFuncId; - uint8_t *ricEventTrigger; - U32 ricActionId; - U32 ricActionType; + uint16_t ricId; + uint8_t *plmn; + uint32_t ricReqId; + uint32_t ricInstanceId; + uint32_t ranFuncId; + uint8_t *ricEventTrigger; + uint32_t ricActionId; + uint32_t ricActionType; }E2apMsgDb; E2apMsgDb e2apMsgDb; uint8_t BuildAndSendE2SetupReq(); uint8_t SendE2APMsg(Region , Pool ); void E2APMsgHdlr(Buffer *mBuf); -uint8_t deAllocateE2SetupReqMsg(E2AP_PDU_t *e2apMsg, E2setupRequest_t *e2SetupReq, uint8_t idx); +uint8_t BuildAndSendE2NodeConfigUpdate(); /********************************************************************** - End of file -**********************************************************************/ + End of file + **********************************************************************/