Konfigurasi Core Network 5G
Revision as of 13:27, 26 October 2022 by Yopi Sopiyana (talk | contribs) (Created page with " nano /etc/open5gs/amf.yaml amf: sbi: - addr: 127.0.0.5 port: 7777 ngap: - addr: 192.168.100.238 guami: - plmn_id: mcc:...")
nano /etc/open5gs/amf.yaml
amf: sbi: - addr: 127.0.0.5 port: 7777 ngap: - addr: 192.168.100.238
guami: - plmn_id: mcc: 510 mnc: 33 amf_id: region: 2 set: 1 tai: - plmn_id: mcc: 510 mnc: 33 tac: 1 plmn_support: - plmn_id: mcc: 510 mnc: 33
sudo systemctl restart open5gs-amfd sudo tail -f /var/log/open5gs/amf.log
nano /etc/open5gs/upf.yaml
upf: pfcp: - addr: 127.0.0.7 gtpu: - addr: 192.168.100.238 subnet: - addr: 10.45.0.1/16 - addr: 2001:230:cafe::1/48
sudo systemctl restart open5gs-upfd sudo tail -f /var/log/open5gs/upf.log