Commit 74658b77 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5847 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 88b7be9c
...@@ -74,9 +74,11 @@ eNBs = ...@@ -74,9 +74,11 @@ eNBs =
eNB_name = "eNB_Eurecom_0"; eNB_name = "eNB_Eurecom_0";
// Tracking area code, 0x0000 and 0xfffe are reserved values // Tracking area code, 0x0000 and 0xfffe are reserved values
tracking_area_code = "1"; tracking_area_code = "1";
mobile_country_code = "208"; #mobile_country_code = "208";
mobile_network_code = "10"; #mobile_network_code = "10";
#10; mobile_country_code = "310";
mobile_network_code = "028";
// Default Paging DRX of the eNB as defined in TS 36.304 // Default Paging DRX of the eNB as defined in TS 36.304
default_paging_drx = "PAGING_DRX_256"; default_paging_drx = "PAGING_DRX_256";
......
...@@ -109,21 +109,25 @@ MME : ...@@ -109,21 +109,25 @@ MME :
# MME code DEFAULT = 0 # MME code DEFAULT = 0
# size = 8 bits # size = 8 bits
# maximum of 256 values, comma separated # maximum of 256 values, comma separated
MME_CODE = [ 30 , 31, 32, 33, 34, 35, 36, 56 , 1 , 8 ]; # first MME_CODE is used for MMEI, GUMMEI
MME_CODE = [ 15, 30 , 31, 32, 33, 34, 35, 36, 56 , 1 , 8 ];
# MME GROUP ID DEFAULT = 0 # MME GROUP ID DEFAULT = 0
# size = 16 bits # size = 16 bits
# maximum of 65535 values, comma separated # maximum of 65535 values, comma separated
MME_GID = [ 3 , 4 , 5 , 30 , 8 , 9 , 50021 ]; # first MME_GID is used for MMEI, GUMMEI
MME_GID = [ 3 , 4 , 5 , 30 , 8 , 9 , 258, 50021 ];
# TA (mcc.mnc:tracking area code) DEFAULT = 208.34:0 # TA (mcc.mnc:tracking area code) DEFAULT = 208.34:0
# max values = 999.999:65535 # max values = 999.999:65535
# maximum of 32 values, comma separated # maximum of 32 values, comma separated
# first PLMN is used for MME GUMMEI
PLMN = ( PLMN = (
{MCC="208" ; MNC="10"; TAC = "1"; }, {MCC="208" ; MNC="10"; TAC = "1"; },
{MCC="209" ; MNC="130"; TAC = "4"; }, {MCC="310" ; MNC="028"; TAC = "1"; },
{MCC="209" ; MNC="012"; TAC = "2"; }, {MCC="209" ; MNC="130"; TAC = "1"; },
{MCC="208" ; MNC="35"; TAC = "8"; } {MCC="209" ; MNC="012"; TAC = "1"; },
{MCC="208" ; MNC="35"; TAC = "1"; }
); );
}; };
......
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