X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac_fsm.h;h=43f3c950ab6b39158d6f8170f6f5f3a7b57c8559;hb=cbf9db65bacb54e33073cbc49d2f799ec9e75e2b;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..43f3c950a 100644 --- a/src/5gnrmac/lwr_mac_fsm.h +++ b/src/5gnrmac/lwr_mac_fsm.h @@ -25,12 +25,17 @@ #define INVALID_VALUE -1 #include "lwr_mac.h" -#include "rg_cl_phy.h" #ifdef FAPI #include "fapi.h" #endif +typedef enum{ + SI_RNTI_TYPE, + RA_RNTI_TYPE, + TC_RNTI_TYPE +}RntiType; + S16 lwr_mac_handleInvalidEvt(void *msg); S16 lwr_mac_handleParamReqEvt(void *msg); S16 lwr_mac_handleParamRspEvt(void *msg); @@ -39,7 +44,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