From 81e35d98fa588bebc882719ad758ade7d2a0cb16 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Mon, 15 Oct 2018 14:59:42 +0200 Subject: [PATCH] Revert "CI: fixing the basic-simulator configuration files" This reverts commit d7441543341707d5722db5fb587e600e893b1aa6. --- ci-scripts/conf_files/lte-fdd-basic-sim.conf | 5 +---- ci-scripts/conf_files/lte-tdd-basic-sim.conf | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/ci-scripts/conf_files/lte-fdd-basic-sim.conf b/ci-scripts/conf_files/lte-fdd-basic-sim.conf index 6761a5881e..0211e126a1 100644 --- a/ci-scripts/conf_files/lte-fdd-basic-sim.conf +++ b/ci-scripts/conf_files/lte-fdd-basic-sim.conf @@ -14,10 +14,7 @@ eNBs = // Tracking area code, 0x0000 and 0xfffe are reserved values tracking_area_code = 1; - plmn_list = ( - { mcc = 208; mnc = 92; mnc_length = 2; }, - { mcc = 208; mnc = 93; mnc_length = 2; } - ); + plmn_list = ( { 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 a1b218e92d..a7bc31eed8 100644 --- a/ci-scripts/conf_files/lte-tdd-basic-sim.conf +++ b/ci-scripts/conf_files/lte-tdd-basic-sim.conf @@ -14,10 +14,7 @@ eNBs = // Tracking area code, 0x0000 and 0xfffe are reserved values tracking_area_code = 1; - plmn_list = ( - { mcc = 208; mnc = 92; mnc_length = 2; }, - { mcc = 208; mnc = 93; mnc_length = 2; } - ); + plmn_list = ( { mcc = 208; mnc = 93; mnc_length = 2; } ); ////////// Physical parameters: -- 2.26.2