X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_lim.c;h=3a5c7ca4b59806848e55c553fea5099577929182;hb=def50dc175cebc67238db5f1acd5ff322a2279bd;hp=df56929e147b360fbef9536d49cf58ca910888f8;hpb=1616921700a3c7541f1df6dd2678f9ee4d8e933b;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_lim.c b/src/5gnrmac/rg_lim.c index df56929e1..3a5c7ca4b 100755 --- a/src/5gnrmac/rg_lim.c +++ b/src/5gnrmac/rg_lim.c @@ -175,7 +175,7 @@ Reason reason; * * @param[in] Pst *pst * @param[in] SuId suId - * @param[in] U8 status + * @param[in] uint8_t status * @return S16 * -# ROK * -# RFAILED @@ -185,13 +185,13 @@ S16 RgLiTfuBndCfm ( Pst *pst, SuId suId, -U8 status +uint8_t status ) #else S16 RgLiTfuBndCfm(pst, suId, status) Pst *pst; SuId suId; -U8 status; +uint8_t status; #endif { Inst inst; @@ -304,7 +304,7 @@ PRIVATE Void rgLIMUtlFreeDatIndEvnt(datInd, error) } } RG_FREE_MEM(datInd); - RETVOID; + return; } /* end of rgLIMUtlFreeDatIndEvnt*/ /** @@ -340,7 +340,7 @@ TfuDatIndInfo *datInd; { Inst inst; S16 ret; - VOLATILE U32 startTime=0; + VOLATILE uint32_t startTime=0; // printf("5GTF:: DatindRcvd\n"); @@ -408,7 +408,7 @@ PRIVATE Void rgLIMUtlFreeDatReqEvnt(datReq, error) TfuDatReqPduInfo *datInfo; CmLList *node; - U8 i; + uint8_t i; /* Steps of freeing up the TfuDatReq. * 1. Free the bch buffer. @@ -439,7 +439,7 @@ PRIVATE Void rgLIMUtlFreeDatReqEvnt(datReq, error) } } RG_FREE_MEM(datReq); - RETVOID; + return; } /* end of rgLIMUtlFreeDatReqEvnt*/ #endif /**