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=8d8f32f167df5e955a9f913d1dcab3641d57ba14;hpb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_cl_cfg.c b/src/5gnrmac/rg_cl_cfg.c index 8d8f32f16..e08d724f5 100644 --- a/src/5gnrmac/rg_cl_cfg.c +++ b/src/5gnrmac/rg_cl_cfg.c @@ -28,7 +28,7 @@ #include "cm_hash.x" #include "cm_lib.x" -#include "lcl.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 )