Commit 087e488d authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5406 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent bf1d2159
......@@ -27,7 +27,7 @@ eNBs =
downlink_frequency = 1907.6e6;
uplink_frequency_offset = 0.0;
mme_ip_address = ( { ipv4 = "192.168.10.17";
mme_ip_address = ( { ipv4 = "192.168.56.1";
ipv6 = "2192:168:10::17";
active = "yes";
preference = "ipv4";
......@@ -36,11 +36,11 @@ eNBs =
NETWORK_INTERFACES :
{
ENB_INTERFACE_NAME_FOR_S1_MME = "tun10";
ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.10.145/24";
ENB_INTERFACE_NAME_FOR_S1_MME = "eth1";
ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.56.101/24";
ENB_INTERFACE_NAME_FOR_S1U = "tun20";
ENB_IPV4_ADDRESS_FOR_S1U = "192.168.20.145/24";
ENB_INTERFACE_NAME_FOR_S1U = "eth1";
ENB_IPV4_ADDRESS_FOR_S1U = "192.168.56.101/24";
};
}
......
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