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

Update README.md

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