X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=src%2F5gnrmac%2Flwr_mac_fsm.h;h=ab5ebb8f654f891f153f9a57cf3990279095a737;hb=4fc13842d17b3cce83876c95cba9eef4b2a413dd;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..ab5ebb8f6 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" @@ -40,6 +39,7 @@ S16 lwr_mac_handleStartReqEvt(void *msg); S16 lwr_mac_handleStopReqEvt(void *msg); void sendToLowerMac(U16, U32, void *); S16 handleDlTtiReq(CmLteTimingInfo *dlTtiReqtimingInfo); +void handlePhyMessages(uint16_t msgType, uint32_t msgSize, void *msg); typedef S16 (*lwrMacFsmHdlr)(void *); #endif