Commit 881fa847 authored by Raymond Knopp's avatar Raymond Knopp

debug infos


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7365 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent abfa26ad
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
set ( CMAKE_BUILD_TYPE "RelWithDebInfo" ) set ( CMAKE_BUILD_TYPE "Debug" )
set ( ADDR_CONF False ) set ( ADDR_CONF False )
set ( BYTE_ORDER=LITTLE_ENDIAN ) set ( BYTE_ORDER=LITTLE_ENDIAN )
set ( DEBUG_OMG False ) set ( DEBUG_OMG False )
...@@ -35,7 +35,7 @@ set ( LOG_NO_THREAD False ) ...@@ -35,7 +35,7 @@ set ( LOG_NO_THREAD False )
set ( LOWLATENCY False ) set ( LOWLATENCY False )
set ( MAC_CONTEXT 1 ) set ( MAC_CONTEXT 1 )
set ( MAX_NUM_CCs 1 ) set ( MAX_NUM_CCs 1 )
set ( MESSAGE_CHART_GENERATOR False) set ( MESSAGE_CHART_GENERATOR True)
set ( MIH_C_MEDIEVAL_EXTENSIONS False ) set ( MIH_C_MEDIEVAL_EXTENSIONS False )
set ( MSG_PRINT False ) set ( MSG_PRINT False )
set ( MU_RECEIVER False ) set ( MU_RECEIVER False )
...@@ -75,6 +75,7 @@ set ( RRC_ASN1_VERSION "Rel10" ) ...@@ -75,6 +75,7 @@ set ( RRC_ASN1_VERSION "Rel10" )
set ( RLC_STOP_ON_LOST_PDU False ) set ( RLC_STOP_ON_LOST_PDU False )
set ( RRC_MSG_PRINT False ) set ( RRC_MSG_PRINT False )
set ( RTAI False ) set ( RTAI False )
set ( S1AP_DEBUG_LIST True )
set ( SECU False ) set ( SECU False )
set ( SMBV False ) set ( SMBV False )
set ( SPECTRA False ) set ( SPECTRA False )
......
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