From abff6adc3b394f9ae4c39c4caf457bbaaef2dd52 Mon Sep 17 00:00:00 2001
From: Carlos Antonio De Lima Filho <carlos.lima.106@ufrn.edu.br>
Date: Thu, 5 Dec 2024 20:46:43 +0000
Subject: [PATCH] Update README.md

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

diff --git a/openairinterface5g/openairinterface-install-scripts/README.md b/openairinterface5g/openairinterface-install-scripts/README.md
index d022ce88..9a814b9c 100644
--- a/openairinterface5g/openairinterface-install-scripts/README.md
+++ b/openairinterface5g/openairinterface-install-scripts/README.md
@@ -517,12 +517,24 @@ Expect result:
 
 **Step 7:** iperf test UE 1 (Open a new terminal):
 
+On UE's PC, you use the commands below: 
+
 > sudo ip netns exec oai-ue1 bash
 > 
 > iperf3 -i1 -s
 
+On 5GC's PC, you use the commands below:
+
+> docker exec -t oai-ext-dn iperf3 -c <UE-IP-address> -t60 -B 192.168.70.145 -i1
+
 **Step 7:** iperf test UE 2 (Open a new terminal):
 
+On UE's PC, you use the commands below: 
+
 > sudo ip netns exec oai-ue2 bash
 >
-> iperf3 -i1 -s
\ No newline at end of file
+> iperf3 -i1 -s
+
+On 5GC's PC, you use the commands below:
+
+> docker exec -t oai-ext-dn iperf3 -c <UE-IP-address> -t60 -B 192.168.70.145 -i1
-- 
GitLab