Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
9929437c
Commit
9929437c
authored
Apr 10, 2015
by
gauthier
Browse files
sync
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7114
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
6195a197
Changes
4
Hide whitespace changes
Inline
Side-by-side
cmake_targets/autotests/run_compilation_autotests.bash
View file @
9929437c
#!/bin/bash
if
[
-s
$OPENAIR_DIR
/cmake_targets/tools/build_helper
.bash
]
;
then
source
$OPENAIR_DIR
/cmake_targets/tools/build_helper
.bash
if
[
-s
$OPENAIR_DIR
/cmake_targets/tools/build_helper
]
;
then
source
$OPENAIR_DIR
/cmake_targets/tools/build_helper
else
echo
"Error: no file in the file tree: is OPENAIR_DIR variable set?"
exit
1
...
...
cmake_targets/autotests/run_exec_autotests.bash
View file @
9929437c
#!/bin/bash
if
[
-s
$OPENAIR_DIR
/cmake_targets/tools/build_helper
.bash
]
;
then
source
$OPENAIR_DIR
/cmake_targets/tools/build_helper
.bash
if
[
-s
$OPENAIR_DIR
/cmake_targets/tools/build_helper
]
;
then
source
$OPENAIR_DIR
/cmake_targets/tools/build_helper
else
echo
"Error: no file in the file tree: is OPENAIR_DIR variable set?"
exit
1
...
...
cmake_targets/oaisim_build_oai/CMakeLists.template
View file @
9929437c
...
...
@@ -9,7 +9,7 @@ set ( DRIVER2013 True )
set ( EMOS False )
set ( ENABLE_FXP True )
set ( ENABLE_ITTI True )
set ( ENABLE_NAS_UE_LOGGING
Tru
e )
set ( ENABLE_NAS_UE_LOGGING
Fals
e )
set ( ENABLE_NEW_MULTICAST True )
set ( ENABLE_PDCP_NETLINK_FIFO False )
set ( ENABLE_PGM_TRANSPORT True )
...
...
@@ -17,14 +17,15 @@ set ( ENABLE_RAL False )
set ( ENABLE_SECURITY True )
set ( ENABLE_STANDALONE_EPC False)
set ( ENABLE_USE_CPU_EXECUTION_TIME True )
set ( ENABLE_USE_MME
Tru
e )
set ( ENABLE_USE_MME
Fals
e )
set ( ENABLE_USE_RAW_SOCKET_FOR_SGI True)
set ( ENABLE_VCD_FIFO True )
set ( ENB_MODE True )
set ( EXMIMO_IOT True )
set ( HARD_RT False )
set ( JUMBO_FRAME True )
set ( LARGE_SCALE False )
set ( LINK_PDCP_TO_GTPV1U
True
)
set ( LINK_
ENB_
PDCP_TO_GTPV1U
False
)
set ( LINUX_LIST False )
set ( LINUX True )
set ( LOCALIZATION False )
...
...
@@ -32,13 +33,13 @@ set ( LOG_NO_THREAD False )
set ( LOWLATENCY False )
set ( MAC_CONTEXT 1 )
set ( MAX_NUM_CCs 1 )
set ( MIH_C_MEDIEVAL_EXTENSIONS
Tru
e )
set ( MIH_C_MEDIEVAL_EXTENSIONS
Fals
e )
set ( MSG_PRINT False )
set ( MU_RECEIVER False )
set ( NAS_ADDRESS_FIX False )
set ( NAS_BUILT_IN_UE False)
set ( NAS_MME False )
set ( NAS_NETLINK False )
set ( NAS_UE True )
set ( NAS_UE False )
set ( NB_ANTENNAS_RX "2" )
set ( NB_ANTENNAS_TX "2" )
set ( NB_ANTENNAS_TXRX "2" )
...
...
cmake_targets/oaisim_mme_build_oai/CMakeLists.template
View file @
9929437c
...
...
@@ -27,7 +27,7 @@ set ( EXMIMO_IOT False )
set ( HARD_RT False )
set ( JUMBO_FRAME False )
set ( LARGE_SCALE False )
set ( LINK_PDCP_TO_GTPV1U
False
)
set ( LINK_
ENB_
PDCP_TO_GTPV1U
True
)
set ( LINUX_LIST False )
set ( LINUX False )
set ( LOCALIZATION False )
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment