Deleted the rlog folder
[o-du/l2.git] / src / cm / rlc_mac_inf.h
index b8faa21..45fc1ee 100644 (file)
@@ -37,7 +37,7 @@ typedef struct rlcBoStatus
    uint16_t   ueIdx;      /*!< UE ID */
    bool       commCh;     /*!< Common or Dedicated Channel */
    uint8_t    lcId;       /*!< Logical channel ID */
-   uint16_t   bo;         /*!< Buffer occupancy reported by RLC */
+   uint32_t   bo;         /*!< Buffer occupancy reported by RLC */
 }RlcBoStatus;
 
 /* Scheduled logical channel info */
@@ -45,7 +45,7 @@ typedef struct rlcLcSchInfo
 {
    bool      commCh;      /* Common or dedicated channel */
    uint8_t   lcId;        /*!< Logical channel ID */
-   uint16_t  bufSize;  /*!< Total buffer size in bytes scheduled by MAC */
+   uint32_t  bufSize;  /*!< Total buffer size in bytes scheduled by MAC */
 }RlcLcSchInfo;
 
 /* Schedule result report */
@@ -70,7 +70,6 @@ typedef struct rlcPduInfo
  
 typedef struct rlcData
 {
-   // add slot info
    uint16_t      cellId;       /*!< CELL ID */
    uint16_t      rnti;         /*!< Temporary CRNTI */
    SlotIndInfo   slotInfo;     /*!< Timing info */