X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac_fsm.h;h=ca7b8d83b3200b265fe9984e268f46062bb5c3d3;hb=eb178a8cc45a9cebc65df73f128f88b3a3dfefbb;hp=7c8b0d85cd0ee7397721ec73a93bd30b049532d6;hpb=069ae37558afd5aee2d1072bbf5b517cf665bdd8;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac_fsm.h b/src/5gnrmac/lwr_mac_fsm.h index 7c8b0d85c..ca7b8d83b 100644 --- a/src/5gnrmac/lwr_mac_fsm.h +++ b/src/5gnrmac/lwr_mac_fsm.h @@ -24,12 +24,24 @@ #define FAPI_UINT_32 4 #define INVALID_VALUE -1 +#define CORESET_TYPE0 0 +#define CORESET_TYPE1 1 +#define CORESET_TYPE2 2 +#define CORESET_TYPE3 3 + + #include "lwr_mac.h" -#ifdef FAPI +#ifdef INTEL_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); @@ -38,9 +50,7 @@ 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