X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_e2ap_msg_hdl.h;h=460355b9c5c481319ed56f110cc7fc91c8d3b1d4;hb=refs%2Fchanges%2F07%2F11807%2F4;hp=8e6a9b1e080a1fcdbe26db9bc4a0d54318af2278;hpb=a50cee433ee06d6a8a4215c274432ab4ad8fdb26;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 8e6a9b1e0..460355b9c 100644 --- a/src/du_app/du_e2ap_msg_hdl.h +++ b/src/du_app/du_e2ap_msg_hdl.h @@ -22,8 +22,12 @@ uint8_t BuildAndSendE2SetupReq(); uint8_t BuildAndSendE2NodeConfigUpdate(); -uint8_t BuildAndSendE2ResetRequest(E2CauseType failureType, E2Cause failureCause); +uint8_t BuildAndSendE2ResetRequest(E2FailureCause resetCause); void E2APMsgHdlr(Buffer *mBuf); +uint8_t BuildAndSendRicIndication(RicSubscription *ricSubscriptionInfo); +uint8_t BuildAndSendRicServiceUpdate(RicServiceUpdate serviceUpdate); +uint8_t BuildAndSendStatsReq(uint16_t ranFuncId, RicSubscription *ricSubscriptionInfo); +uint8_t BuildAndSendRicSubscriptionFailure(RicRequestId ricReqId, uint16_t ranFuncId, E2FailureCause failureCause); /********************************************************************** End of file **********************************************************************/