Konfigurasi Core Network 4G
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
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
Restart mme
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
restart sgwu
sudo systemctl restart open5gs-sgwud tail -f /var/log/open5gs/sgwu.log