X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac_fsm.h;h=7c8b0d85cd0ee7397721ec73a93bd30b049532d6;hb=069ae37558afd5aee2d1072bbf5b517cf665bdd8;hp=a458b81473839db3fb4780b3c4faac3260c1b12c;hpb=f15bab416a36e421d42be3d2d1a42bf4c8c8b6c2;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac_fsm.h b/src/5gnrmac/lwr_mac_fsm.h index a458b8147..7c8b0d85c 100644 --- a/src/5gnrmac/lwr_mac_fsm.h +++ b/src/5gnrmac/lwr_mac_fsm.h @@ -15,16 +15,20 @@ # limitations under the License. # ################################################################################ *******************************************************************************/ + #ifndef _LWR_MAC_FSM_H_ #define _LWR_MAC_FSM_H_ + #define FAPI_UINT_8 1 #define FAPI_UINT_16 2 #define FAPI_UINT_32 4 #define INVALID_VALUE -1 #include "lwr_mac.h" -#include "rg_cl_phy.h" + +#ifdef FAPI #include "fapi.h" +#endif S16 lwr_mac_handleInvalidEvt(void *msg); S16 lwr_mac_handleParamReqEvt(void *msg); @@ -34,6 +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 *); +uint16_t handleDlTtiReq(CmLteTimingInfo *dlTtiReqtimingInfo); +void handlePhyMessages(uint16_t msgType, uint32_t msgSize, void *msg); +S16 handleUlTtiReq(CmLteTimingInfo *currTimingInfo); typedef S16 (*lwrMacFsmHdlr)(void *); #endif