From 39036e39e8ccfa809f602b1003426898587c1d68 Mon Sep 17 00:00:00 2001
From: Lionel Gauthier <lionel.gauthier@eurecom.fr>
Date: Fri, 17 Apr 2015 14:54:32 +0000
Subject: [PATCH] plmn id hardcoded in sim tools

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7205 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 cmake_targets/tools/epc.local.enb.conf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake_targets/tools/epc.local.enb.conf.in b/cmake_targets/tools/epc.local.enb.conf.in
index 4afc5851d18..39f6ad45ce4 100755
--- a/cmake_targets/tools/epc.local.enb.conf.in
+++ b/cmake_targets/tools/epc.local.enb.conf.in
@@ -62,8 +62,8 @@ MME :
         # max values = 999.999:65535
         # maximum of 32 values, comma separated
         PLMN = ( 
-             {MCC="208" ; MNC="92";  TAC = "1"; },
              {MCC="208" ; MNC="10";  TAC = "1"; },
+             {MCC="208" ; MNC="92";  TAC = "1"; },
              {MCC="209" ; MNC="130"; TAC = "4"; },
              {MCC="209" ; MNC="012"; TAC = "2"; },
              {MCC="208" ; MNC="35";  TAC = "8"; }
-- 
GitLab