From dfb69e17faea08f058b2391aaf12301d3ca47267 Mon Sep 17 00:00:00 2001
From: Carlos Antonio De Lima Filho <carlos.lima.106@ufrn.edu.br>
Date: Tue, 12 Nov 2024 22:32:21 +0000
Subject: [PATCH] Update README.md

---
 .../README.md                                 | 36 +++++++++++++++++--
 1 file changed, 34 insertions(+), 2 deletions(-)

diff --git a/openairinterface5g/openairinterface-install-scripts/README.md b/openairinterface5g/openairinterface-install-scripts/README.md
index 7152763f..3564a953 100644
--- a/openairinterface5g/openairinterface-install-scripts/README.md
+++ b/openairinterface5g/openairinterface-install-scripts/README.md
@@ -192,7 +192,7 @@ To install OAI FlexRIC, go back to /home/$your user$ and follow this tutorial.
 
 For this task, open another terminal using crtl+Alt+T.
 
-**Step 1:** Core deployment
+**Step 1:** Core deployment?
 
 > cd /home/$your user$/oai-cn5g-fed/docker-compose
 > 
@@ -203,4 +203,36 @@ Expected result:
 
 After running the above command, nine containers are expected to be in the "Up (healthy)" state as shown in figure below.
 
-![ALT](/openairinterface5g/openairinterface-conf/fig/results_deploy_core.png)   
\ No newline at end of file
+![ALT](/openairinterface5g/openairinterface-conf/fig/results_deploy_core.png)  
+
+**Step 2:** FlexRIC deployment:
+
+> cd flexric/
+>
+> ./build/examples/ric/nearRT-RIC 
+
+After running the above command the expect result is shown in figure below.
+
+![ALT](/openairinterface5g/openairinterface-conf/fig/expected_result_flexric.png)  
+
+**Step 3:** gNB deployment:
+
+**Attention:** You must have Core 5G up and running
+
+**Step 3.1:** open a new terminal using ctrl+Alt+T and type:
+
+> sudo su
+> 
+> cd /home/dco1020/openairinterface5g/cmake_targets/ran_build/build/
+> 
+> sudo RFSIMULATOR=server ./nr-softmodem --rfsim --sa -O ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf --gNBs.[0].min_rxtxtime 6 --continuous-tx 
+
+
+
+**Step 3.2**: To check the connection of gNodeB to the Core, see AMF logs. Open another terminal (the third one) using ctrl+Alt+T and type: 
+
+> docker logs -f oai-amf
+
+The expected return is shown in figure below, where gNodeB shows the connected status.
+
+![ALT](/openairinterface5g/openairinterface-conf/fig/gNB_config_06.png)  
\ No newline at end of file
-- 
GitLab