From 94d61825d6717acb3f2dc527a6dc24cdb267e753 Mon Sep 17 00:00:00 2001
From: Carlos Antonio De Lima Filho <carlos.lima.106@ufrn.edu.br>
Date: Wed, 4 Dec 2024 18:21:58 +0000
Subject: [PATCH] Update README.md

---
 .../openairinterface-install-scripts/README.md      | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/openairinterface5g/openairinterface-install-scripts/README.md b/openairinterface5g/openairinterface-install-scripts/README.md
index 5c101cf4..a070db89 100644
--- a/openairinterface5g/openairinterface-install-scripts/README.md
+++ b/openairinterface5g/openairinterface-install-scripts/README.md
@@ -489,7 +489,10 @@ The expected return is shown in figure below, where gNodeB shows the connected s
 
 > ip a
 
-The command must show the interface 
+Expect result:
+
+![ALT](/openairinterface5g/openairinterface-conf/fig/ue1_ip.png)  
+
 **Step 5:** UE 2 deployment:
 
 > sudo ip netns exec oai-ue2 bash
@@ -498,6 +501,14 @@ The command must show the interface
 > 
 > sudo RFSIMULATOR="RAN_IP" ./nr-uesoftmodem -r 106 --numerology 1 --band 78 -C 3619200000 --rfsim --sa --nokrnmod -O ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/ue2.conf
 
+**Important:** Verify the IP address set by 5G Core. You will use the command below 
+
+> ip a
+
+Expect result:
+
+![ALT](/openairinterface5g/openairinterface-conf/fig/ue2_ip.png)  
+
 **Step 6:** Slice scheduling xApp:
 
 > cd flexric/build/examples/xApp/c/ctrl
-- 
GitLab