Skip to content
Snippets Groups Projects
Commit d7441543 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment