CRC and Rx Data Indication
[o-du/l2.git] / src / 5gnrsch / sch.h
index 8bb3fa3..b97db6c 100644 (file)
@@ -38,6 +38,9 @@
 #define SI_RNTI 0xFFFF
 #define P_RNTI  0xFFFE
 
+#define CRC_FAILED 0
+#define CRC_PASSED 1
+
 /* allocate and zero out a static buffer */
 #define SCH_ALLOC(_datPtr, _size)                                \
 {                                                               \