Konfigurasi gNB.yaml Ueransim

From OnnoWiki
Revision as of 10:57, 26 October 2022 by Yopi Sopiyana (talk | contribs) (Created page with " nano /usr/local/src/UERANSIM/config/open5gs-gnb.yaml # configure with server1 IP linkIp: 192.168.100.237 # gNB's local IP address for Radio Link Simulation (Usually same...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
nano /usr/local/src/UERANSIM/config/open5gs-gnb.yaml
# configure with server1 IP
linkIp: 192.168.100.237  # gNB's local IP address for Radio Link Simulation (Usually same with local IP)
ngapIp: 192.168.100.237  # gNB's local IP address for N2 Interface (Usually same with local IP)
gtpIp: 192.168.100.237   # gNB's local IP address for N3 Interface (Usually same with local IP)
# list of AMF address information
# configure with server2 IP
amfConfigs:
  - address: 192.168.100.238
    port: 38412