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

Update README.md

parent 9c0c5bce
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,7 @@ gedit /home/dco1020/openairinterface5g/targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.
ip -br -c a
You should find a virtual interface (demo-oai) (as shown in figure below). This interface serves to connect the gNB with OAI-AMF. You must get its IP address and name to configure the N2 interface such as two figures before.
You should find the interface and the ip address of the RAN (as shown in figure below). This interface serves to connect the gNB with OAI-AMF.
![ALT](/openairinterface5g/openairinterface-conf/fig/demo_oai.png)
......@@ -489,6 +489,11 @@ The expected return is shown in figure below, where gNodeB shows the connected s
>
> 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
**Important:** Verify the IP address set by 5G Core. You will use the command below
> ip a
The command must show the interface
**Step 5:** UE 2 deployment:
> sudo ip netns exec oai-ue2 bash
......
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