X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_msg_hdl.c;h=1c71db8a10d1843d52d37f6eb3b19bafcd89ca1c;hb=694d8fa8539d4b69710b61d01d5a0535bb98716e;hp=9a9e3f1a493c14efdef640b1b09745e426206c6d;hpb=80a4fa9d0aede180472530cab6efa6acc925424b;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_msg_hdl.c b/src/5gnrmac/mac_msg_hdl.c index 9a9e3f1a4..1c71db8a1 100644 --- a/src/5gnrmac/mac_msg_hdl.c +++ b/src/5gnrmac/mac_msg_hdl.c @@ -36,6 +36,7 @@ #include "crg.h" #include "rg.h" #include "du_log.h" +#include "lwr_mac.h" /* header/extern include files (.x) */ #include "gen.x" /* general layer typedefs */ @@ -55,7 +56,6 @@ #include "rg_prg.x" #include "du_app_mac_inf.h" #include "rg.x" -#include "fapi_interface.h" /* This file contains message handling functionality for MAC */ @@ -79,7 +79,7 @@ uint16_t MacHdlCellStartReq(Pst *pst, MacCellStartInfo *cellStartInfo) { DU_LOG("\nMAC : Handling cell start request"); - //sendToLowerMac(START_REQ, 0, cellStartInfo); + sendToLowerMac(FAPI_START_REQUEST, 0, cellStartInfo); MAC_FREE_MEM(pst->region, pst->pool, cellStartInfo, \ sizeof(MacCellStartInfo)); @@ -107,7 +107,7 @@ uint16_t MacHdlCellStartReq(Pst *pst, MacCellStartInfo *cellStartInfo) uint16_t MacHdlCellStopReq(Pst *pst, MacCellStopInfo *cellStopInfo) { DU_LOG("\nMAC : Handling cell start request"); - //sendToLowerMac(STOP_REQ, 0, cellStopInfo); + sendToLowerMac(FAPI_STOP_REQUEST, 0, cellStopInfo); MAC_FREE_MEM(pst->region, pst->pool, cellStopInfo, \ sizeof(MacCellStopInfo));