From a70ca1f21c5491e75d770f93f9141d5cb28799a8 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Thu, 15 Jan 2015 10:50:29 +0000 Subject: [PATCH] git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6391 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- .../CONF/epc.on.enb.example.conf | 34 +++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.on.enb.example.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.on.enb.example.conf index 518782095ed..82dc1617a5c 100755 --- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.on.enb.example.conf +++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.on.enb.example.conf @@ -1,3 +1,33 @@ +# 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 : { @@ -59,7 +89,7 @@ MME : # maximum of 65535 values, comma separated 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 # maximum of 32 values, comma separated PLMN = ( @@ -118,7 +148,7 @@ P-GW = PGW_INTERFACE_NAME_FOR_S5_S8 = "none"; 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"; # Option available only if GTPU in kernel configured PGW_MASQUERADE_SGI = "yes"; -- GitLab