From 4fb09eebff45cfe276d3d724892f2c737037675d Mon Sep 17 00:00:00 2001
From: Rohit Gupta <rohit.gupta@eurecom.fr>
Date: Tue, 19 Apr 2016 18:54:58 +0200
Subject: [PATCH] Disable lowlatency scheduler for EXMIMO

---
 cmake_targets/build_oai | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake_targets/build_oai b/cmake_targets/build_oai
index 77cf492b2b..3a3e8bbec3 100755
--- a/cmake_targets/build_oai
+++ b/cmake_targets/build_oai
@@ -316,7 +316,7 @@ function main() {
   #By default: EXMIMO: enable
   if [ "$FORCE_LOWLATENCY_FLAG_USER" = "" ]; then
      if [ "$HW" = "EXMIMO" ] ; then 
-        LOWLATENCY_FLAG_USER="True"
+        LOWLATENCY_FLAG_USER="False"
      elif [ "$HW" = "ETHERNET" ] ; then 
         LOWLATENCY_FLAG_USER="True"
      elif [ "$HW" = "OAI_USRP" ] ; then 
-- 
GitLab