Deleted the rlog folder
[o-du/l2.git] / src / 5gnrrlc / kw.h
index d57dd95..58a6447 100755 (executable)
@@ -18,8 +18,8 @@
 
 /********************************************************************20**
   
-        Name:     LTE RLC file 
-    
+        Name:     NR RLC file
+
         Type:     C include file
   
         Desc:     This file contain the hash definations for RLC 
 
 #ifndef __KWH__
 #define __KWH__
-#include "rl_interface.h"
-#include "rl_common.h"
 #include "du_log.h"
 \f 
-#define RLCLAYERNAME   "LTE RLC"     /* Layer Name */
 
 #define EKWxxx 1
 #define EMG099 1
 
 /* Timer events */
 #define EVENT_RLC_UMUL_REASSEMBLE_TMR     1
-#define EVENT_RLC_AMUL_REORD_TMR          2
+#define EVENT_RLC_AMUL_REASSEMBLE_TMR          2
 #define EVENT_RLC_AMUL_STA_PROH_TMR       3
 #define EVENT_RLC_AMDL_POLL_RETX_TMR      4
 #define EVENT_RLC_WAIT_BNDCFM             5
 
 #define RLC_POLL_SET                    0x40 /* 01000000 */
 #define RLC_POLL_UNSET                  0xbf /* 10111111 */
-#define RLC_AM_WIN_SZ                   512
 #define RLC_MAX_NACK_CNT                100
 /*RLC_MAX_CNTRL_FIELDS (Maximum size of Status Pdu) 
  *  = MAX_NACK_CNT * sizeof(NACK_SN,E1,E2,E3,soStart,soEnd, nackRange)
 
 /* Each LI(Length Indicator) holds approx 1+1/2 byte and some other fields thus keeping Header Size equal to twice of MAX LI */
 /* 5GNR_RLC: Need to change value of HDRSZ as per number of PDUs going in one datReq */
+#define RLC_MIN_HDRSZ                         1
 #define RLC_MAX_HDRSZ                         5 
 #define RLC_AM_PDU_FIXED_HDRSZ                2
 #define RLC_AM_PDU_12BIT_SN_HDRSZ             2