Skip to content
Snippets Groups Projects
Commit 3100be12 authored by gauthier's avatar gauthier
Browse files

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6532 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 094c3b7e
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ MME :
S6A :
{
# pwd=$OPENAIR_CN/objs
S6A_CONF = "./s6a.conf";
S6A_CONF = "./epc_s6a.conf";
HSS_HOSTNAME = "to_do_here_put_your_hss_host_name";
};
......@@ -120,7 +120,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 = (
......@@ -175,6 +175,8 @@ P-GW =
PGW_INTERFACE_NAME_FOR_SGI = "eth3";
PGW_IPV4_ADDRESS_FOR_SGI = "192.168.14.17/24";
# Option available only if GTPU in kernel configured
PGW_MASQUERADE_SGI = "no";
};
IP_ADDRESS_POOL :
......
......@@ -58,7 +58,7 @@ MME :
{
# pwd=$OPENAIR_CN/objs
S6A_CONF = "./epc_s6a.conf";
HSS_HOSTNAME = "yang";
HSS_HOSTNAME = "to_do_here_put_your_hss_host_name";
};
# ------- SCTP definitions
......@@ -127,7 +127,7 @@ S-GW :
SGW_IPV4_ADDRESS_FOR_S11 = "0.0.0.0/24";
SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP = "tun3";
SGW_INTERFACE_MTU_FOR_S1U_S12_S4_UP = 1564
SGW_INTERFACE_MTU_FOR_S1U_S12_S4_UP = 1564;
SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP = "192.188.3.3/24";
# TODO PORT NUMBER
SGW_IPV4_PORT_FOR_S1U_S12_S4_UP = 2152;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment