X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_udx_ptdl.c;h=6b7cf5e87ea0cd41cb07723c5db54e3d1c5553a1;hb=694adde1a08c393a8443fd5bbd4f036f5cf85403;hp=baafe66fa0d48bdd9ddd2c120048eddfff106240;hpb=2193e4cf01012809495be026097e8d7eacb9f0ac;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_udx_ptdl.c b/src/5gnrrlc/kw_udx_ptdl.c index baafe66fa..6b7cf5e87 100755 --- a/src/5gnrrlc/kw_udx_ptdl.c +++ b/src/5gnrrlc/kw_udx_ptdl.c @@ -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);