From 3e87928ef45f53dba3ee702b1192a41ede727c43 Mon Sep 17 00:00:00 2001
From: Lionel Gauthier <lionel.gauthier@eurecom.fr>
Date: Mon, 10 Feb 2014 13:25:12 +0000
Subject: [PATCH] git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5056
 818b1a75-f10b-46b9-bf7c-635c3b92a50f

---
 .../GENERIC-LTE-EPC/CONF/enb.sfr.yang.vlan.conf       | 11 ++++++-----
 .../GENERIC-LTE-EPC/CONF/epc.sfr.default.vlan.conf    |  2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.yang.vlan.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.yang.vlan.conf
index 3382cffcc0..0ddf7485e4 100755
--- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.yang.vlan.conf
+++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.yang.vlan.conf
@@ -9,7 +9,8 @@ eNBs =
     // Tracking area code, 0x0000 and 0xfffe are reserved values
     tracking_area_code  =  1;
     mobile_country_code =  208;
-    mobile_network_code =  10;
+    mobile_network_code =  10; 
+    #10;
     // Default Paging DRX of the eNB as defined in TS 36.304
     default_paging_drx  =  "PAGING_DRX_256";
     
@@ -22,8 +23,8 @@ eNBs =
     downlink_frequency      = 1907.6e6;
     uplink_frequency_offset = 0.0;
 
-    mme_ip_address      = ( { ipv4       = "192.168.15.175";
-                              ipv6       = "2192:168:30::175";
+    mme_ip_address      = ( { ipv4       = "192.168.15.145";
+                              ipv6       = "2192:168:30::145";
                               active     = "yes";
                               preference = "ipv4";
                             }
@@ -31,10 +32,10 @@ eNBs =
                           
     NETWORK_INTERFACES : 
     {
-        ENB_INTERFACE_NAME_FOR_S1_MME            = "eth2";
+        ENB_INTERFACE_NAME_FOR_S1_MME            = "eth1";
         ENB_IPV4_ADDRESS_FOR_S1_MME              = "192.168.15.17/24";
 
-        ENB_INTERFACE_NAME_FOR_S1U               = "eth2";
+        ENB_INTERFACE_NAME_FOR_S1U               = "eth1";
         ENB_IPV4_ADDRESS_FOR_S1U                 = "192.168.16.17/24";
     };
   }
diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.sfr.default.vlan.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.sfr.default.vlan.conf
index 6fd6ff169b..9a32de99b2 100755
--- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.sfr.default.vlan.conf
+++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.sfr.default.vlan.conf
@@ -55,7 +55,7 @@ MME :
         # max values = 999.999:65535
         # maximum of 32 values, comma separated
         PLMN = ( 
-             {MCC=208 ; MNC=38;  TAC = 0; },
+             {MCC=208 ; MNC=10;  TAC = 1; },
              {MCC=209 ; MNC=130; TAC = 4; },
              {MCC=208 ; MNC=35;  TAC = 8; }
         );
-- 
GitLab