X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_udx_ptdl.c;h=6b7cf5e87ea0cd41cb07723c5db54e3d1c5553a1;hb=42f73fef5ef8722af83284e0f146b2da693a1f68;hp=ea1cbe2987cdeceb9b00c0d5910eacbadfd98842;hpb=aee73991f728cc127d1ed76d5a52571d916235a4;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_udx_ptdl.c b/src/5gnrrlc/kw_udx_ptdl.c index ea1cbe298..6b7cf5e87 100755 --- a/src/5gnrrlc/kw_udx_ptdl.c +++ b/src/5gnrrlc/kw_udx_ptdl.c @@ -64,7 +64,7 @@ PRIVATE S16 PtDlUdxCfgCfm ARGS((Pst *pst, SuId suId, RlcCfgCfmInfo *cfmInfo)); PRIVATE S16 PtDlUdxUeIdChgCfm ARGS(( Pst *pst, SuId suId,U32 transId, CmStatus status)); PRIVATE S16 PtDlUdxStaUpdCfm ARGS(( Pst* pst,SuId suId,CmLteRlcId *rlcId, - KwUdxBufLst *pBufLst)); + RlcUdxBufLst *pBufLst)); /* UDX Bind Confirm primitive */ /** @@ -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; @@ -198,10 +195,9 @@ PRIVATE S16 PtDlUdxStaUpdCfm Pst* pst, SuId suId, CmLteRlcId *rlcId, -KwUdxBufLst *pBufLst +RlcUdxBufLst *pBufLst ) { - TRC3(PtDlUdxStaUpdCfm); return ROK; } @@ -212,7 +208,6 @@ SuId suId, CmLteRlcId *rlcId ) { - TRC3(PtDlUdxStaProhTmrStart); return ROK; } #endif @@ -236,7 +231,7 @@ PRIVATE UdxBndCfm rlcDlUdxBndCfmMt[UDX_MAX_SEL] = #endif /* KW */ }; -PUBLIC UdxCfgCfm rlcDlUdxCfgCfmMt[UDX_MAX_SEL] = +UdxCfgCfm rlcDlUdxCfgCfmMt[UDX_MAX_SEL] = { #ifdef LCKWULUDX cmPkUdxCfgCfm, /* 0 - loosely coupled */ @@ -255,7 +250,7 @@ PUBLIC UdxCfgCfm rlcDlUdxCfgCfmMt[UDX_MAX_SEL] = #endif /* KW */ }; -PUBLIC UdxUeIdChgCfm rlcDlUdxUeIdChgCfmMt[UDX_MAX_SEL] = +UdxUeIdChgCfm rlcDlUdxUeIdChgCfmMt[UDX_MAX_SEL] = { #ifdef LCKWULUDX cmPkUdxUeIdChgCfm, /* 0 - loosely coupled */ @@ -315,20 +310,19 @@ PRIVATE CONSTANT UdxStaProhTmrStart rlcDlUdxStaProhTmrStartMt[UDX_MAX_SEL] = * */ #ifdef ANSI -PUBLIC S16 rlcDlUdxBndCfm +S16 rlcDlUdxBndCfm ( Pst *pst, /* post structure */ SuId suId, /* Service User Id */ U8 status /* Status */ ) #else -PUBLIC S16 rlcDlUdxBndCfm(pst, suId, status) +S16 rlcDlUdxBndCfm(pst, suId, status) Pst *pst; /* post structure */ 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); @@ -360,20 +354,19 @@ U8 status; /* Status */ * */ #ifdef ANSI -PUBLIC S16 rlcDlUdxCfgCfm +S16 rlcDlUdxCfgCfm ( Pst *pst, /* post structure */ SuId suId, /* Service User Id */ RlcCfgCfmInfo *cfmInfo /* Status */ ) #else -PUBLIC S16 rlcDlUdxCfgCfm(pst, suId, status) +S16 rlcDlUdxCfgCfm(pst, suId, status) Pst *pst; /* post structure */ 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); @@ -403,7 +396,7 @@ RlcCfgCfmInfo *cfmInfo; /* Status */ * */ #ifdef ANSI -PUBLIC S16 rlcDlUdxUeIdChgCfm +S16 rlcDlUdxUeIdChgCfm ( Pst *pst, /* post structure */ SuId suId, /* Service User Id */ @@ -411,14 +404,13 @@ U32 transId, CmStatus status ) #else -PUBLIC S16 rlcDlUdxUeIdChgCfm(pst, suId, status) +S16 rlcDlUdxUeIdChgCfm(pst, suId, status) Pst *pst; /* post structure */ SuId suId; /* Service User Id */ 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 -PUBLIC S16 rlcDlUdxStaProhTmrStart -( -Pst *pst, /* post structure */ -SuId suId, /* Service User Id */ -CmLteRlcId *rlcId -) -#else -PUBLIC 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);