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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
0ae48e34
Commit
0ae48e34
authored
Sep 24, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'ferrieux/ferrieux-develop-patch-45702' into integration_2023_w38
parents
f5cc51b4
08cfd560
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
doc/BUILD.md
doc/BUILD.md
+6
-6
No files found.
doc/BUILD.md
View file @
0ae48e34
...
@@ -165,18 +165,18 @@ After completing the build, the binaries are available in the `cmake_targets/ran
...
@@ -165,18 +165,18 @@ After completing the build, the binaries are available in the `cmake_targets/ran
## Building Optional Binaries
## Building Optional Binaries
There are a number of optional libraries that can be built in support of the
There are a number of optional libraries that can be built in support of the
RAN, such as telnet, scopes, offloading libraries, etc.
RAN, such as telnet
srv
, scopes, offloading libraries, etc.
Using the help option of the build script you can get the list of available optional libraries.
Using the help option of the build script you can get the list of available optional libraries.
```
bash
```
bash
./build_oai
--build-lib
all
# build all
./build_oai
--build-lib
all
# build all
./build_oai
--build-lib
telnet
# build only telnet
./build_oai
--build-lib
telnet
srv
# build only telnetsrv
./build_oai
--build-lib
"telnet enbscope uescope nrscope nrqtscope"
./build_oai
--build-lib
"telnet
srv
enbscope uescope nrscope nrqtscope"
./build_oai
--build-lib
telnet
--build-lib
nrqtscope
./build_oai
--build-lib
telnet
srv
--build-lib
nrqtscope
```
```
The following libraries are build in CI and should always work:
`telnet`
,
The following libraries are build in CI and should always work:
`telnet
srv
`
,
`enbscope`
,
`uescope`
,
`nrscope`
,
`nrqtscope`
.
`enbscope`
,
`uescope`
,
`nrscope`
,
`nrqtscope`
.
Some libraries have further dependencies and might not build on every system:
Some libraries have further dependencies and might not build on every system:
...
@@ -195,7 +195,7 @@ mkdir build && cd build
...
@@ -195,7 +195,7 @@ mkdir build && cd build
cmake .. -GNinja && ninja nr-softmodem nr-uesoftmodem nr-cuup params_libconfig coding rfsimulator ldpc
cmake .. -GNinja && ninja nr-softmodem nr-uesoftmodem nr-cuup params_libconfig coding rfsimulator ldpc
```
```
To build additional libraries, e.g., telnet, do the following:
To build additional libraries, e.g., telnet
srv
, do the following:
```
bash
```
bash
cmake ..
-GNinja
-DENABLE_TELNETSRV
=
ON
&&
ninja telnetsrv
cmake ..
-GNinja
-DENABLE_TELNETSRV
=
ON
&&
ninja telnetsrv
```
```
...
...
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