Commit 9ea2c08a authored by Lionel Gauthier's avatar Lionel Gauthier

Security algorithms selection

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5624 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 093de6df
...@@ -73,14 +73,13 @@ MME : ...@@ -73,14 +73,13 @@ 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
# TODO ORDERED_SUPPORTED_INTEGRITY_ALGORITHM_LIST = [ "EIA1" , "EIA2" , "EIA0" ];
ORDERED_SUPPORTED_INTEGRITY_ALGORITHM_LIST = [ "EIA2" , "EIA1" ]; ORDERED_SUPPORTED_CIPHERING_ALGORITHM_LIST = [ "EEA0" , "EEA1" , "EEA2" ];
ORDERED_SUPPORTED_CIPHERING_ALGORITHM_LIST = [ "EEA0" , "EEA2" , "EEA1" ];
}; };
NETWORK_INTERFACES : NETWORK_INTERFACES :
{ {
MME_INTERFACE_NAME_FOR_S1_MME = "eth0"; MME_INTERFACE_NAME_FOR_S1_MME = "eth1";
MME_IPV4_ADDRESS_FOR_S1_MME = "192.168.12.17/24"; MME_IPV4_ADDRESS_FOR_S1_MME = "192.168.12.17/24";
MME_INTERFACE_NAME_FOR_S11_MME = "none"; MME_INTERFACE_NAME_FOR_S11_MME = "none";
......
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