Difference between revisions of "Konfigurasi Core Network 4G"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
sudo systemctl restart open5gs-mmed | sudo systemctl restart open5gs-mmed | ||
tail -f /var/log/open5gs/mme.log | tail -f /var/log/open5gs/mme.log | ||
+ | |||
+ | Edit File sgwu.yaml menggunakan nano | ||
nano /etc/open5gs/sgwu.yaml | nano /etc/open5gs/sgwu.yaml |
Revision as of 15:42, 21 December 2022
Edit File mme.yaml menggunakan nano
nano /etc/open5gs/mme.yaml
s1ap: - addr: 192.168.100.236 gtpc: - addr: 127.0.0.2 metrics: addr: 127.0.0.2 port: 9090 gummei: plmn_id: mcc: 510 mnc: 33 mme_gid: 2 mme_code: 1 tai: plmn_id: mcc: 510 mnc: 33 tac: 1
sudo systemctl restart open5gs-mmed tail -f /var/log/open5gs/mme.log
Edit File sgwu.yaml menggunakan nano
nano /etc/open5gs/sgwu.yaml
sgwu: pfcp: - addr: 127.0.0.6 gtpu: - addr: 192.168.100.236
sudo systemctl restart open5gs-sgwud tail -f /var/log/open5gs/sgwu.log