[Epic-ID: ODUHIGH-][Task-ID: ODUHIGH-]WG8 alignment | Cell conf
[o-du/l2.git] / src / 5gnrmac / lwr_mac_fsm.h
index 3b13782..067a3cd 100644 (file)
@@ -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);