Commit d7441543 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: fixing the basic-simulator configuration files

  -> having 2 PLMN IDs in the table since UE seems to pick 2nd one
Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 2903473e
......@@ -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"
......
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment