macCellCfg
[o-du/l2.git] / src / 5gnrmac / rg_cl.h
index f1ec0cc..79c3491 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
 {
@@ -66,7 +66,7 @@ typedef struct clCb
 typedef struct cellCb
 {
    U16         cellId;
-   ClCellCfg   cellCfg;
+   MacCellCfg   cellCfg;
    PhyState    phyState;
 }ClCellCb;