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
4921c06c
Commit
4921c06c
authored
Feb 14, 2024
by
Romain Beurdouche
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(doc): fix typos
parent
8340b866
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/ORAN_FHI7.2_Tutorial.md
doc/ORAN_FHI7.2_Tutorial.md
+2
-2
No files found.
doc/ORAN_FHI7.2_Tutorial.md
View file @
4921c06c
...
@@ -247,7 +247,7 @@ Beware that PTP issues may show up only when running OAI and XRAN. If you are us
...
@@ -247,7 +247,7 @@ Beware that PTP issues may show up only when running OAI and XRAN. If you are us
1.
Make sure that you have
`skew_tick=1`
in
`/proc/cmdline`
1.
Make sure that you have
`skew_tick=1`
in
`/proc/cmdline`
2.
For Intel E-810 cards set
`tx_timestamp_timeout`
to 50 or 100 if there are errors in ptp4l logs
2.
For Intel E-810 cards set
`tx_timestamp_timeout`
to 50 or 100 if there are errors in ptp4l logs
3.
Other time sources than PTP, such as NTP or chrony timesources, should be disabled. Make sure they are enabled as further below.
3.
Other time sources than PTP, such as NTP or chrony timesources, should be disabled. Make sure they are enabled as further below.
4.
If PTP is running in kernel space, make sure you isolated cores for kernel with
`kthread_cpus=<cpu_list>`
in
`/proc/cmdline`
4.
If PTP is running in kernel space, make sure you isolated cores for kernel with
`kthread_cpus=<cpu_list>`
in
`/proc/cmdline`
.
5.
If
`rms`
or
`delay`
remain high, you can try pinning the PTP process to an isolated CPU.
5.
If
`rms`
or
`delay`
remain high, you can try pinning the PTP process to an isolated CPU.
```
bash
```
bash
...
@@ -622,7 +622,7 @@ Edit the sample OAI gNB configuration file and check following parameters:
...
@@ -622,7 +622,7 @@ Edit the sample OAI gNB configuration file and check following parameters:
*
`fhi_72`
(FrontHaul Interface) section: this config follows the structure
*
`fhi_72`
(FrontHaul Interface) section: this config follows the structure
that is employed by the xRAN library (
`xran_fh_init`
and
`xran_fh_config`
that is employed by the xRAN library (
`xran_fh_init`
and
`xran_fh_config`
structs in the code):
structs in the code):
*
`dpdk_devices`
: PCI addresses of NIC VFs (not the physical, use
`lspci | grep Virtual`
) binded to the DPDK
*
`dpdk_devices`
: PCI addresses of NIC VFs (not the physical
NIC
, use
`lspci | grep Virtual`
) binded to the DPDK
*
`system_core`
: absolute CPU core ID for DPDK control threads
*
`system_core`
: absolute CPU core ID for DPDK control threads
(
`rte_mp_handle`
,
`eal-intr-thread`
,
`iavf-event-thread`
)
(
`rte_mp_handle`
,
`eal-intr-thread`
,
`iavf-event-thread`
)
*
`io_core`
: absolute CPU core ID for XRAN library, it should be an isolated core, in our environment we are using CPU 4
*
`io_core`
: absolute CPU core ID for XRAN library, it should be an isolated core, in our environment we are using CPU 4
...
...
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