Commit dac0d125 authored by Lionel Gauthier's avatar Lionel Gauthier

Sebastian Held patches15/0002-ASSERT-unused.patch

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7304 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 957f1fe1
...@@ -370,7 +370,6 @@ include_directories ("${OPENAIR_TARGETS}/ARCH/COMMON") ...@@ -370,7 +370,6 @@ include_directories ("${OPENAIR_TARGETS}/ARCH/COMMON")
############################################################## ##############################################################
# ???!!! TO BE DOCUMENTED OPTIONS !!!??? # ???!!! TO BE DOCUMENTED OPTIONS !!!???
############################################################## ##############################################################
add_boolean_option(ASSERT True "???")
add_boolean_option(ENABLE_SECURITY True "Enable LTE integrity and ciphering between RRC UE and eNB") add_boolean_option(ENABLE_SECURITY True "Enable LTE integrity and ciphering between RRC UE and eNB")
add_boolean_option(ENABLE_USE_MME True "eNB connected to MME (INTERFACE S1-C), not standalone eNB") add_boolean_option(ENABLE_USE_MME True "eNB connected to MME (INTERFACE S1-C), not standalone eNB")
add_boolean_option(NO_RRM True "DO WE HAVE A RADIO RESSOURCE MANAGER: NO") add_boolean_option(NO_RRM True "DO WE HAVE A RADIO RESSOURCE MANAGER: NO")
......
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
set ( ADDR_CONF False ) set ( ADDR_CONF False )
set ( ASSERT True )
set ( DEBUG_OMG False ) set ( DEBUG_OMG False )
set ( DISABLE_USE_NAS False ) set ( DISABLE_USE_NAS False )
set ( DISABLE_XER_PRINT False ) set ( DISABLE_XER_PRINT False )
......
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
set ( ADDR_CONF False ) set ( ADDR_CONF False )
set ( ASSERT True )
set ( DEBUG_OMG False ) set ( DEBUG_OMG False )
set ( DISABLE_USE_NAS False ) set ( DISABLE_USE_NAS False )
set ( DISABLE_XER_PRINT False ) set ( DISABLE_XER_PRINT False )
......
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
set ( ADDR_CONF False ) set ( ADDR_CONF False )
set ( ASSERT True )
set ( DEBUG_OMG False ) set ( DEBUG_OMG False )
set ( DISABLE_USE_NAS False ) set ( DISABLE_USE_NAS False )
set ( DISABLE_XER_PRINT False ) set ( DISABLE_XER_PRINT False )
......
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
set(ADDR_CONF False) set(ADDR_CONF False)
set(ASSERT True)
set(DEBUG_OMG False) set(DEBUG_OMG False)
set(DISABLE_XER_PRINT False) set(DISABLE_XER_PRINT False)
set(DRIVER2013 False) set(DRIVER2013 False)
......
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
set ( ADDR_CONF False ) set ( ADDR_CONF False )
set ( ASSERT True )
set ( DEBUG_OMG False ) set ( DEBUG_OMG False )
set ( DISABLE_USE_NAS False ) set ( DISABLE_USE_NAS False )
set ( DISABLE_XER_PRINT False ) set ( DISABLE_XER_PRINT False )
......
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
set(ADDR_CONF False) set(ADDR_CONF False)
set(ASSERT True)
set(DEBUG_OMG False) set(DEBUG_OMG False)
set(DISABLE_XER_PRINT False) set(DISABLE_XER_PRINT False)
set(DRIVER2013 False) set(DRIVER2013 False)
......
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
set(ADDR_CONF False) set(ADDR_CONF False)
set(ASSERT True)
set(DEBUG_OMG False) set(DEBUG_OMG False)
set(DISABLE_XER_PRINT False) set(DISABLE_XER_PRINT False)
set(DRIVER2013 False) set(DRIVER2013 False)
......
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
set ( ADDR_CONF False ) set ( ADDR_CONF False )
set ( ASSERT True )
set ( DEBUG_OMG False ) set ( DEBUG_OMG False )
set ( DISABLE_USE_NAS False ) set ( DISABLE_USE_NAS False )
set ( DISABLE_XER_PRINT False ) set ( DISABLE_XER_PRINT False )
......
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
set ( ADDR_CONF False ) set ( ADDR_CONF False )
set ( ASSERT True )
set ( DEBUG_OMG False ) set ( DEBUG_OMG False )
set ( DISABLE_USE_NAS False ) set ( DISABLE_USE_NAS False )
set ( DISABLE_XER_PRINT False ) set ( DISABLE_XER_PRINT False )
......
...@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 2.8) ...@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 2.8)
set ( CMAKE_BUILD_TYPE "RelWithDebInfo" ) set ( CMAKE_BUILD_TYPE "RelWithDebInfo" )
set ( ADDR_CONF False ) set ( ADDR_CONF False )
set ( ASSERT False )
set ( BYTE_ORDER=LITTLE_ENDIAN ) set ( BYTE_ORDER=LITTLE_ENDIAN )
set ( DEBUG_OMG False ) set ( DEBUG_OMG False )
set ( DISABLE_ITTI_DETECT_SUB_TASK_ID True ) set ( DISABLE_ITTI_DETECT_SUB_TASK_ID True )
......
...@@ -65,7 +65,6 @@ macro(add_option name val helpstr) ...@@ -65,7 +65,6 @@ macro(add_option name val helpstr)
endmacro(add_option) endmacro(add_option)
# compilation flags # compilation flags
# added CMAKER conditional compilation to not bother legacy building system # added CMAKER conditional compilation to not bother legacy building system
############################################# #############################################
......
...@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 2.8) ...@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 2.8)
set ( CMAKE_BUILD_TYPE "RelWithDebInfo" ) set ( CMAKE_BUILD_TYPE "RelWithDebInfo" )
set ( ADDR_CONF False ) set ( ADDR_CONF False )
set ( ASSERT True )
set ( DEBUG_OMG False ) set ( DEBUG_OMG False )
set ( DISABLE_XER_PRINT False ) set ( DISABLE_XER_PRINT False )
set ( DRIVER2013 True ) set ( DRIVER2013 True )
......
...@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 2.8) ...@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 2.8)
set ( CMAKE_BUILD_TYPE "RelWithDebInfo" ) set ( CMAKE_BUILD_TYPE "RelWithDebInfo" )
set ( ADDR_CONF False ) set ( ADDR_CONF False )
set ( ASSERT False )
set ( DEBUG_OMG False ) set ( DEBUG_OMG False )
set ( DISABLE_XER_PRINT False ) set ( DISABLE_XER_PRINT False )
set ( DRIVER2013 False ) set ( DRIVER2013 False )
......
...@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 2.8) ...@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 2.8)
set ( CMAKE_BUILD_TYPE "RelWithDebInfo" ) set ( CMAKE_BUILD_TYPE "RelWithDebInfo" )
set ( ADDR_CONF False ) set ( ADDR_CONF False )
set ( ASSERT True )
set ( DEBUG_OMG False ) set ( DEBUG_OMG False )
set ( DISABLE_XER_PRINT False ) set ( DISABLE_XER_PRINT False )
set ( DRIVER2013 True ) set ( DRIVER2013 True )
......
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