Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OAI-RAN-5G-sheduler_MaxTBS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MAQ5G-PFC
OAI-RAN-5G-sheduler_MaxTBS
Commits
7ed596fe
Commit
7ed596fe
authored
9 years ago
by
Florian Kaltenberger
Browse files
Options
Downloads
Patches
Plain Diff
build_script: enabling XFORMS by default, making HW=None default
parent
051e8ba5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake_targets/build_oai
+6
-3
6 additions, 3 deletions
cmake_targets/build_oai
with
6 additions
and
3 deletions
cmake_targets/build_oai
+
6
−
3
View file @
7ed596fe
...
@@ -42,13 +42,13 @@ THIS_SCRIPT_PATH=$(dirname $(readlink -f $0))
...
@@ -42,13 +42,13 @@ THIS_SCRIPT_PATH=$(dirname $(readlink -f $0))
source
$THIS_SCRIPT_PATH
/tools/build_helper
source
$THIS_SCRIPT_PATH
/tools/build_helper
MSC_GEN
=
"False"
MSC_GEN
=
"False"
XFORMS
=
"
Fals
e"
XFORMS
=
"
Tru
e"
PRINT_STATS
=
"False"
PRINT_STATS
=
"False"
VCD_TIMING
=
"False"
VCD_TIMING
=
"False"
LOWLATENCY_FLAG_USER
=
"False"
LOWLATENCY_FLAG_USER
=
"False"
FORCE_LOWLATENCY_FLAG_USER
=
""
FORCE_LOWLATENCY_FLAG_USER
=
""
REL
=
"Rel10"
REL
=
"Rel10"
HW
=
"
EXMIMO
"
HW
=
"
None
"
NOS1
=
0
NOS1
=
0
EPC
=
0
EPC
=
0
VERBOSE_COMPILE
=
0
VERBOSE_COMPILE
=
0
...
@@ -90,7 +90,7 @@ Options
...
@@ -90,7 +90,7 @@ Options
default is Rel10,
default is Rel10,
Rel8 limits the implementation to 3GPP Release 8 version
Rel8 limits the implementation to 3GPP Release 8 version
-w | --hardware
-w | --hardware
EXMIMO
(Default)
, USRP, BLADERF, ETHERNET, None
EXMIMO, USRP, BLADERF, ETHERNET, None
(Default)
Adds this RF board support (in external packages installation and in compilation)
Adds this RF board support (in external packages installation and in compilation)
--oaisim
--oaisim
Makes the oaisim simulator. Hardware will be defaulted to "NONE".
Makes the oaisim simulator. Hardware will be defaulted to "NONE".
...
@@ -175,6 +175,9 @@ function main() {
...
@@ -175,6 +175,9 @@ function main() {
-w
|
--hardware
)
-w
|
--hardware
)
HW
=
"
$2
"
#"${i#*=}"
HW
=
"
$2
"
#"${i#*=}"
# Use OAI_USRP as the key word USRP is used inside UHD driver
# Use OAI_USRP as the key word USRP is used inside UHD driver
if
[
"
$HW
"
==
"EXMIMO"
]
;
then
HW
=
"EXMIMO"
fi
if
[
"
$HW
"
==
"USRP"
]
;
then
if
[
"
$HW
"
==
"USRP"
]
;
then
HW
=
"OAI_USRP"
HW
=
"OAI_USRP"
fi
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment