Commit 2f46f078 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5634 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent e46cd5dc
...@@ -73,7 +73,7 @@ MME : ...@@ -73,7 +73,7 @@ MME :
NAS : NAS :
{ {
# 3GPP TS 33.401 section 7.2.4.3 Procedures for NAS algorithm selection # 3GPP TS 33.401 section 7.2.4.3 Procedures for NAS algorithm selection
ORDERED_SUPPORTED_INTEGRITY_ALGORITHM_LIST = [ "EIA1" , "EIA2" , "EIA0" ]; ORDERED_SUPPORTED_INTEGRITY_ALGORITHM_LIST = [ "EIA2" , "EIA1" , "EIA0" ];
ORDERED_SUPPORTED_CIPHERING_ALGORITHM_LIST = [ "EEA0" , "EEA1" , "EEA2" ]; ORDERED_SUPPORTED_CIPHERING_ALGORITHM_LIST = [ "EEA0" , "EEA1" , "EEA2" ];
}; };
...@@ -94,8 +94,8 @@ S-GW : ...@@ -94,8 +94,8 @@ S-GW :
SGW_INTERFACE_NAME_FOR_S11 = "none"; SGW_INTERFACE_NAME_FOR_S11 = "none";
SGW_IPV4_ADDRESS_FOR_S11 = "0.0.0.0/24"; SGW_IPV4_ADDRESS_FOR_S11 = "0.0.0.0/24";
SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP = "eth0"; SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP = "eth1";
SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP = "0.0.0.0/24"; SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP = "192.168.12.17/24";
SGW_INTERFACE_NAME_FOR_S5_S8_UP = "none"; SGW_INTERFACE_NAME_FOR_S5_S8_UP = "none";
SGW_IPV4_ADDRESS_FOR_S5_S8_UP = "0.0.0.0/24"; SGW_IPV4_ADDRESS_FOR_S5_S8_UP = "0.0.0.0/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