Difference between revisions of "Konfigurasi Core Network 4G"
Jump to navigation
Jump to search
(Created page with " 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:...") |
|||
| Line 1: | Line 1: | ||
| + | Edit File mme.yaml menggunakan nano | ||
| + | |||
nano /etc/open5gs/mme.yaml | nano /etc/open5gs/mme.yaml | ||
Revision as of 15:41, 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
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