Fix of compilation issue .[Issue-Id: ODUHIGH- 323]
[o-du/l2.git] / src / 5gnrrlc / kw.h
index ac1e620..f23f1de 100755 (executable)
 
 /* 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)