Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
9240d517
Commit
9240d517
authored
Dec 01, 2021
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Complete build_oai usage
parent
f5d94974
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
7 deletions
+17
-7
cmake_targets/build_oai
cmake_targets/build_oai
+17
-7
No files found.
cmake_targets/build_oai
View file @
9240d517
...
@@ -99,25 +99,23 @@ Options
...
@@ -99,25 +99,23 @@ Options
Makes the LTE softmodem
Makes the LTE softmodem
--eNBocp
--eNBocp
Makes the OCP LTE softmodem
Makes the OCP LTE softmodem
-gNB
-
-
gNB
Makes the NR softmodem
Makes the NR softmodem
--nrUE
Makes the NR UE softmodem
--RU
--RU
Makes the OAI RRU
Makes the OAI RRU
--UE
--UE
Makes the UE specific parts (ue_ip, usim, nvram) from the given configuration file
Makes the UE specific parts (ue_ip, usim, nvram) from the given configuration file
--nrUE
Makes the NR UE softmodem
--UE-conf-nvram [configuration file]
--UE-conf-nvram [configuration file]
Specify conf_nvram_path (default
\"
$conf_nvram_path
\"
)
Specify conf_nvram_path (default
\"
$conf_nvram_path
\"
)
--UE-gen-nvram [output path]
--UE-gen-nvram [output path]
Specify gen_nvram_path (default
\"
$gen_nvram_path
\"
)
Specify gen_nvram_path (default
\"
$gen_nvram_path
\"
)
--HWLAT
Makes test program for haw latency tests
-a | --agent
Enables agent for software-defined control of the eNB
-w | --hardware
-w | --hardware
EXMIMO, USRP, BLADERF, LMSSDR, IRIS, ADRV9371_ZC706, SIMU, AW2SORI, None (Default)
EXMIMO, USRP, BLADERF, LMSSDR, IRIS, ADRV9371_ZC706, SIMU, AW2SORI, 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)
-t | --transport
Selects the transport protocol type, options: None, ETHERNET
-P | --phy_simulators
-P | --phy_simulators
Makes the unitary tests Layer 1 simulators
Makes the unitary tests Layer 1 simulators
-S | --core_simulators
-S | --core_simulators
...
@@ -128,6 +126,14 @@ Options
...
@@ -128,6 +126,14 @@ Options
runs only specified test cases specified here. This flag is only valid with -s
runs only specified test cases specified here. This flag is only valid with -s
-V | --vcd
-V | --vcd
Adds a debgging facility to the binary files: GUI with major internal synchronization events
Adds a debgging facility to the binary files: GUI with major internal synchronization events
-x | --xforms
Will compile with software oscilloscope features
--HWLAT
Makes test program for haw latency tests
--HWLAT_TEST
Compiles a hw latency test program
--verbose-ci
Compile with verbose instructions in CI Docker env
--verbose-compile
--verbose-compile
Shows detailed compilation instructions in makefile
Shows detailed compilation instructions in makefile
--cflags_processor
--cflags_processor
...
@@ -163,6 +169,10 @@ Options
...
@@ -163,6 +169,10 @@ Options
Build for I/Q record-playback modes
Build for I/Q record-playback modes
-k | --skip-shared-libraries
-k | --skip-shared-libraries
Skip build for shared libraries to reduce compilation time when building frequently for debugging purposes
Skip build for shared libraries to reduce compilation time when building frequently for debugging purposes
--ninja
Tell cmake to use the Ninja build system. Without, will generate make files
--sanitize-address | -fsanitize=address
Enable the address sanitizer on all targets
--ittiSIM
--ittiSIM
Makes the itti simulator
Makes the itti simulator
-h | --help
-h | --help
...
...
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