X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2F5gnrmac%2Frg_cl_cfg.c;h=e08d724f5fe2f1bb4272ebd37c0da2aac10b0fcb;hb=d1ead035ab3b543810f1838b2519904bf84477ec;hp=3c699162a7a6df2f4cf0dc9b18eba743d56fc99e;hpb=829bbd114f1c3dc00c1da47bca0a8207c049df3f;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_cl_cfg.c b/src/5gnrmac/rg_cl_cfg.c index 3c699162a..e08d724f5 100644 --- a/src/5gnrmac/rg_cl_cfg.c +++ b/src/5gnrmac/rg_cl_cfg.c @@ -28,8 +28,8 @@ #include "cm_hash.x" #include "cm_lib.x" -#include "lcl.h" -#include "rg_cl.h" +#include "mac_interface.h" +#include "lwr_mac.h" EXTERN S16 rgClBldAndSndFAPICfgReq ARGS((ClCellCb *cellCb)); @@ -51,7 +51,7 @@ EXTERN S16 rgClBldAndSndFAPICfgReq ARGS((ClCellCb *cellCb)); * ****************************************************************/ PRIVATE S16 rgClVldtCellCfg ( -ClCellCfg *cellCfg +MacCellCfg *cellCfg ) { RETVALUE(ROK); @@ -76,7 +76,7 @@ ClCellCfg *cellCfg * ****************************************************************/ PUBLIC U16 RgClCellCfgReq ( -ClCellCfg *cellCfg +MacCellCfg *cellCfg ) { ClCellCb *cellCb = NULLP; @@ -115,7 +115,7 @@ ClCellCfg *cellCfg clGlobalCp.numOfCells++; } - cmMemcpy((U8 *)&cellCb->cellCfg, (U8 *)cellCfg, sizeof(ClCellCfg)); + cmMemcpy((U8 *)&cellCb->cellCfg, (U8 *)cellCfg, sizeof(MacCellCfg)); /* Build and send CONFIG request to PHY */ if(rgClBldAndSndFAPICfgReq(cellCb) != ROK )