Skip to content
Snippets Groups Projects
Commit abff6adc authored by Carlos Antonio De Lima Filho's avatar Carlos Antonio De Lima Filho
Browse files

Update README.md

parent d865d655
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment