X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_msg_hdl.c;h=509b04ff357dca5acf96b678689e914d98c208a6;hb=49856df248fd976b4a9882ca4e650fc0bc3e4ee3;hp=d5544ba2dea18d54708b65883b747048bebb3390;hpb=b3d5c17f74361fcdcb9b9febff450292197e3a57;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_msg_hdl.c b/src/5gnrmac/mac_msg_hdl.c index d5544ba2d..509b04ff3 100644 --- a/src/5gnrmac/mac_msg_hdl.c +++ b/src/5gnrmac/mac_msg_hdl.c @@ -36,7 +36,7 @@ /* This file contains message handling functionality for MAC */ -MacCb macCb; +extern MacCb macCb; MacDuStatsIndFunc macDuStatsIndOpts[] = { @@ -514,7 +514,7 @@ uint8_t sendSchedRptToRlc(DlSchedInfo dlInfo, SlotTimingInfo slotInfo, uint8_t u uint8_t MacProcCellStart(Pst *pst, CellStartInfo *cellStart) { DU_LOG("\nINFO --> MAC : Handling cell start request"); - gSlotCount = 0; + gConfigInfo.gSlotCount = 0; sendToLowerMac(START_REQUEST, 0, cellStart); MAC_FREE_SHRABL_BUF(pst->region, pst->pool, cellStart, \