From fc7ab4dc152a17a43b53a2d356ea7c99e632fb53 Mon Sep 17 00:00:00 2001 From: Carlos Antonio De Lima Filho <carlos.lima.106@ufrn.edu.br> Date: Wed, 27 Nov 2024 20:58:01 +0000 Subject: [PATCH] Update README.md --- .../README.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/openairinterface5g/openairinterface-install-scripts/README.md b/openairinterface5g/openairinterface-install-scripts/README.md index 5985dcb3..38d8ed6d 100644 --- a/openairinterface5g/openairinterface-install-scripts/README.md +++ b/openairinterface5g/openairinterface-install-scripts/README.md @@ -478,3 +478,25 @@ The expected return is shown in figure below, where gNodeB shows the connected s > cd /home/$your user$/openairinterface5g/cmake_targets/ran_build/build/ > > sudo RFSIMULATOR=192.168.2.1 ./nr-uesoftmodem -r 106 --numerology 1 --band 78 -C 3619200000 --rfsim --sa --nokrnmod -O ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/ue2.conf + +**Step 6:** Slice scheduling xApp: + +> cd flexric/build/examples/xApp/c/ctrl +> +> ./xapp_rc_slice_ctrl + +**Step 7:** iperf test UE 1 (Open a new terminal): + +> sudo ip netns exec oai-ue1 bash +> +> Print the oai_tun1 com IP. +> +> iperf3 -i1 -s + +**Step 7:** iperf test UE 2 (Open a new terminal): + +> sudo ip netns exec oai-ue2 bash +> +> Print the oai_tun1 com IP. +> +> iperf3 -i1 -s \ No newline at end of file -- GitLab