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
f7653f90
Commit
f7653f90
authored
Jan 16, 2018
by
Mongazon
Browse files
Fix
#582
, PBS_SIM removed
parent
71a6b5d0
Changes
7
Hide whitespace changes
Inline
Side-by-side
cmake_targets/CMakeLists.txt
View file @
f7653f90
...
...
@@ -631,7 +631,6 @@ add_integer_option(MAX_NUM_CCs 1 "????")
add_boolean_option
(
MU_RECEIVER False
"????"
)
add_boolean_option
(
NEW_FFT True
"????"
)
add_boolean_option
(
OPENAIR1 True
"????"
)
add_boolean_option
(
PBS_SIM False
"????"
)
add_boolean_option
(
PC_DSP True
"????"
)
add_boolean_option
(
PC_TARGET True
"????"
)
add_boolean_option
(
PERFECT_CE False
"????"
)
...
...
cmake_targets/epc_test/CMakeLists.template
View file @
f7653f90
...
...
@@ -48,7 +48,6 @@ set ( OPENAIR1 True )
set ( OPENAIR2 True )
set ( OPENAIR_LTE True )
set ( PACKAGE_NAME "epc_test" )
set ( PBS_SIM False )
set ( PDCP_USE_NETLINK True )
set ( PC_DSP True )
set ( PC_TARGET True )
...
...
cmake_targets/lte-simulators/CMakeLists.txt
View file @
f7653f90
...
...
@@ -7,7 +7,6 @@ set(ENABLE_ITTI False)
set
(
DEBUG_PHY False
)
set
(
MU_RECIEVER False
)
set
(
RANDOM_BF False
)
set
(
PBS_SIM False
)
set
(
PERFECT_CE True
)
set
(
NAS_UE False
)
set
(
MESSAGE_CHART_GENERATOR False
)
...
...
cmake_targets/oaisim_build_oai/CMakeLists.template
View file @
f7653f90
...
...
@@ -47,7 +47,6 @@ set ( OPENAIR1 True )
set ( OPENAIR2 True )
set ( OPENAIR_LTE True )
set ( PACKAGE_NAME "oaisim" )
set ( PBS_SIM False )
set ( PDCP_USE_NETLINK True )
set ( PC_DSP True )
set ( PC_TARGET True )
...
...
cmake_targets/oaisim_mme_build_oai/CMakeLists.template
View file @
f7653f90
...
...
@@ -49,7 +49,6 @@ set ( OPENAIR2 False )
set ( OPENAIR_EMU False )
set ( OPENAIR_LTE False )
set ( PACKAGE_NAME "EPC" )
set ( PBS_SIM False )
set ( PC_DSP False )
set ( PC_TARGET False )
set ( PDCP_MSG_PRINT False )
...
...
cmake_targets/oaisim_noS1_build_oai/CMakeLists.template
View file @
f7653f90
...
...
@@ -49,7 +49,6 @@ set ( OPENAIR2 True )
set ( OPENAIR_EMU False )
set ( OPENAIR_LTE True )
set ( PACKAGE_NAME "oaisim" )
set ( PBS_SIM False )
set ( PDCP_USE_NETLINK True )
set ( PC_DSP True )
set ( PC_TARGET True )
...
...
cmake_targets/s1c_mme_test/CMakeLists.template
View file @
f7653f90
...
...
@@ -48,7 +48,6 @@ set ( OPENAIR1 True )
set ( OPENAIR2 True )
set ( OPENAIR_LTE True )
set ( PACKAGE_NAME "oaisim" )
set ( PBS_SIM False )
set ( PDCP_USE_NETLINK True )
set ( PC_DSP True )
set ( PC_TARGET True )
...
...
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