Commit dba7ef01 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5887 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent af7c01c4
......@@ -74,10 +74,10 @@ eNBs =
eNB_name = "eNB_Eurecom_0";
// Tracking area code, 0x0000 and 0xfffe are reserved values
tracking_area_code = "1";
#mobile_country_code = "208";
#mobile_network_code = "10";
mobile_country_code = "310";
mobile_network_code = "028";
mobile_country_code = "208";
mobile_network_code = "92";
#mobile_country_code = "310";
#mobile_network_code = "028";
// Default Paging DRX of the eNB as defined in TS 36.304
default_paging_drx = "PAGING_DRX_256";
......@@ -184,17 +184,17 @@ eNBs =
{
global_log_level ="debug";
global_log_verbosity ="medium";
hw_log_level ="debug";
hw_log_level ="info";
hw_log_verbosity ="medium";
phy_log_level ="info";
phy_log_verbosity ="medium";
mac_log_level ="debug";
mac_log_verbosity ="high";
mac_log_level ="info";
mac_log_verbosity ="medium";
rlc_log_level ="info";
rlc_log_verbosity ="medium";
pdcp_log_level ="info";
pdcp_log_level ="debug";
pdcp_log_verbosity ="medium";
rrc_log_level ="info";
rrc_log_level ="debug";
rrc_log_verbosity ="medium";
};
}
......
......@@ -123,6 +123,7 @@ MME :
# maximum of 32 values, comma separated
# first PLMN is used for MME GUMMEI
PLMN = (
{MCC="208" ; MNC="92"; TAC = "1"; },
{MCC="310" ; MNC="028"; TAC = "1"; },
{MCC="208" ; MNC="10"; TAC = "1"; },
{MCC="209" ; MNC="130"; 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