X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac_fsm.h;h=067a3cd7ac223c39be3bb96ec9ca21f4e6424f5a;hb=dbd113538c5ed4ee5499902ce6e8bea0eb2b9db1;hp=3b137826a6b3c95e79626f616fc3c8f80e843909;hpb=8582e5ba1e60662fcfc37a74a68492bec1cb263f;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac_fsm.h b/src/5gnrmac/lwr_mac_fsm.h index 3b137826a..067a3cd7a 100644 --- a/src/5gnrmac/lwr_mac_fsm.h +++ b/src/5gnrmac/lwr_mac_fsm.h @@ -52,6 +52,15 @@ typedef enum{ P_RNTI_TYPE }RntiType; +#ifdef NR_TDD +typedef enum +{ + DL_SYMBOL, + UL_SYMBOL, + FLEXI_SYMBOL +}SymbolConfig; +#endif + uint8_t lwr_mac_procInvalidEvt(void *msg); uint8_t lwr_mac_procParamReqEvt(void *msg); uint8_t lwr_mac_procParamRspEvt(void *msg);