X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fkwu.x;h=263897907a83d6e3c1b029a4086081eb9bd5c157;hb=42f73fef5ef8722af83284e0f146b2da693a1f68;hp=c91c9e7c5f0ecac93cde4711464adaa0dbb46dd8;hpb=5831bf6b3454aa200a92cd3e84209650734e4863;p=o-du%2Fl2.git diff --git a/src/cm/kwu.x b/src/cm/kwu.x index c91c9e7c5..263897907 100755 --- a/src/cm/kwu.x +++ b/src/cm/kwu.x @@ -144,7 +144,7 @@ typedef S16 (*KwuDiscSduCfm) ARGS((Pst *pst, SuId suId, KwuDiscSduInfo *discCfmI * @details This primitive binds the RLC service user entity to the RLC product. * The RLC service user must bind each KWU SAP individually before sending any * other request. RLC acknowledges the receipt of the bind request by sending - * a KwUiKwuBndCfm primitive. + * a RlcUiKwuBndCfm primitive. * @param[in] pst - For the bind request, the event field in the Pst structure is set to EVTKWUBNDREQ @@ -156,13 +156,13 @@ Allowable values: 0 to 32767. * -# ROK * -# RFAILED */ -EXTERN S16 KwUiKwuBndReq ARGS((Pst *pst, +EXTERN S16 RlcUiKwuBndReq ARGS((Pst *pst, SuId suId, SpId spId)); /** * @details RLC invokes the bind confirm primitive to acknowledge the receipt - * of the KwUiKwuBndReq primitive from the service user. The status field + * of the RlcUiKwuBndReq primitive from the service user. The status field * indicates whether the bind request succeeded or failed. The bind request * may fail due to invalid parameters in the bind request from the * service user (for example, an invalid spId). @@ -178,7 +178,7 @@ CM_BND_NOK: Error encountered during the processing of the bind request. * -# ROK * -# RFAILED */ -EXTERN S16 KwUiKwuBndCfm ARGS((Pst *pst, +EXTERN S16 RlcUiKwuBndCfm ARGS((Pst *pst, SuId suId, U8 status)); @@ -196,28 +196,10 @@ disassociated from its service user SAP. Allowable values: 0 to 32767. * -# ROK * -# RFAILED */ -EXTERN S16 KwUiKwuUbndReq ARGS((Pst *pst, +EXTERN S16 RlcUiKwuUbndReq ARGS((Pst *pst, SpId spId, Reason reason)); -/** - *@details This primitive is used by RRC to transfer the SDU data to the RLC. - RLC will send the data to logical channels in the form of PDUs by assembling - [concatenating/segmenting/retransmission (in case of AM), concatenating if - required (in case of UM)] SDUs received from the service user (RRC/PDCP). - - * @param[in] pst - Pointer to the pst structure - * @param[in] spId - Service provider ID - * @param[in] datReq - Data request parameter - * @param[in] buf - RLC SDU - * @return S16 - * -# ROK - * -# RFAILED - */ -EXTERN S16 KwUiKwuDatReq ARGS((Pst *pst, - KwuDatReqInfo* datReq, - Buffer *buf)); - /** *@details This primitive is used by RLC to transfer the SDU data to the service user (RRC/PDCP) recieved from the peer RLC. RLC will send the data to service @@ -231,12 +213,12 @@ EXTERN S16 KwUiKwuDatReq ARGS((Pst *pst, * -# ROK * -# RFAILED */ -EXTERN S16 KwUiKwuDatInd ARGS((Pst *pst, - KwuDatIndInfo* datInd, - Buffer *mBuf)); +EXTERN S16 rlcSendUlDataToDu ARGS((Pst *pst, + KwuDatIndInfo* datInd, + Buffer *mBuf)); /** - *@details This primitive is used by RLC as the confirmation for the KwUiKwuDatReq + *@details This primitive is used by RLC as the confirmation for the RlcProcDlData to the service user (RLC/PDCP). It is used only in AM mode data transfers for RLC. @@ -247,7 +229,7 @@ EXTERN S16 KwUiKwuDatInd ARGS((Pst *pst, * -# ROK * -# RFAILED */ -EXTERN S16 KwUiKwuDatCfm ARGS((Pst *pst, +EXTERN S16 RlcUiKwuDatCfm ARGS((Pst *pst, SuId suId, KwuDatCfmInfo* datCfm)); @@ -263,7 +245,7 @@ EXTERN S16 KwUiKwuDatCfm ARGS((Pst *pst, * -# ROK * -# RFAILED */ -EXTERN S16 KwUiKwuDiscSduReq ARGS((Pst *pst, +EXTERN S16 RlcUiKwuDiscSduReq ARGS((Pst *pst, SpId spId, KwuDiscSduInfo* discSdu)); @@ -279,7 +261,7 @@ EXTERN S16 KwUiKwuDiscSduReq ARGS((Pst *pst, * -# ROK * -# RFAILED */ -EXTERN S16 KwUiKwuStaInd ARGS((Pst *pst, +EXTERN S16 RlcUiKwuStaInd ARGS((Pst *pst, SuId suId, KwuStaIndInfo* staInd)); @@ -295,7 +277,7 @@ EXTERN S16 KwUiKwuStaInd ARGS((Pst *pst, * -# ROK * -# RFAILED */ -EXTERN S16 KwUiKwuDiscSduCfm ARGS((Pst *pst, +EXTERN S16 RlcUiKwuDiscSduCfm ARGS((Pst *pst, SpId spId, KwuDiscSduInfo* discCfmSdu)); @@ -310,7 +292,7 @@ EXTERN S16 KwUiKwuDiscSduCfm ARGS((Pst *pst, * -# ROK * -# RFAILED */ -EXTERN S16 KwUiKwuFlowCntrlInd ARGS((Pst *pst, +EXTERN S16 RlcUiKwuFlowCntrlInd ARGS((Pst *pst, SuId suId, KwuFlowCntrlIndInfo* flowCntrlIndInfo)); #ifdef LTE_L2_MEAS @@ -326,12 +308,12 @@ EXTERN S16 KwUiKwuFlowCntrlInd ARGS((Pst *pst, * -# ROK * -# RFAILED */ -EXTERN S16 KwUiKwuDatAckInd ARGS((Pst *pst, +EXTERN S16 RlcUiKwuDatAckInd ARGS((Pst *pst, SuId suId, KwuDatAckInfo* ackInd)); #endif /* LTE_L2_MEAS */ -EXTERN S16 KwUiKwuReEstCmpInd ARGS((Pst *pst, +EXTERN S16 RlcUiKwuReEstCmpInd ARGS((Pst *pst, SuId suId, CmLteRlcId rlcId )); @@ -443,7 +425,7 @@ EXTERN S16 PjLiKwuDatAckInd ARGS((Pst *pst, #endif /* PJ */ #ifdef MAC_RLC_UL_RBUF -EXTERN S16 kwUlBatchProc ARGS((Void)); +EXTERN S16 rlcUlBatchProc ARGS((Void)); #endif /***************************************************************************** * PACK/UNPACK FUNCTIONS