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

Update README.md

parent 1d798b5a
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,7 @@ The UE parameters (figure below) must be equal to the slice 1 configuration file
> echo 1 | sudo tee /proc/sys/net/ipv4/ip_forward
>
> sudo iptables -t nat -A POSTROUTING -s 192.168.1.0/24 ! -o veth0 -j MASQUERADE
> sudo iptables -t nat -A POSTROUTING -s 192.168.2.0/24 ! -o veth0 -j MASQUERADE
**Step 12:** Copy the UE file:
......@@ -480,7 +480,7 @@ The expected return is shown in figure below, where gNodeB shows the connected s
>
> cd ~/openairinterface5g/cmake_targets/ran_build/build/
>
> sudo RFSIMULATOR=192.168.1.1 ./nr-uesoftmodem -r 106 --numerology 1 --band 78 -C 3619200000 --rfsim --sa --nokrnmod -O ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/ue.conf
> sudo RFSIMULATOR="RAN_IP" ./nr-uesoftmodem -r 106 --numerology 1 --band 78 -C 3619200000 --rfsim --sa --nokrnmod -O ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/ue.conf
**Important:** Verify the IP address set by 5G Core. You will use the command below
......@@ -493,7 +493,7 @@ The command must show the interface
>
> cd ~/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
> 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
**Step 6:** Slice scheduling xApp:
......
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