X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_e2ap_msg_hdl.h;h=18edc27705daa20398189ea1634180347ca78181;hb=bbec4b5e924e6f9e76438412d7704bbd61f23b3a;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..18edc2770 100644 --- a/src/du_app/du_e2ap_msg_hdl.h +++ b/src/du_app/du_e2ap_msg_hdl.h @@ -24,6 +24,8 @@ uint8_t BuildAndSendE2SetupReq(); uint8_t BuildAndSendE2NodeConfigUpdate(); uint8_t BuildAndSendE2ResetRequest(E2CauseType failureType, E2Cause failureCause); void E2APMsgHdlr(Buffer *mBuf); +uint8_t BuildAndSendRicIndication(RicSubscription *ricSubscriptionInfo); +uint8_t BuildAndSendStatsReq(ActionDefinition subscribedAction); /********************************************************************** End of file **********************************************************************/