Commit a70ca1f2 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6391 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent eb9c577a
# Internet
# |
# 192.168.14.17/24 |
# +-----------+----------------+---+--+---------------------------------------+
# |host "yang"| | eth3 | |
# +-----------+ +------+ |
# | |
# | +---------+ |
# | | HSS | |
# | +----+----+ |
# | | |
# | +---+--+ |
# | | eth1 | |
# +----------------------------+---+--+---------------------------------------+
# 192.168.13.17 |
# |
# |
# 192.168.13.82 |
# +---------------+------------+---+--+---------------------------------------+
# |host "calisson"| | eth0 | |
# +---------------+ +---+--+ |
# | | |
# | +------+----+ |
# | | MME+SP-GW | |
# | +-----------+ |
# | | eNB | |
# | +-------+---+ |
# +---------------------------------+-----------------------------------------+
# |
# O (RF antenna)
MME : MME :
{ {
...@@ -59,7 +89,7 @@ MME : ...@@ -59,7 +89,7 @@ MME :
# maximum of 65535 values, comma separated # maximum of 65535 values, comma separated
MME_GID = [ 32768 , 4 , 5 , 30 , 8 , 9 , 50021 ]; MME_GID = [ 32768 , 4 , 5 , 30 , 8 , 9 , 50021 ];
# TA (mcc.mnc:tracking area code) DEFAULT = 208.34:0 # TA (mcc.mnc:tracking area code) DEFAULT = 208.92:1
# max values = 999.999:65535 # max values = 999.999:65535
# maximum of 32 values, comma separated # maximum of 32 values, comma separated
PLMN = ( PLMN = (
...@@ -118,7 +148,7 @@ P-GW = ...@@ -118,7 +148,7 @@ P-GW =
PGW_INTERFACE_NAME_FOR_S5_S8 = "none"; PGW_INTERFACE_NAME_FOR_S5_S8 = "none";
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 = "eth0";
PGW_IPV4_ADDRESS_FOR_SGI = "192.168.13.82/24"; PGW_IPV4_ADDRESS_FOR_SGI = "192.168.13.82/24";
# Option available only if GTPU in kernel configured # Option available only if GTPU in kernel configured
PGW_MASQUERADE_SGI = "yes"; PGW_MASQUERADE_SGI = "yes";
......
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