replaced cmMemSet, cmMemcpy with memset and memcpy resp AND Removed TRC() traces...
[o-du/l2.git] / src / 5gnrmac / rg_ram.c
index bfaefcb..da2b578 100755 (executable)
@@ -94,8 +94,6 @@ Inst        inst;
 RgUeCb      *ue;
 #endif
 {
-   TRC2(rgRAMFreeUeCb);
-
    rgDHMFreeUe(inst,&ue->dl.hqEnt);
 
    /*ccpu00117052 - MOD - Passing double pointer for proper NULLP 
@@ -141,8 +139,6 @@ RgErrInfo      *err;
    Inst       inst = cell->macInst - RG_INST_START;
    RgUeCb    *ueCb = NULLP;
 
-   TRC2(rgRAMCreateUeCb)
-
    RLOG_ARG1(L_INFO,DBG_CELLID,cell->cellId,"CREATE UECB FOR CRNTI:%d",
              tmpCrnti);
    /* Allocate the Ue control block */
@@ -209,8 +205,6 @@ RgCellCb    *cell;
    Inst    inst = cell->macInst - RG_INST_START;
    RgUeCb  *ueCb;
 
-   TRC2(rgRAMFreeCell);
-
    /* Free CURRENT CRG cfg list */
    while ((ueCb = rgDBMGetNextUeCbFromRachLst(cell, NULLP)) != NULLP)
    {
@@ -264,8 +258,6 @@ RgErrInfo           *err;
    RgDlSf   *dlSf;
    U8       idx;
 
-   TRC2(rgHndlRaResp)
-
    if(NULLP == rarInfo->raRntiInfo)
    {
       return RFAILED;