Difference between revisions of "Open5gs: Konfigurasi Awal MCC 999 MNC 70 dengan Open5GS dan IMS satu mesin/VM"

From OnnoWiki
Jump to navigation Jump to search
Line 68: Line 68:
 
* https://github.com/herlesupreeth/Open5gs_Config/blob/master/ausf.yaml
 
* https://github.com/herlesupreeth/Open5gs_Config/blob/master/ausf.yaml
  
 +
vi ausf.yaml
 +
 +
 +
logger:
 +
    file: /root/open5gs/install/var/log/open5gs/ausf.log
 +
 +
parameter:
 +
 +
ausf:
 +
    sbi:
 +
      - addr: 127.0.0.11
 +
        port: 7777
 +
 +
nrf:
 +
    sbi:
 +
      - addr:
 +
          - 127.0.0.10
 +
          - ::1
 +
        port: 7777
  
 
==hss.yaml==
 
==hss.yaml==

Revision as of 12:52, 4 August 2023

Sumber: https://github.com/herlesupreeth/Open5gs_Config


  • OpenStack VM dengan root user dan single interface (enp0s3)
  • Modifications required for respective setups

Modify all module locations based on your installation. e.g: load_extension:

- module: /root/open5gs/install/lib/x86_64-linux-gnu/freeDiameter/dbg_msg_dumps.fdx .....
  • APN names
  • UE pool IP addresses
  • P-CSCF address
  • Network interface name


amf.yaml

vi amf.yaml


logger:
   file: /root/open5gs/install/var/log/open5gs/amf.log

parameter:

amf:
    sbi:
      - addr: 127.0.0.5
        port: 7777
    ngap:
      - addr: 127.0.0.5
    guami:
      - plmn_id:
          mcc: 001
          mnc: 01
        amf_id:
          region: 2
          set: 1
    tai:
      - plmn_id:
          mcc: 001
          mnc: 01
        tac: 1
    plmn_support:
      - plmn_id:
          mcc: 001
          mnc: 01
        s_nssai:
          - sst: 1
    security:
        integrity_order : [ NIA2, NIA1, NIA0 ]
        ciphering_order : [ NEA0, NEA1, NEA2 ]
    network_name:
        full: Open5GS
    amf_name: open5gs-amf0

nrf:
    sbi:
      - addr:
          - 127.0.0.10
          - ::1
        port: 7777

ausf.yaml

vi ausf.yaml


logger:
    file: /root/open5gs/install/var/log/open5gs/ausf.log

parameter:

ausf:
    sbi:
      - addr: 127.0.0.11
        port: 7777

nrf:
    sbi:
      - addr:
          - 127.0.0.10
          - ::1
        port: 7777

hss.yaml


mme.yaml


nrf.yaml


nssf.yaml


pcf.yaml


pcrf.yaml


sgwc.yaml


sgwu.yaml


smf.yamk


udm.yaml


udr.yaml


udf.yaml


Referensi

Pranala Menarik