X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_tmr.c;h=76bfb933990409b75aed9d9784dfa6cd4f753bea;hb=762bc0a2a50222d74b01d9a88071bfaf5d90979b;hp=a959503fd0b1cbdab654a2f2a1f631e54499f715;hpb=def50dc175cebc67238db5f1acd5ff322a2279bd;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_tmr.c b/src/5gnrrlc/kw_tmr.c index a959503fd..76bfb9339 100755 --- a/src/5gnrrlc/kw_tmr.c +++ b/src/5gnrrlc/kw_tmr.c @@ -86,7 +86,7 @@ } /* private function declarations */ -PRIVATE Void rlcBndTmrExpiry(PTR cb); +static Void rlcBndTmrExpiry(PTR cb); /** * @brief Handler to start timer @@ -294,17 +294,7 @@ void rlcStopTmr(RlcCb *gCb, PTR cb, uint8_t tmrType) * * @return Void */ -#ifdef ANSI -Void rlcTmrExpiry -( -PTR cb, -S16 tmrEvnt -) -#else -Void rlcTmrExpiry (cb, tmrEvnt) -PTR cb; -S16 tmrEvnt; -#endif +Void rlcTmrExpiry(PTR cb,S16 tmrEvnt) { /* kw005.201 added support for L2 Measurement */ @@ -416,15 +406,7 @@ bool rlcChkTmr(RlcCb *gCb, PTR cb, int16_t tmrEvnt) * * @return Void */ -#ifdef ANSI -PRIVATE Void rlcBndTmrExpiry -( -PTR cb -) -#else -PRIVATE Void rlcBndTmrExpiry(cb) -PTR cb; -#endif +static Void rlcBndTmrExpiry(PTR cb) { RlcRguSapCb *rguSapCb;