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

Update README.md

parent c633501f
No related branches found
No related tags found
No related merge requests found
...@@ -227,10 +227,12 @@ ip -br -c a ...@@ -227,10 +227,12 @@ 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 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.
However, if you are trying to connect to the 5G Core located on another PC, you need to configure the routes accordingly.
![ALT](/openairinterface5g/openairinterface-conf/fig/demo_oai.png) ![ALT](/openairinterface5g/openairinterface-conf/fig/demo_oai.png)
However, if you are trying to connect to the 5G Core located on another PC, you need to configure the routes accordingly. You can use the command below.
> sudo ip route add 192.168.70.0/24 via "IP_PC_CORE" dev "INTERFACE_CONNECTED_WITH_PC_CORE"
## UE 1 Configurations ## UE 1 Configurations
## Objectives ## Objectives
......
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