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 3382cffcc09eedc09511151f1fb8913a3be638b9..0ddf7485e443fcd1561d4b009a42710fae57e99f 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 6fd6ff169b437f6ab78511d913d19cb66953b68b..9a32de99b2030f3b0429303af03d18d459588d78 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; }
         );