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 518782095ed4c9ca3c58b4478e87adf6842b364e..82dc1617a5c074d3b436e88c9e0724f3d6fc9d19 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";