X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_udx_ptul.c;h=0fda76d6778cbbc3c034a1fc88163f82a51819e6;hb=def50dc175cebc67238db5f1acd5ff322a2279bd;hp=1e072a74d7be530d8e4b721c0335391eb9c4f859;hpb=1616921700a3c7541f1df6dd2678f9ee4d8e933b;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_udx_ptul.c b/src/5gnrrlc/kw_udx_ptul.c index 1e072a74d..0fda76d67 100755 --- a/src/5gnrrlc/kw_udx_ptul.c +++ b/src/5gnrrlc/kw_udx_ptul.c @@ -61,7 +61,7 @@ PRIVATE S16 PtUlUdxUbndReq ARGS((Pst* pst, SuId suId,Reason reason)); PRIVATE S16 PtUlUdxCfgReq ARGS((Pst *pst, SpId spId, RlcCfgInfo *cfgInfo)); PRIVATE S16 PtUlUdxStaUpdReq ARGS((Pst* pst,SpId spId,CmLteRlcId *rlcId, RlcUdxStaPdu *pStaPdu )); -PRIVATE S16 PtUlUdxUeIdChgReq ARGS((Pst *pst, SpId spId, U32 transId, +PRIVATE S16 PtUlUdxUeIdChgReq ARGS((Pst *pst, SpId spId, uint32_t transId, CkwUeInfo *ueInfo, CkwUeInfo *newUeInfo)); PRIVATE S16 PtUlUdxStaPduReq ARGS(( Pst* pst,SpId spId, CmLteRlcId *rlcId, RlcUdxDlStaPdu *pStaPdu )); @@ -147,7 +147,7 @@ PRIVATE S16 PtUlUdxUeIdChgReq ( Pst *pst, /* post structure */ SpId spId, /* Service User Id */ -U32 transId, /* transaction Id */ +uint32_t transId, /* transaction Id */ CkwUeInfo *ueInfo, /* Config Info */ CkwUeInfo *newUeInfo /* Config Info */ ) @@ -155,7 +155,7 @@ CkwUeInfo *newUeInfo /* Config Info */ PRIVATE S16 PtUlUdxUeIdChgReq(pst, spId,transId, ueInfo, newUeInfo) Pst *pst; /* post structure */ SpId spId; /* Service User Id */ -U32 transId; /* transaction Id */ +uint32_t transId; /* transaction Id */ CkwUeInfo *ueInfo; /* Config Info */ CkwUeInfo *newUeInfo; /* Config Info */ #endif @@ -254,13 +254,13 @@ RlcL2MeasReqEvt *measReqEvt; #ifdef ANSI PRIVATE S16 PtUlUdxL2MeasSendReq ( -Pst* pst, -U8 status +Pst* pst, +uint8_t status ) #else PRIVATE S16 PtUlUdxL2MeasSendReq(pst, status ) -Pst* pst; -U8 status +Pst* pst; +uint8_t status #endif { @@ -282,13 +282,13 @@ U8 status #ifdef ANSI PRIVATE S16 PtUlUdxL2MeasStopReq ( -Pst* pst, -U8 status +Pst* pst, +uint8_t status ) #else PRIVATE S16 PtUlUdxL2MeasStopReq(pst, status ) -Pst* pst; -U8 status +Pst* pst; +uint8_t status #endif { @@ -579,7 +579,7 @@ S16 rlcUlUdxUeIdChgReq ( Pst *pst, /* post structure */ SpId spId, /* Service User Id */ -U32 transId, /* transaction Id */ +uint32_t transId, /* transaction Id */ CkwUeInfo *ueInfo, /* Config Info */ CkwUeInfo *newUeInfo /* Config Info */ ) @@ -587,7 +587,7 @@ CkwUeInfo *newUeInfo /* Config Info */ S16 rlcUlUdxUeIdChgReq(pst, spId,transId, ueInfo, newUeInfo) Pst *pst; /* post structure */ SpId spId; /* Service User Id */ -U32 transId; /* transaction Id */ +uint32_t transId; /* transaction Id */ CkwUeInfo *ueInfo; /* Config Info */ CkwUeInfo *newUeInfo; /* Config Info */ #endif @@ -668,13 +668,13 @@ RlcL2MeasReqEvt *measReqEvt; #ifdef ANSI S16 rlcUlUdxL2MeasSendReq ( -Pst* pst, -U8 measType +Pst* pst, +uint8_t measType ) #else S16 rlcUlUdxL2MeasSendReq(pst,measReqEvt) -Pst* pst; -U8 measType; +Pst* pst; +uint8_t measType; #endif { @@ -696,13 +696,13 @@ U8 measType; #ifdef ANSI S16 rlcUlUdxL2MeasStopReq ( -Pst* pst, -U8 measType +Pst* pst, +uint8_t measType ) #else S16 rlcUlUdxL2MeasStopReq(pst,measReqEvt) -Pst* pst; -U8 measType; +Pst* pst; +uint8_t measType; #endif {