* INTC Contribution to the O-RAN F Release for O-DU Low
[o-du/phy.git] / wls_lib / wls_lib.h
index 7b781d1..254bb9a 100644 (file)
@@ -39,7 +39,8 @@ extern "C" {
 
 /* definitions PUT/GET Flags */
 #define WLS_TF_SCATTER_GATHER  (1 << 15)
-#define WLS_TF_URLLC           (1 << 10)
+#define WLS_TF_URLLC           (1 << 11)
+#define WLS_TF_LTE             (1 << 10)
 #define WLS_TF_SYN             (1 << 9)
 #define WLS_TF_FIN             (1 << 8)
 #define WLS_FLAGS_MASK         (0xFF00)