Commit 3e87928e authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5056 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent be36a8b5
......@@ -9,7 +9,8 @@ eNBs =
// Tracking area code, 0x0000 and 0xfffe are reserved values
tracking_area_code = 1;
mobile_country_code = 208;
mobile_network_code = 10;
mobile_network_code = 10;
#10;
// Default Paging DRX of the eNB as defined in TS 36.304
default_paging_drx = "PAGING_DRX_256";
......@@ -22,8 +23,8 @@ eNBs =
downlink_frequency = 1907.6e6;
uplink_frequency_offset = 0.0;
mme_ip_address = ( { ipv4 = "192.168.15.175";
ipv6 = "2192:168:30::175";
mme_ip_address = ( { ipv4 = "192.168.15.145";
ipv6 = "2192:168:30::145";
active = "yes";
preference = "ipv4";
}
......@@ -31,10 +32,10 @@ eNBs =
NETWORK_INTERFACES :
{
ENB_INTERFACE_NAME_FOR_S1_MME = "eth2";
ENB_INTERFACE_NAME_FOR_S1_MME = "eth1";
ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.15.17/24";
ENB_INTERFACE_NAME_FOR_S1U = "eth2";
ENB_INTERFACE_NAME_FOR_S1U = "eth1";
ENB_IPV4_ADDRESS_FOR_S1U = "192.168.16.17/24";
};
}
......
......@@ -55,7 +55,7 @@ MME :
# max values = 999.999:65535
# maximum of 32 values, comma separated
PLMN = (
{MCC=208 ; MNC=38; TAC = 0; },
{MCC=208 ; MNC=10; TAC = 1; },
{MCC=209 ; MNC=130; TAC = 4; },
{MCC=208 ; MNC=35; TAC = 8; }
);
......
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