From d7441543341707d5722db5fb587e600e893b1aa6 Mon Sep 17 00:00:00 2001
From: Raphael Defosseux <raphael.defosseux@eurecom.fr>
Date: Fri, 12 Oct 2018 12:23:09 +0200
Subject: [PATCH] CI: fixing the basic-simulator configuration files   ->
 having 2 PLMN IDs in the table since UE seems to pick 2nd one

Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
---
 ci-scripts/conf_files/lte-fdd-basic-sim.conf | 5 ++++-
 ci-scripts/conf_files/lte-tdd-basic-sim.conf | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ci-scripts/conf_files/lte-fdd-basic-sim.conf b/ci-scripts/conf_files/lte-fdd-basic-sim.conf
index 0211e126a14..6761a5881ef 100644
--- a/ci-scripts/conf_files/lte-fdd-basic-sim.conf
+++ b/ci-scripts/conf_files/lte-fdd-basic-sim.conf
@@ -14,7 +14,10 @@ eNBs =
 
     // Tracking area code, 0x0000 and 0xfffe are reserved values
     tracking_area_code = 1;
-    plmn_list = ( { mcc = 208; mnc = 93; mnc_length = 2; } );
+    plmn_list = (
+      { mcc = 208; mnc = 92; mnc_length = 2; },
+      { mcc = 208; mnc = 93; mnc_length = 2; }
+    );
 
     tr_s_preference     = "local_mac"
 
diff --git a/ci-scripts/conf_files/lte-tdd-basic-sim.conf b/ci-scripts/conf_files/lte-tdd-basic-sim.conf
index a7bc31eed80..a1b218e92d2 100644
--- a/ci-scripts/conf_files/lte-tdd-basic-sim.conf
+++ b/ci-scripts/conf_files/lte-tdd-basic-sim.conf
@@ -14,7 +14,10 @@ eNBs =
 
     // Tracking area code, 0x0000 and 0xfffe are reserved values
     tracking_area_code = 1;
-    plmn_list = ( { mcc = 208; mnc = 93; mnc_length = 2; } );
+    plmn_list = (
+      { mcc = 208; mnc = 92; mnc_length = 2; },
+      { mcc = 208; mnc = 93; mnc_length = 2; }
+    );
 
        ////////// Physical parameters:
 
-- 
GitLab