Difference between revisions of "Konfigurasi Core Network 4G"

From OnnoWiki
Jump to navigation Jump to search
Line 22: Line 22:
 
       tac: 1
 
       tac: 1
  
 +
Restart mme
 
  sudo systemctl restart open5gs-mmed
 
  sudo systemctl restart open5gs-mmed
 
  tail -f /var/log/open5gs/mme.log
 
  tail -f /var/log/open5gs/mme.log
Line 35: Line 36:
 
       - addr: 192.168.100.236
 
       - addr: 192.168.100.236
  
 +
restart sgwu
 
  sudo systemctl restart open5gs-sgwud
 
  sudo systemctl restart open5gs-sgwud
 
  tail -f /var/log/open5gs/sgwu.log
 
  tail -f /var/log/open5gs/sgwu.log

Revision as of 15:43, 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

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