Fix for prach ocassion at slot 8
[o-du/l2.git] / src / du_app / du_mgr.h
index f229b1b..a05e7c7 100644 (file)
@@ -60,7 +60,7 @@
 #define DU_APP_MEM_REGION    0
 #define RLC_UL_MEM_REGION     1
 #define RLC_DL_MEM_REGION     4
-#define RG_MEM_REGION     4
+#define MAC_MEM_REGION     4
 
 #define DU_POOL  1
 #define RLC_POOL  1
@@ -167,6 +167,7 @@ typedef struct duCellCb
 {
    U32            cellId;      /* Internal cell Id */
    CellCfgParams  cellInfo;    /* Cell info */
+   Bool           firstSlotIndRcvd;
    CellStatus     cellStatus;  /*Cell status */
 }DuCellCb;