X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_e2ap_msg_hdl.h;fp=src%2Fdu_app%2Fdu_e2ap_msg_hdl.h;h=8e6a9b1e080a1fcdbe26db9bc4a0d54318af2278;hb=a50cee433ee06d6a8a4215c274432ab4ad8fdb26;hp=a10fe03d0b9f713f6712c6c6e2962265151bc649;hpb=f6d2e6f0523c7686e6cd1a1b1c08fe2a9b2df683;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 a10fe03d0..8e6a9b1e0 100644 --- a/src/du_app/du_e2ap_msg_hdl.h +++ b/src/du_app/du_e2ap_msg_hdl.h @@ -20,25 +20,10 @@ #define ENCODE_FAIL -1 -uint8_t sctpSend(Buffer *mBuf, uint8_t itfType); - -typedef struct e2apDb -{ - 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 BuildAndSendE2NodeConfigUpdate(); +uint8_t BuildAndSendE2SetupReq(); +uint8_t BuildAndSendE2NodeConfigUpdate(); +uint8_t BuildAndSendE2ResetRequest(E2CauseType failureType, E2Cause failureCause); +void E2APMsgHdlr(Buffer *mBuf); /********************************************************************** End of file **********************************************************************/