Skip to content
GitLab
Menu
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
7943ea92
Commit
7943ea92
authored
Jan 16, 2018
by
Mongazon
Browse files
Fix #582, RANDOM_BF removed
parent
f4d19c0d
Changes
7
Hide whitespace changes
Inline
Side-by-side
cmake_targets/CMakeLists.txt
View file @
7943ea92
...
...
@@ -634,7 +634,6 @@ add_boolean_option(PHYSIM True "for L1 simulators (dlsim, ulsi
add_boolean_option
(
PHY_CONTEXT True
"not clear: must remain False for dlsim"
)
add_boolean_option
(
PHY_EMUL False
"not clear: must remain False for dlsim"
)
add_boolean_option
(
PUCCH True
"????"
)
add_boolean_option
(
RANDOM_BF False
"????"
)
add_boolean_option
(
SMBV False
"Rohde&Schwarz SMBV100A vector signal generator"
)
add_boolean_option
(
DEBUG_PHY False
"Enable PHY layer debugging options"
)
add_boolean_option
(
DEBUG_PHY_PROC False
"Enable debugging of PHY layer procedures"
)
...
...
cmake_targets/epc_test/CMakeLists.template
View file @
7943ea92
...
...
@@ -53,7 +53,6 @@ set ( PHY_CONTEXT False )
set ( PHY_EMUL False )
set ( PHYSIM True )
set ( PUCCH True )
set ( RANDOM_BF False )
set ( RF_BOARD "False" )
set ( RLC_STOP_ON_LOST_PDU False )
set ( RRC_ASN1_VERSION "Rel10" )
...
...
cmake_targets/lte-simulators/CMakeLists.txt
View file @
7943ea92
...
...
@@ -6,7 +6,6 @@ set(XFORMS True)
set
(
ENABLE_ITTI False
)
set
(
DEBUG_PHY False
)
set
(
MU_RECIEVER False
)
set
(
RANDOM_BF False
)
set
(
NAS_UE False
)
set
(
MESSAGE_CHART_GENERATOR False
)
...
...
cmake_targets/oaisim_build_oai/CMakeLists.template
View file @
7943ea92
...
...
@@ -52,7 +52,6 @@ set ( PHY_CONTEXT False )
set ( PHY_EMUL False )
set ( PHYSIM True )
set ( PUCCH True )
set ( RANDOM_BF False )
set ( RF_BOARD "False" )
set ( RLC_STOP_ON_LOST_PDU False )
set ( RRC_ASN1_VERSION "Rel10" )
...
...
cmake_targets/oaisim_mme_build_oai/CMakeLists.template
View file @
7943ea92
...
...
@@ -53,7 +53,6 @@ set ( PHY_CONTEXT False )
set ( PHY_EMUL False )
set ( PHYSIM False )
set ( PUCCH False )
set ( RANDOM_BF False )
set ( RF_BOARD "False" )
set ( RRC_ASN1_VERSION "Rel10" )
set ( RLC_STOP_ON_LOST_PDU False )
...
...
cmake_targets/oaisim_noS1_build_oai/CMakeLists.template
View file @
7943ea92
...
...
@@ -54,7 +54,6 @@ set ( PHY_CONTEXT False )
set ( PHY_EMUL False )
set ( PHYSIM True )
set ( PUCCH True )
set ( RANDOM_BF False )
set ( RF_BOARD "False" )
set ( RRC_ASN1_VERSION "Rel10" )
set ( RLC_STOP_ON_LOST_PDU False )
...
...
cmake_targets/s1c_mme_test/CMakeLists.template
View file @
7943ea92
...
...
@@ -53,7 +53,6 @@ set ( PHY_CONTEXT False )
set ( PHY_EMUL False )
set ( PHYSIM True )
set ( PUCCH True )
set ( RANDOM_BF False )
set ( RF_BOARD "False" )
set ( RLC_STOP_ON_LOST_PDU False )
set ( RRC_ASN1_VERSION "Rel10" )
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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