Cleanup of all f1ap messages
[o-du/l2.git] / src / 5gnrmac / lwr_mac_upr_inf.h
index 9ed2b7d..1fbbd57 100644 (file)
 #include "cm_lte.x"        /* common tokens */
 #include "tfu.x"
 
+/* events */
+#define EVENT_RACH_IND_TO_MAC 0
+#define EVENT_CRC_IND_TO_MAC  1
+#define EVENT_RX_DATA_IND_TO_MAC 2
+#define EVENT_STOP_IND_TO_MAC 3
+
 typedef S16 (*packSlotIndMsg)(Pst *pst, SlotIndInfo *slotInd);
 S16 packLcSlotInd (Pst *pst, SlotIndInfo *slotInd);
 S16 packLwlcSlotInd (Pst *pst, SlotIndInfo *slotInd);