X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac_fsm.h;h=d1f625dadf810b88c1551c9fb0422c23145da5b3;hb=50aa3f9538e700074800c809f226760079e68d4a;hp=e0d5c71e4ae925d545e97ccf050e85187e5c4394;hpb=5d64905a366e340b65b01021ec4eec4f7350a94e;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac_fsm.h b/src/5gnrmac/lwr_mac_fsm.h index e0d5c71e4..d1f625dad 100644 --- a/src/5gnrmac/lwr_mac_fsm.h +++ b/src/5gnrmac/lwr_mac_fsm.h @@ -25,7 +25,6 @@ #define INVALID_VALUE -1 #include "lwr_mac.h" -#include "rg_cl_phy.h" #ifdef FAPI #include "fapi.h" @@ -39,7 +38,9 @@ S16 lwr_mac_handleConfigRspEvt(void *msg); S16 lwr_mac_handleStartReqEvt(void *msg); S16 lwr_mac_handleStopReqEvt(void *msg); void sendToLowerMac(U16, U32, void *); -S16 handleDlTtiReq(CmLteTimingInfo *dlTtiReqtimingInfo); +uint16_t handleDlTtiReq(CmLteTimingInfo *currTimingInfo); +uint16_t handleUlTtiReq(CmLteTimingInfo *currTimingInfo); +void handlePhyMessages(uint16_t msgType, uint32_t msgSize, void *msg); typedef S16 (*lwrMacFsmHdlr)(void *); #endif