From 3efe93146fed3bd0be65885da90a4287e9ccb1c9 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Thu, 7 Aug 2014 12:53:08 +0000 Subject: [PATCH] better gdb handling git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5681 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- .../CONF/RT.ENB_IS_CALISSON.MME_IS_YANG/epc.yang.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/RT.ENB_IS_CALISSON.MME_IS_YANG/epc.yang.conf b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/RT.ENB_IS_CALISSON.MME_IS_YANG/epc.yang.conf index 6f470c17899..764fc7d4c54 100755 --- a/targets/PROJECTS/GENERIC-LTE-EPC/CONF/RT.ENB_IS_CALISSON.MME_IS_YANG/epc.yang.conf +++ b/targets/PROJECTS/GENERIC-LTE-EPC/CONF/RT.ENB_IS_CALISSON.MME_IS_YANG/epc.yang.conf @@ -1,6 +1,7 @@ MME : { + GNU_DEBUGGER = "yes"; REALM = "eur"; # Define the limits of the system in terms of served eNB and served UE. # When the limits will be reached, overload procedure will take place. @@ -73,6 +74,7 @@ MME : NAS : { # 3GPP TS 33.401 section 7.2.4.3 Procedures for NAS algorithm selection + # decreasing preference goes from left to right ORDERED_SUPPORTED_INTEGRITY_ALGORITHM_LIST = [ "EIA0" , "EIA1" , "EIA2" ]; ORDERED_SUPPORTED_CIPHERING_ALGORITHM_LIST = [ "EEA0" , "EEA1" , "EEA2" ]; }; -- GitLab