JIRA ID: ODUHIGH-314 : Time domain allocation for SSB in TDD mode
[o-du/l2.git] / src / cm / common_def.h
index 07067a9..1d3fa70 100644 (file)
 #include "cm_lib.x"
 #include "du_log.h"
 
+#define RADIO_FRAME_DURATION 10 /* Time duration of a radio frame in ms */
 /* MAX values */
 #define MAX_NUM_CELL 1
 #define MAX_NUM_UE   1
 #define MAX_NUM_LC   11
-#define MAX_NUM_TUNNEL  2 /* Max. no of Tunnels */
+#define MAX_NUM_SRB  3    /* Max. no of Srbs */
+#define MAX_NUM_DRB  29   /* spec 38.331, maxDRB */
 
 /* 5G ORAN phy delay */
 #define PHY_DELTA 2
@@ -208,6 +210,15 @@ typedef enum
 }DlUlTxPeriodicity;
 #endif
 
+typedef enum
+{
+   SCS_15KHZ,
+   SCS_30KHZ,
+   SCS_60KHZ,
+   SCS_120KHZ,
+   SCS_240KHZ
+}SCS;
+
 typedef struct slotIndInfo
 {
    uint16_t cellId;