X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Frgu.x;h=154087a6b0cf4d6b968e5241b47c597ed80071d8;hb=dfe84998d9dba8389ee232aa184bc3b5ae383db3;hp=86186816fd2023d7a1dbfecc6834423301e529c2;hpb=87c35884595a3166121854c3ae6e6e856f004ff4;p=o-du%2Fl2.git diff --git a/src/cm/rgu.x b/src/cm/rgu.x index 86186816f..154087a6b 100755 --- a/src/cm/rgu.x +++ b/src/cm/rgu.x @@ -514,22 +514,6 @@ S16 RgUiRguUbndReq ARGS((Pst* pst,SpId spId,Reason reason)); * @return ROK/RFAILED */ S16 RgUiRguBndCfm ARGS((Pst* pst,SuId suId,uint8_t status)); -/** @brief Data Request from RLC to MAC for forwarding SDUs on common - * channel for transmission - * @param pst Pointer to the post structure. - * @param spId SAP ID of the service provider. - * @param datReq Data request for common channels (BCCH, PCCH and CCCH). - * @return ROK/RFAILED -*/ -S16 RgUiRguCDatReq ARGS((Pst* pst,SpId spId,RguCDatReqInfo *datReq)); -/** @brief Data Request from RLC to MAC for forwarding SDUs on - * dedicated channel for transmission - * @param pst Pointer to the post structure. - * @param spId SAP ID of the service provider. - * @param datReq Data request for dedicated channels (DCCH and DTCH). - * @return ROK/RFAILED -*/ -S16 RgUiRguDDatReq ARGS((Pst* pst,SpId spId,RguDDatReqInfo *datReq)); /** @brief Data Indication from MAC to RLC to * forward the data received for common channels @@ -547,22 +531,6 @@ S16 RgUiRguCDatInd ARGS((Pst* pst,SuId suId,RguCDatIndInfo *datInd)); * @return ROK/RFAILED */ S16 RgUiRguDDatInd ARGS((Pst* pst,SuId suId,RguDDatIndInfo *datInd)); -/** @brief Status Response from RLC to MAC to - * inform the BO report for common channels - * @param pst Pointer to the post structure. - * @param spId SAP ID of the service provider. - * @param staRsp Status response for common channels (BCCH, PCCH and CCCH). - * @return ROK/RFAILED -*/ -S16 RgUiRguCStaRsp ARGS((Pst* pst,SpId spId,RguCStaRspInfo *staRsp)); -/** @brief Status Response from RLC to MAC to - * inform the BO report for dedicated channels - * @param pst Pointer to the post structure. - * @param spId SAP ID of the service provider. - * @param staRsp Status response for dedicated channels (DCCH and DTCH). - * @return ROK/RFAILED -*/ -S16 RgUiRguDStaRsp ARGS((Pst* pst,SpId spId,RguDStaRspInfo *staRsp)); /** @brief Status Indication from MAC to RLC * as a response to the staRsp primitive from RLC.