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
702c608c
Commit
702c608c
authored
Feb 09, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
O-RAN 7.2 doc: explain layer mapping, streamline start gNB section
parent
b612e5f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
doc/ORAN_FHI7.2_Tutorial.md
doc/ORAN_FHI7.2_Tutorial.md
+12
-4
No files found.
doc/ORAN_FHI7.2_Tutorial.md
View file @
702c608c
...
...
@@ -622,17 +622,25 @@ Edit the sample OAI gNB configuration file and check following parameters:
*
`eAxC_offset`
: PRACH antenna offset
*
`kbar`
: the PRACH guard interval, provided in RU
xRAN SRS reception is not supported. The eAxC offsets for DL/UL are determined
from the antenna configuration.
Layer mapping (eAxC offsets) happens as follows:
-
For PUSCH/PDSCH, the layers are mapped to
`[0,1,...,N-1]`
where
`N`
is the
respective RX/TX number of antennas.
-
For PRACH, the layers are mapped to
`[No,No+1,...No+N-1]`
where No is the
`fhi_72.fh_config.[0].prach_config.eAxC_offset`
and
`N`
the number of receive
antennas.
xRAN SRS reception is not supported.
# Start and Operation of OAI gNB
Run the
`nr-softmodem`
from the build directory:
```
bash
cd
ran_build/build
cd
~/openairinterface5g/ran_build/build
sudo
./nr-softmodem
-O
../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/oran.fh.band78.fr1.273PRB.conf
--sa
--reorder-thread-disable
1
--thread-pool
<list of non isolated cpus>
```
You have to set the thread pool option to non-isolated CPUs, since the thread
pool is used for L1 processing which should not interfere with DPDK threads.
For example if you have two NUMA nodes in your system (for example 18 CPUs per
socket) and odd cores are non-isolated, then you can put the thread-pool on
`1,3,5,7,9,11,13,15`
. On the other hand, if you have one NUMA node, you can use
...
...
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