[JIRA ID:ODUHIGH-331]-Renaming of RLC files
[o-du/l2.git] / src / 5gnrrlc / rlc_stats.c
similarity index 96%
rename from src/5gnrrlc/kw_tenb_stats.c
rename to src/5gnrrlc/rlc_stats.c
index 68d5527..c01228d 100755 (executable)
@@ -24,7 +24,7 @@
  
     Desc:   
  
-    File:  l2_tenb_stats.c
+    File:  rlc_stats.c
  
 **********************************************************************/
 
 #include "ckw.h"           /* CKW defines */
 #include "kwu.h"           /* KWU defines */
 #include "rgu.h"           /* RGU defines */
-#include "kw_err.h"        /* RLC error options */
-#include "kw_env.h"        /* RLC environment options */
-#include "kw.h"            /* RLC defines */
-#include "kw_ul.h"
+#include "rlc_err.h"        /* RLC error options */
+#include "rlc_env.h"        /* RLC environment options */
 
 /* extern (.x) include files */
 #include "lkw.x"           /* LKW */
 #include "kwu.x"           /* KWU */
 #include "rgu.x"           /* RGU */
 
-#include "kw.x"
-#include "kw_ul.x"
 #ifdef TENB_STATS
 #include "l2_tenb_stats.x"    /* Total EnodeB Stats declarations */
 #endif
 
+#include "rlc_utils.h"            /* RLC defines */
+#include "rlc_ul.h"
+
 #ifdef TENB_STATS
 TSL2CellStatsCb* l2CellStats[L2_STATS_MAX_CELLS];
 TSL2UeStatsCb*   l2UeStats[L2_STATS_MAX_UES];