Skip to content
Snippets Groups Projects
Commit 06c4f469 authored by beurdouc's avatar beurdouc
Browse files

fix(doc): fhi7.2: add config file warning after nr-softmodem usage example

parent 9c4da620
No related branches found
No related tags found
No related merge requests found
......@@ -676,6 +676,8 @@ cd ~/openairinterface5g/cmake_targets/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>
```
**Warning**: Make sure that the config file you add after the `-O` option is adapted to your machine, especially to its isolated cores.
**Note**: You may run OAI with O-RAN 7.2 Fronthaul without a RU attached (e.g. for benchmarking).
In such case, you would generate artificial traffic by replacing the `--sa` option by the `--phy-test` option.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment