X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frlog%2Frl_interface.h;h=51e0ab6c8c7b74562fd4b6580be8443fdec86a9e;hb=37badc1a711fc7802d2f0b67924f3c15e569a7d5;hp=b60b397d06723264d1faeebf1814a37cb22a44b2;hpb=def50dc175cebc67238db5f1acd5ff322a2279bd;p=o-du%2Fl2.git diff --git a/src/rlog/rl_interface.h b/src/rlog/rl_interface.h index b60b397d0..51e0ab6c8 100755 --- a/src/rlog/rl_interface.h +++ b/src/rlog/rl_interface.h @@ -106,24 +106,24 @@ void rlEnaBleBufferedIO(void); /////////////////////////////////////////////////////////////////////////////// // This API updates the RLOG Tti count baed on this time stamp will be updated -extern void rlUpdateRlogTti(void); +void rlUpdateRlogTti(void); /////////////////////////////////////////////////////////////////////////////// // This API reset the RLOG rate control count and enable logging every 10 ms -extern void rlResetLogRateLmt(void); +void rlResetLogRateLmt(void); /////////////////////////////////////////////////////////////////////////////// // This API reset the RLOG rate control count and enable logging every 10 ms -extern void rlResetLogRateLmt(void); +void rlResetLogRateLmt(void); /////////////////////////////////////////////////////////////////////////////// // This API Start the limit the number of logs loggd into circular buffer every // 10ms -extern void rlStartLogCountLimit(void); +void rlStartLogCountLimit(void); /////////////////////////////////////////////////////////////////////////////// // This API stops restriciton of limiting number of logs every 10 ms -extern void rlStopLogCountLimit(void); +void rlStopLogCountLimit(void); #ifdef WR_DBG_CIRLOG