X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_lim.c;fp=src%2F5gnrrlc%2Fkw_lim.c;h=a7eff98152da949ba9a74d5ed4fcc91d1e68eaa4;hb=e8126b742c458158da117396d52ace22d59e9d47;hp=60155965f1bfac2ded025adb2bb161a923cfc713;hpb=27d8d877e837c2879a452538cdbe81afe48bed62;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_lim.c b/src/5gnrrlc/kw_lim.c index 60155965f..a7eff9815 100755 --- a/src/5gnrrlc/kw_lim.c +++ b/src/5gnrrlc/kw_lim.c @@ -99,19 +99,7 @@ extern "C" { * -# RFAILED * */ -#ifdef ANSI -S16 RlcLiRguBndCfm -( -Pst *pst, -SuId suId, -uint8_t status -) -#else -S16 RlcLiRguBndCfm (pst, suId, status) -Pst *pst; -SuId suId; -uint8_t status; -#endif +S16 RlcLiRguBndCfm(Pst *pst,SuId suId,uint8_t status) { uint16_t event; /* Event */ uint16_t cause; /* Cause */ @@ -469,19 +457,7 @@ uint8_t rlcProcDedLcSchedRpt(Pst *pst, SuId suId, RguDStaIndInfo *staInd) * -# RFAILED * */ -#ifdef ANSI -S16 RlcLiRguFlowCntrlInd -( -Pst *pst, -SuId suId, -RguFlowCntrlInd *flowCntrlInd -) -#else -S16 RlcLiRguFlowCntrlInd(pst, suId, flowCntrlInd) -Pst *pst; -SuId suId; -RguFlowCntrlInd *flowCntrlInd; -#endif +S16 RlcLiRguFlowCntrlInd(Pst *pst,SuId suId,RguFlowCntrlInd *flowCntrlInd) { RlcCb *tRlcCb; RlcDlRbCb *rbCb = NULLP; @@ -551,19 +527,7 @@ RguFlowCntrlInd *flowCntrlInd; * -# RFAILED * */ -#ifdef ANSI -S16 RlcLiRguHqStaInd -( -Pst *pst, -SuId suId, -RguHarqStatusInd *staInd -) -#else -S16 RlcLiRguHqStaInd(pst,suId,staInd) -Pst *pst; -SuId suId; -RguHarqStatusInd *staInd; -#endif +S16 RlcLiRguHqStaInd(Pst *pst, SuId suId,RguHarqStatusInd *staInd) { RlcUeKey ueKey;