DL Resource allocation for msg4
[o-du/l2.git] / src / cm / tfu.h
index fe573b9..6a59ca6 100755 (executable)
 #define EVTTFUERRIND            25    /*!< TFU Error Indication */
 /** @} */
 
+#define MAX_PREAM_PER_SLOT      1    /* Max number of preamble per slot */
+#define MAX_RACH_PDU_PER_SLOT   1    /* Max number of rach pdu per slot */
+#define MAX_CRCS_PER_SLOT       1
+#define MAX_CB_PER_TTI_IN_BYTES 1
+#define MAX_ULSCH_PDUS_PER_TTI  1
+
 /* selector(coupling) values */
 #define TFU_SEL_TC              1    /*!< Selector for Tight coupling. */
 #define TFU_SEL_LC              0    /*!< Selector for Loose coupling. */