Updated E2 setup response
[o-du/l2.git] / src / 5gnrrlc / kw.x
index fb098d7..7c6f62b 100755 (executable)
@@ -58,7 +58,7 @@ typedef struct _amRlcStats
    uint32_t   numDLMaxRetx;
    uint32_t   numDLRetransPdus;
    uint32_t   numULPdusDiscarded;
-   uint32_t   numULReOrdTimerExpires;
+   uint32_t   numULReAsmblTimerExpires;
    uint32_t   numULStaPduRcvd;
    uint32_t   numULNackInStaPduRcvd;
    uint32_t   numRlcAmCellSduTx; /* Count of SDUs transmitted in DL for all UEs */
@@ -78,7 +78,7 @@ typedef struct _umRlcStats
    uint32_t   numDLBytesUnused;
    uint32_t   numDLMaxRetx;
    uint32_t   numULPdusDiscarded;
-   uint32_t   numULReOrdTimerExpires;
+   uint32_t   numULReAsmblTimerExpires;
    uint32_t   numULPdusOutsideWindow;
 }UMRLCStats;
 
@@ -96,7 +96,6 @@ typedef struct rlcSduSnMap RlcSduSnMap;
 typedef RguLchMapInfo KwLchMapInfo;
 #endif /*  LTE_L2_MEAS */
 
-
 /** @defgroup ummode UM Module Info 
 */
 /** 
@@ -114,7 +113,6 @@ typedef struct rlcUmHdr
    uint16_t    so;              /*!< Segmentation offset */
 }RlcUmHdr;
 
-
 /** 
  * @brief  Structure to hold an Acknowledged Mode header
  *