replaced cmMemSet, cmMemcpy with memset and memcpy resp AND Removed TRC() traces...
[o-du/l2.git] / src / 5gnrrlc / kw_lim.c
index 12fb70f..ba46450 100755 (executable)
@@ -118,8 +118,6 @@ U8     status;
    RlcRguSapCb   *rguSap;   /* RGU SAP Control Block */
    RlcCb         *tRlcCb;
 
-   TRC3(RlcLiRguBndCfm)
-
 #if (ERRCLASS & ERRCLS_INT_PAR)
    if (pst->dstInst >= MAX_RLC_INSTANCES)
    {
@@ -574,8 +572,6 @@ RguHarqStatusInd   *staInd;
    U8        tbIdx;
    RlcCb       *tRlcCb; 
 
-   TRC3(RlcLiRguHqStaInd)
-
    tRlcCb = RLC_GET_RLCCB(pst->dstInst);
    ueKey.cellId = staInd->cellId;
    ueKey.ueId   = staInd->ueId;