Merge "MIB periodicity fix Jira ID : ODUHIGH-183"
[o-du/l2.git] / src / cm / envopt.h
index 1425305..4299573 100755 (executable)
 #ifndef __ENVOPTH__
 #define __ENVOPTH__
 #define IOT_REPETITION
+#define NOCMDLINE
+#define NOFILESYS
+
+/************************************************************************
+     kernel SCTP parameters
+************************************************************************/
+#define CM_LKSCTP
+#define CM_LKSCTP_NONBLOCK
+#define SCTP_CONNECTX_NEW
+#define CMINETDBG
 
 \f 
 /* defines */
 #if (defined(TF) || defined(YS))
 
 /* Self entity definitions */
-#ifndef TF
-#define TF
-#endif
-
 #ifndef YS
 #define YS
 #endif
 #define RG 1
 
 /* Product options */
-#define RG_PHASE2_SCHED 1
+//#define RG_PHASE2_SCHED 1
 #undef RG_DEBUG
 #undef TTI_PROC
 #undef PROC_DL
 #endif
 
 #if defined(DLHQ_RTT_OPT) && defined(LOWLATENCY)
-#define TFU_DELTA 2
+#define TFU_DELTA 0
 #else
-#define TFU_DELTA 2
+#define TFU_DELTA 0
 #endif
 #define TFU_RECPREQ_DLDELTA   2
 
 #define RG
 #endif
 
-#ifndef PJ
-#define PJ
-#endif
-
 /* -------- LKW Interface ------*/
 /* This is the interface between RLC and the stack manager */
 /* This should support loosely coupling as they dont run   */