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
5d545a6c
Commit
5d545a6c
authored
Dec 31, 2025
by
Rakesh Mundlamuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add srssim to the feature set
parent
a752f43a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
doc/BUILD.md
doc/BUILD.md
+1
-1
doc/cross-compile.md
doc/cross-compile.md
+1
-1
doc/physical-simulators.md
doc/physical-simulators.md
+1
-0
No files found.
doc/BUILD.md
View file @
5d545a6c
...
...
@@ -32,7 +32,7 @@ The main oai binaries, which are tested by the Continuous Integration process ar
-
The 5G gNodeB:
`nr-softmodem`
-
The 5G CU-UP:
`nr-cuup`
-
The LTE PHY simulators:
`dlsim`
and
`ulsim`
-
The 5G PHY simulators:
`nr_dlschsim`
,
`nr_dlsim`
,
`nr_pbchsim`
,
`nr_pucchsim`
,
`nr_ulschsim`
,
`nr_ulsim`
,
`polartest`
,
`smallblocktest`
,
`nr _ulsim`
,
`ldpctest`
-
The 5G PHY simulators:
`nr_dlschsim`
,
`nr_dlsim`
,
`nr_pbchsim`
,
`nr_pucchsim`
,
`nr_ulschsim`
,
`nr_ulsim`
,
`polartest`
,
`smallblocktest`
,
`nr _ulsim`
,
`ldpctest`
,
`nr_srssim`
Running the
[
build_oai
](
../cmake_targets/build_oai
)
script also generates some utilities required to build and/or run the oai softmodem binaries:
...
...
doc/cross-compile.md
View file @
5d545a6c
...
...
@@ -89,7 +89,7 @@ be defined in order to tell cmake where the host tools have been built.
cd
../build-cross
cmake ../../..
-GNinja
-DCMAKE_TOOLCHAIN_FILE
=
../../../cmake_targets/cross-arm.cmake
-DNATIVE_DIR
=
../build
ninja dlsim ulsim ldpctest polartest smallblocktest nr_pbchsim nr_dlschsim nr_ulschsim nr_dlsim nr_ulsim nr_pucchsim nr_prachsim
ninja dlsim ulsim ldpctest polartest smallblocktest nr_pbchsim nr_dlschsim nr_ulschsim nr_dlsim nr_ulsim nr_pucchsim nr_prachsim
nr_srssim
ninja lte-softmodem nr-softmodem nr-cuup oairu lte-uesoftmodem nr-uesoftmodem
ninja params_libconfig coding rfsimulator
```
...
...
doc/physical-simulators.md
View file @
5d545a6c
...
...
@@ -36,6 +36,7 @@ pipelines:
| |
`nr_pbchsim`
| Broadcast channel simulation |
| |
`nr_prachsim`
| PRACH simulation |
| |
`nr_psbchsim`
| Sidelink simulation |
| |
`nr_srssim`
| SRS simulation |
| Coding |
`ldpctest`
,
`polartest`
,
`smallblocktest`
| LDPC, Polar, and other FEC tests |
## Source Locations
...
...
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