X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw.h;h=f23f1deb95425f7c0f46c600b13518afb7f89b84;hb=d75d1b078091768f45b83f2a745a25917e03b39d;hp=d57dd95248b33c68696c581ce57d6eb8650b1e20;hpb=aa4e78164447b8cad6f38791047377640fd0c6f2;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw.h b/src/5gnrrlc/kw.h index d57dd9524..f23f1deb9 100755 --- a/src/5gnrrlc/kw.h +++ b/src/5gnrrlc/kw.h @@ -446,7 +446,7 @@ /* 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 @@ -547,7 +547,6 @@ #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) @@ -556,6 +555,7 @@ /* 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