diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.generic.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.generic.conf index a73a4415ccade67dbc0475c0aba4f7c0ff958fb9..c4a55ce4fc15d7e7f6ce002d72392e0ad3a159d8 100755 --- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.generic.conf +++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.generic.conf @@ -18,10 +18,10 @@ # | +------------+ +---+--+ | # | | eth3 | | # +----------------------------+---+--+---------------------------------------+ -# 192.168.13.175/24 | +# 192.168.14.175/24 | # | # | x disconnected -# 192.168.13.17/24 | 192.168.12.175/24| +# 192.168.14.17/24 | 192.168.12.175/24| # +-----------+----------------+---+--+---------------------+---+--+----------+ # | MME | | eth3 | | eth1 | | # +-----------+ +------+ +------+ | @@ -89,6 +89,7 @@ MME : { # pwd=$OPENAIR_CN/objs S6A_CONF = "./s6a.conf"; + HSS_HOSTNAME = "to_do_here_put_your_hss_host_name"; }; # ------- SCTP definitions @@ -189,12 +190,4 @@ P-GW = }; }; -HSS = -{ - NETWORK_INTERFACES : - { - HSS_INTERFACE_NAME_FOR_S6A = "none"; - HSS_IPV4_ADDRESS_FOR_S6A = "192.168.14.177/24"; - }; -};