X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_tmr.c;h=76bfb933990409b75aed9d9784dfa6cd4f753bea;hb=95fc4329bde1b6a06b00f94bd0eeab8bc5ba7295;hp=297ab7fc8758751b18d708509931b452490326c0;hpb=65443172dd60a6ea312bd3a15959dbf54ad7f045;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_tmr.c b/src/5gnrrlc/kw_tmr.c index 297ab7fc8..76bfb9339 100755 --- a/src/5gnrrlc/kw_tmr.c +++ b/src/5gnrrlc/kw_tmr.c @@ -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 -static Void rlcBndTmrExpiry -( -PTR cb -) -#else -static Void rlcBndTmrExpiry(cb) -PTR cb; -#endif +static Void rlcBndTmrExpiry(PTR cb) { RlcRguSapCb *rguSapCb;