X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Frgr.x;h=a3ca02d38ad3dffdf0e3a9ef4544d14fe6455d23;hb=5ea4c59cb4dd37164953218b0bd355284e11d22c;hp=2eba088ba1ffe2499f4af65e04b190f880d97159;hpb=43f9a063a851c5318a609e9966cdc0b30f0abaf5;p=o-du%2Fl2.git diff --git a/src/cm/rgr.x b/src/cm/rgr.x index 2eba088ba..a3ca02d38 100755 --- a/src/cm/rgr.x +++ b/src/cm/rgr.x @@ -2776,6 +2776,13 @@ typedef S16 (*RgrCfgReq) ARGS(( Pst* pst, RgrCfgTransId transId, RgrCfgReqInfo * cfgReqInfo)); + +EXTERN S16 cmPkRgrCfgCfm ARGS(( + Pst* pst, + RgrCfgTransId transId, + U8 status +)); + /** @brief Configuration confirm from MAC to RRM. * * @details This API confirms the RGR User about the status of the Configuration. @@ -3208,24 +3215,6 @@ EXTERN S16 RgUiRgrUbndReq ARGS(( Reason reason )); -/** @brief Configuration request from RRM to MAC for configuring Cell/UE/LC. - * - * @details This API is invoked by RRM towards MAC to configure MAC. - * These API validates the Pst, spId, suId and transfers the config request - * specific information to corresponding ownership module (GOM) API. - * - * @param[in] pst Pointer to a post structure. - * @param[in] spId SAP Id of the Service Provider. - * @param[in] transId MAC to RRM Transaction Id. - * @param[in] cfgReqInfo Basic RGR configuration/reconfiguration info at RRM. - * @return ROK/RFAILED - */ -EXTERN S16 HandleSchCfgReq ARGS(( - Pst* pst, - RgrCfgTransId transId, - RgrCfgReqInfo * cfgReqInfo -)); - /** @brief Configuration Confirm from MAC to RRM. * * @details In this API crnti, preambleId, and @@ -3772,12 +3761,6 @@ EXTERN S16 cmUnpkRgrCfgReq ARGS(( Buffer *mBuf )); -EXTERN S16 cmPkRgrCfgCfm ARGS(( - Pst* pst, - RgrCfgTransId transId, - U8 status -)); - EXTERN S16 cmUnpkRgrCfgCfm ARGS(( RgrCfgCfm func, Pst* pst, @@ -4644,8 +4627,6 @@ RgrCellCntrlCmdCfg *param, Buffer *mBuf )); -EXTERN S16 MacSchCfgReq ARGS((Pst *pst, RgrCfgTransId transId, - RgrCfgReqInfo *cfgReqInfo)); #ifdef RLC_MAC_DAT_REQ_RBUF EXTERN S16 rgDlDatReqBatchProc ARGS(( Void));