From 881fa847e382f4c4e75f170d4cb340545311ff4f Mon Sep 17 00:00:00 2001 From: Raymond Knopp <raymond.knopp@eurecom.fr> Date: Tue, 5 May 2015 16:01:57 +0000 Subject: [PATCH] debug infos git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7365 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- cmake_targets/epc_build_oai/CMakeLists.template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmake_targets/epc_build_oai/CMakeLists.template b/cmake_targets/epc_build_oai/CMakeLists.template index c1d80ec1ae..1fef3d0147 100644 --- a/cmake_targets/epc_build_oai/CMakeLists.template +++ b/cmake_targets/epc_build_oai/CMakeLists.template @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.8) -set ( CMAKE_BUILD_TYPE "RelWithDebInfo" ) +set ( CMAKE_BUILD_TYPE "Debug" ) set ( ADDR_CONF False ) set ( BYTE_ORDER=LITTLE_ENDIAN ) set ( DEBUG_OMG False ) @@ -35,7 +35,7 @@ set ( LOG_NO_THREAD False ) set ( LOWLATENCY False ) set ( MAC_CONTEXT 1 ) set ( MAX_NUM_CCs 1 ) -set ( MESSAGE_CHART_GENERATOR False) +set ( MESSAGE_CHART_GENERATOR True) set ( MIH_C_MEDIEVAL_EXTENSIONS False ) set ( MSG_PRINT False ) set ( MU_RECEIVER False ) @@ -75,6 +75,7 @@ set ( RRC_ASN1_VERSION "Rel10" ) set ( RLC_STOP_ON_LOST_PDU False ) set ( RRC_MSG_PRINT False ) set ( RTAI False ) +set ( S1AP_DEBUG_LIST True ) set ( SECU False ) set ( SMBV False ) set ( SPECTRA False ) -- GitLab