From 6697b3b22358cb6e7ee142c65cbdfc8cb86bc32c Mon Sep 17 00:00:00 2001
From: Navid Nikaein <navid.nikaein@eurecom.fr>
Date: Thu, 12 Mar 2015 10:59:47 +0000
Subject: [PATCH] temporary disable USE_MME=R10 compilation option causing
 oaisim execution errors

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6770 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 targets/build_oai.bash | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/targets/build_oai.bash b/targets/build_oai.bash
index 923872497f..79b5198907 100755
--- a/targets/build_oai.bash
+++ b/targets/build_oai.bash
@@ -333,7 +333,8 @@ build_enb(){
     
     if [ $ENB_S1 -eq 1 ]; then 
         SOFTMODEM_DIRECTIVES="$SOFTMODEM_DIRECTIVES USE_MME=R10 ENABLE_ITTI=1 LINK_PDCP_TO_GTPV1U=1  SECU=1 "
-        OAISIM_DIRECTIVES="$OAISIM_DIRECTIVES USE_MME=R10 ENABLE_ITTI=1 LINK_PDCP_TO_GTPV1U=1  SECU=1 "
+        #OAISIM_DIRECTIVES="$OAISIM_DIRECTIVES USE_MME=R10 ENABLE_ITTI=1 LINK_PDCP_TO_GTPV1U=1  SECU=1 "
+	OAISIM_DIRECTIVES="$OAISIM_DIRECTIVES ENABLE_ITTI=1 LINK_PDCP_TO_GTPV1U=1  SECU=1 "
     fi 
     
     if [ $DEBUG -eq 0 ]; then 
-- 
GitLab