Commit 41aa7103 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6394 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 25d612bb
...@@ -18,10 +18,10 @@ ...@@ -18,10 +18,10 @@
# | +------------+ +---+--+ | # | +------------+ +---+--+ |
# | | eth3 | | # | | eth3 | |
# +----------------------------+---+--+---------------------------------------+ # +----------------------------+---+--+---------------------------------------+
# 192.168.13.175/24 | # 192.168.14.175/24 |
# | # |
# | x disconnected # | 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 | | # | MME | | eth3 | | eth1 | |
# +-----------+ +------+ +------+ | # +-----------+ +------+ +------+ |
...@@ -89,6 +89,7 @@ MME : ...@@ -89,6 +89,7 @@ MME :
{ {
# pwd=$OPENAIR_CN/objs # pwd=$OPENAIR_CN/objs
S6A_CONF = "./s6a.conf"; S6A_CONF = "./s6a.conf";
HSS_HOSTNAME = "to_do_here_put_your_hss_host_name";
}; };
# ------- SCTP definitions # ------- SCTP definitions
...@@ -189,12 +190,4 @@ P-GW = ...@@ -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";
};
};
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