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

Update README.md

parent 42da8048
No related branches found
No related tags found
No related merge requests found
......@@ -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
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