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
6104dbc7
Commit
6104dbc7
authored
Nov 29, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation: add description when it is DU, CU, gNB
parent
39df275f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
doc/F1-design.md
doc/F1-design.md
+8
-0
No files found.
doc/F1-design.md
View file @
6104dbc7
...
...
@@ -116,6 +116,14 @@ sudo cmake_targets/ran_build/build/nr-softmodem --sa -O ci-scripts/conf_files/gn
These files are tested in the CI, and are configured for use in docker,
see
[
this `docker-compose` file
](
../ci-scripts/yaml_files/5g_f1_rfsimulator/docker-compose.yaml
)
.
The rules to decide if a config triggers a start of a DU, CU, or monolithic
gNB, are, in order:
1.
If the
`MACRLCs`
section lists
`f1`
as northbound transport preference
(
`tr_n_preference`
), it is a DU.
2.
If the
`gNBs`
section lists
`f1`
as a southound transport preference
(
`tr_s_preference`
), it is a CU.
3.
It is a (monolithic) gNB.
## Configuration of F1 IP/port information
For a local deployment, you should update the following fields.
...
...
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