macCellCfg
[o-du/l2.git] / src / 5gnrmac / lwr_mac.h
index 2ceb987..ea9cd95 100644 (file)
@@ -31,7 +31,7 @@
 #include "ssi.x"
 #include "cm_hash.x"
 #include "cm_lib.x"
-#include "lcl.h"
+#include "mac_interface.h"
 
 typedef enum
 {
@@ -64,7 +64,7 @@ typedef struct clCb
 typedef struct cellCb
 {
    U16         cellId;
-   ClCellCfg   cellCfg;
+   MacCellCfg   cellCfg;
    PhyState    phyState;
 }ClCellCb;