UL TTI Request for PRACH PDU
[o-du/l2.git] / src / 5gnrmac / mac.h
index a8a0a86..68e02a5 100644 (file)
@@ -57,10 +57,16 @@ typedef struct macDlSlot
 
 }MacDlSlot;
 
+typedef struct macUlSlot
+{
+   UlSchInfo    ulCellInfo;
+}MacUlSlot;
+
 typedef struct macCellCb
 {
    uint16_t   cellId;
    MacDlSlot  dlSlot[MAX_SLOT_SUPPORTED];
+   MacUlSlot  ulSlot[MAX_SLOT_SUPPORTED];
 }MacCellCb;
 
 typedef struct macCb