Merge "replaced cmMemSet, cmMemcpy with memset and memcpy resp AND Removed TRC()...
[o-du/l2.git] / src / 5gnrrlc / kw_udx_ptdl.c
index fdf4801..6b7cf5e 100755 (executable)
@@ -101,7 +101,6 @@ SuId suId;                      /* Service User Id */
 U8   status;                    /* Status */
 #endif
 {
-   TRC3(PtDlUdxBndCfm)
 
    return ROK;
 
@@ -143,7 +142,6 @@ SuId          suId;            /* Service User Id */
 RlcCfgCfmInfo *cfmInfo;        /* Status */
 #endif
 {
-   TRC3(PtDlUdxCfgCfm)
 
    return ROK;
 
@@ -185,7 +183,6 @@ U32           transId;
 CmStatus      status;
 #endif
 {
-   TRC3(PtDlUdxUeIdChgCfm)
 
    return ROK;
 
@@ -201,7 +198,6 @@ CmLteRlcId          *rlcId,
 RlcUdxBufLst         *pBufLst
 )
 {
-   TRC3(PtDlUdxStaUpdCfm);
    return ROK;
 }
 
@@ -212,7 +208,6 @@ SuId                suId,
 CmLteRlcId          *rlcId
 )
 {
-   TRC3(PtDlUdxStaProhTmrStart);
    return ROK;
 }
 #endif
@@ -328,7 +323,6 @@ SuId suId;                      /* Service User Id */
 U8   status;                    /* Status */
 #endif
 {
-   TRC3(rlcDlUdxBndCfm)
 
    /* jump to specific primitive depending on configured selector */
    (*rlcDlUdxBndCfmMt[pst->selector])(pst, suId, status);
@@ -373,7 +367,6 @@ SuId          suId;            /* Service User Id */
 RlcCfgCfmInfo *cfmInfo;        /* Status */
 #endif
 {
-   TRC3(rlcDlUdxCfgCfm)
 
    /* jump to specific primitive depending on configured selector */
    (*rlcDlUdxCfgCfmMt[pst->selector])(pst, suId, cfmInfo);
@@ -418,7 +411,6 @@ U32           transId;
 CmStatus      status;
 #endif
 {
-   TRC3(rlcDlUdxUeIdChgCfm)
 
    /* jump to specific primitive depending on configured selector */
    (*rlcDlUdxUeIdChgCfmMt[pst->selector])(pst, suId,transId,status);
@@ -428,23 +420,8 @@ CmStatus      status;
 } /* end of rlcDlUdxBndCfm */
 
 
-
-#ifdef ANSI
-S16 rlcDlUdxStaProhTmrStart
-(
-Pst                 *pst,                       /* post structure */
-SuId                suId,                      /* Service User Id */
-CmLteRlcId          *rlcId
-)
-#else
-S16 rlcDlUdxStaProhTmrStart(pst, suId, rlcId)
-Pst           *pst;            /* post structure */
-SuId          suId;            /* Service User Id */
-CmLteRlcId    *rlcId;
-#endif
+uint8_t rlcDlUdxStaProhTmrStart(Pst *pst, SuId suId, CmLteRlcId *rlcId)
 {
-   TRC3(rlcDlUdxStaProhTmrStart)
-
    /* jump to specific primitive depending on configured selector */
    (*rlcDlUdxStaProhTmrStartMt[pst->selector])(pst, suId, rlcId);