Difference between revisions of "Konfigurasi gNB.yaml Ueransim"
Jump to navigation
Jump to search
(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...") |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | 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 | nano /usr/local/src/UERANSIM/config/open5gs-gnb.yaml | ||
+ | |||
+ | Parameter yang perlu di masukan adalah IP address gnb, misalnya, | ||
# configure with server1 IP | # configure with server1 IP | ||
Line 5: | Line 9: | ||
ngapIp: 192.168.100.237 # gNB's local IP address for N2 Interface (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) | 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 | # list of AMF address information | ||
Line 11: | Line 18: | ||
- address: 192.168.100.238 | - address: 192.168.100.238 | ||
port: 38412 | port: 38412 | ||
+ | |||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[5G]] |
Latest revision as of 09:23, 25 December 2022
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