X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fkwu.x;h=263897907a83d6e3c1b029a4086081eb9bd5c157;hb=42f73fef5ef8722af83284e0f146b2da693a1f68;hp=2017c44b44cbc3b08d288a0421fd7ac29396db1a;hpb=0a26c487f1b6bbb5217e47b15fa8273b2e749283;p=o-du%2Fl2.git diff --git a/src/cm/kwu.x b/src/cm/kwu.x index 2017c44b4..263897907 100755 --- a/src/cm/kwu.x +++ b/src/cm/kwu.x @@ -200,24 +200,6 @@ 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 RlcUiKwuDatReq 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 RlcUiKwuDatReq ARGS((Pst *pst, * -# ROK * -# RFAILED */ -EXTERN S16 RlcUiKwuDatInd 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 RlcUiKwuDatReq + *@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.