diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.pft.sud.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.pft.sud.conf
index f0125fc2209c537e142755335625a972085d8b65..18ab598a4b3a7ef4476681ae7401e15ea997a643 100644
--- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.pft.sud.conf
+++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.pft.sud.conf
@@ -1,10 +1,11 @@
-Active_eNBs = ( "eNB_Eurecom_0");
+Active_eNBs = ( "eNB_Eurecom_0", "eNB_Eurecom_1", "eNB_Eurecom_2", "eNB_Eurecom_3");
+//Active_eNBs = ( "eNB_Eurecom_0");
 
 eNBs =
 (
  {
     ////////// Identification parameters:
-    eNB_ID    =  347472;
+    eNB_ID    =  0xe00;
     
     cell_type =  "CELL_MACRO_ENB";
     
@@ -40,9 +41,43 @@ eNBs =
                             }
                           );
   },
-  {
-    eNB_ID    =  347474;
+ {
+    ////////// Identification parameters:
+    cell_type =  "CELL_MACRO_ENB";
+    
+    eNB_name  =  "eNB_Eurecom_1";
+    
+    // Tracking area code, 0x0000 and 0xfffe are reserved values
+    tracking_area_code  =  1;
+    
+    mobile_country_code =  208;
+    
+    mobile_network_code =  92;
+    
+    ////////// Channel parameters:
+    // Default Paging DRX of the eNB as defined in TS 36.304
+    default_paging_drx  =  "PAGING_DRX_256";
+    
+    ////////// Physical parameters:
+    frame_type              = "FDD";
+    prefix_type             = "NORMAL";
+    downlink_frequency      = 2680000000;
+    uplink_frequency_offset = -120000000;
     
+    ////////// MME parameters:
+    mme_ip_address      = ( { ipv4       = "192.168.12.31";
+                              ipv6       = "2192:168:30::17";
+                              active     = "yes";
+                              preference = "ipv4";
+                            },
+                            { ipv4       = "192.168.12.86";
+                              ipv6       = "2192:168:30::18";
+                              active     = "no";
+                              preference = "ipv4";
+                            }
+                          );
+  },
+  {
     cell_type =  "CELL_MACRO_ENB";
     
     eNB_name  =  "eNB_Eurecom_2";
@@ -58,15 +93,14 @@ eNBs =
     // Default Paging DRX of the eNB as defined in TS 36.304
     default_paging_drx  =  "PAGING_DRX_256";
     
-    mme_ip_address      = {   ipv4       = "192.168.12.31";
+    mme_ip_address      = ( { ipv4       = "192.168.12.31";
                               ipv6       = "2192:168:30::17";
                               active     = "yes";
                               preference = "ipv4";
-                            };
+                            }
+                          );
   },
   {
-    eNB_ID    =  347475;
-    
     cell_type =  "CELL_MACRO_ENB";
     
     eNB_name  =  "eNB_Eurecom_3";
@@ -82,10 +116,11 @@ eNBs =
     // Default Paging DRX of the eNB as defined in TS 36.304
     default_paging_drx  =  "PAGING_DRX_256";
     
-    mme_ip_address      = {   ipv4       = "192.168.12.31";
+    mme_ip_address      = ( { ipv4       = "192.168.12.31";
                               ipv6       = "2192:168:30::17";
                               active     = "yes";
                               preference = "ipv4";
-                            };
+                            }
+                          );
   }
 );