Commit a6b92da5 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5427 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent ade21873
...@@ -24,7 +24,7 @@ eNBs = ...@@ -24,7 +24,7 @@ eNBs =
tdd_config_s = 0; tdd_config_s = 0;
prefix_type = "NORMAL"; prefix_type = "NORMAL";
eutra_band = 33; eutra_band = 33;
downlink_frequency = 1907.6e6; downlink_frequency = 1907600000;
uplink_frequency_offset = 0.0; uplink_frequency_offset = 0.0;
mme_ip_address = ( { ipv4 = "192.168.56.1"; mme_ip_address = ( { ipv4 = "192.168.56.1";
......
...@@ -101,7 +101,7 @@ P-GW = ...@@ -101,7 +101,7 @@ P-GW =
PGW_IPV4_ADDRESS_FOR_S5_S8 = "0.0.0.0/24"; PGW_IPV4_ADDRESS_FOR_S5_S8 = "0.0.0.0/24";
PGW_INTERFACE_NAME_FOR_SGI = "eth1"; PGW_INTERFACE_NAME_FOR_SGI = "eth1";
PGW_IPV4_ADDRESS_FOR_SGI = "192.168.13.175/24"; PGW_IPV4_ADDRESS_FOR_SGI = "192.168.13.178/24";
}; };
IP_ADDRESS_POOL : IP_ADDRESS_POOL :
...@@ -126,8 +126,8 @@ HSS = ...@@ -126,8 +126,8 @@ HSS =
{ {
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
HSS_INTERFACE_NAME_FOR_S6A = "tun60"; HSS_INTERFACE_NAME_FOR_S6A = "none";
HSS_IPV4_ADDRESS_FOR_S6A = "192.168.60.17/24"; HSS_IPV4_ADDRESS_FOR_S6A = "192.168.57.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