X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_e2ap_msg_hdl.h;h=75f1c45ab0db5d2b975adc3d6dc2d20c83d8a2e7;hb=180692ac45aac62b3207635a7cb36773e74e499f;hp=f800c488b704b3a4888565941757f6c48c4f86de;hpb=50aa3f9538e700074800c809f226760079e68d4a;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 f800c488b..75f1c45ab 100644 --- a/src/du_app/du_e2ap_msg_hdl.h +++ b/src/du_app/du_e2ap_msg_hdl.h @@ -50,19 +50,20 @@ S16 sctpSend(Buffer *mBuf, U8 itfType); typedef struct e2apDb { U16 ricId; - PLMN_IdentityE2_t plmn; + uint8_t *plmn; U32 ricReqId; U32 ricInstanceId; U32 ranFuncId; - RICeventTriggerDefinition_t ricEventTrigger; + uint8_t *ricEventTrigger; U32 ricActionId; U32 ricActionType; }E2apMsgDb; -S16 BuildAndSendE2SetupReq(); -uint16_t deAllocateE2SetupReqMsg(E2AP_PDU_t *e2apMsg, \ +E2apMsgDb e2apMsgDb; +uint8_t BuildAndSendE2SetupReq(); +uint8_t deAllocateE2SetupReqMsg(E2AP_PDU_t *e2apMsg, \ E2setupRequest_t *e2SetupReq, uint8_t idx); -S16 SendE2APMsg(Region , Pool ); +uint8_t SendE2APMsg(Region , Pool ); void E2APMsgHdlr(Buffer *mBuf); /**********************************************************************