X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2F5gnrmac%2Frg_cl.h;h=79c3491c2e4decc3bb3d5899d8bd880ddd362016;hb=d1ead035ab3b543810f1838b2519904bf84477ec;hp=f1ec0cc0412e576f3a759d2e9598521409cb6bf2;hpb=2af23ef78e09b945e68188eefc0d9fa0bc14a4d4;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_cl.h b/src/5gnrmac/rg_cl.h index f1ec0cc04..79c3491c2 100644 --- a/src/5gnrmac/rg_cl.h +++ b/src/5gnrmac/rg_cl.h @@ -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;