Konfigurasi gNB.yaml Ueransim
Revision as of 09:23, 25 December 2022 by Onnowpurbo (talk | contribs)
Untuk mengkonfigurasi gNB yang berhubungan dengan open5gs pada Ueransim, kita dapat mengedit file open5gs-gnb berikut ini,
nano /usr/local/src/UERANSIM/config/open5gs-gnb.yaml
Parameter yang perlu di masukan adalah IP address gnb, misalnya,
# 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)
Kita juga perlu memasukan IP address AMF misalnya,
# list of AMF address information # configure with server2 IP amfConfigs: - address: 192.168.100.238 port: 38412