From 06c4f4690abacb4a0f48297c5fca06f91121c90d Mon Sep 17 00:00:00 2001
From: Romain Beurdouche <romain.beurdouche@eurecom.fr>
Date: Wed, 20 Mar 2024 17:56:41 +0100
Subject: [PATCH] fix(doc): fhi7.2: add config file warning after nr-softmodem
 usage example

---
 doc/ORAN_FHI7.2_Tutorial.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/ORAN_FHI7.2_Tutorial.md b/doc/ORAN_FHI7.2_Tutorial.md
index 69094a04829..79b83520076 100644
--- a/doc/ORAN_FHI7.2_Tutorial.md
+++ b/doc/ORAN_FHI7.2_Tutorial.md
@@ -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.
 
-- 
GitLab