From 73f2c9108de4edb34c375620b0808cebfa774c82 Mon Sep 17 00:00:00 2001 From: Romain Beurdouche <romain.beurdouche@eurecom.fr> Date: Wed, 20 Mar 2024 16:45:54 +0100 Subject: [PATCH] fix(doc): fhi7.2: fix missing "/cmake_targets" in OAI build directory path --- doc/ORAN_FHI7.2_Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ORAN_FHI7.2_Tutorial.md b/doc/ORAN_FHI7.2_Tutorial.md index 66ff0df93c3..807f26eaefb 100644 --- a/doc/ORAN_FHI7.2_Tutorial.md +++ b/doc/ORAN_FHI7.2_Tutorial.md @@ -671,7 +671,7 @@ xRAN SRS reception is not supported. Run the `nr-softmodem` from the build directory: ```bash -cd ~/openairinterface5g/ran_build/build +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> ``` -- GitLab