db_uri: mongodb://localhost/open5gs # # logger: # # o Set OGS_LOG_INFO to all domain level # - If `level` is omitted, the default level is OGS_LOG_INFO) # - If `domain` is omitted, the all domain level is set from 'level' # (Nothing is needed) # # o Set OGS_LOG_ERROR to all domain level # - `level` can be set with none, fatal, error, warn, info, debug, trace # level: error # # o Set OGS_LOG_DEBUG to mme/emm domain level # level: debug # domain: mme,emm # # o Set OGS_LOG_TRACE to all domain level # level: trace # domain: core,sbi,pcf,event,tlv,mem,sock # logger: file: @localstatedir@/log/open5gs/pcf.log # # pcf: # # # # o SBI Server(http://:80) # sbi: # # o SBI Server(http://:80) # sbi: # - addr: # - 0.0.0.0 # - ::0 # port: 7777 # # o SBI Server(https://:443) # sbi: # - tls: # key: pcf.key # pem: pcf.pem # # o SBI Server(https://127.0.0.13:443, http://[::1]:80) # sbi: # - addr: 127.0.0.13 # tls: # key: pcf.key # pem: pcf.pem # - addr: ::1 # # o SBI Server(http://pcf.open5gs.org:80) # sbi: # - name: pcf.open5gs.org # # o SBI Server(http://127.0.0.13:7777) # sbi: # - addr: 127.0.0.13 # port: 7777 # # o SBI Server(http://:80) # sbi: # - dev: eth0 # # o Provide custom SBI address to be advertised to NRF # sbi: # - dev: eth0 # advertise: open5gs-pcf.svc.local # # sbi: # - addr: localhost # advertise: # - 127.0.0.99 # - ::1 # # o SBI Option (Default) # - tcp_nodelay : true # - so_linger.l_onoff : false # # sbi: # addr: 127.0.0.13 # option: # tcp_nodelay: false # so_linger: # l_onoff: true # l_linger: 10 # # # # o NF Service Name(Default : all NF services available) # service_name: # # o NF Service Name(Only some NF services are available) # service_name: # - npcf-am-policy-control # - npcf-smpolicycontrol # - npcf-policyauthorization # # == NOTE == # Placing npcf-smpolicycontrol and pcf-policyauthorization # in different NFs is not supported. Both npcf-smpolicycontrol # and pcf-policyauthorization should be placed in the same NF. # # # # o (Default) If you do not set Query Parameter as shown below, # # sbi: # - addr: 127.0.0.13 # port: 7777 # # - 'service-names' is included. # # sbi: # - addr: 127.0.0.13 # port: 7777 # discovery: # option: # no_service_names: false # # o To remove 'service-names' from URI query parameters in NS Discovery # no_service_names: true # # * For Indirect Communication with Delegated Discovery, # 'service-names' is always included in the URI query parameter. # * That is, 'no_service_names' has no effect. # pcf: sbi: - addr: 127.0.0.13 port: 7777 # # nrf: # # > # # o SBI Client(http://127.0.0.10:7777) # sbi: # addr: 127.0.0.10 # port: 7777 # # o SBI Client(https://127.0.0.10:443, http://nrf.open5gs.org:80) # sbi: # - addr: 127.0.0.10 # tls: # key: nrf.key # pem: nrf.pem # - name: nrf.open5gs.org # # o SBI Client(http://[fd69:f21d:873c:fa::1]:80) # If prefer_ipv4 is true, http://127.0.0.10:80 is selected. # # sbi: # addr: # - 127.0.0.10 # - fd69:f21d:873c:fa::1 # # o SBI Option (Default) # - tcp_nodelay : true # - so_linger.l_onoff : false # # sbi: # addr: 127.0.0.10 # option: # tcp_nodelay: false # so_linger: # l_onoff: true # l_linger: 10 # nrf: sbi: - addr: - 127.0.0.10 - ::1 port: 7777 # # parameter: # # o Disable use of IPv4 addresses (only IPv6) # no_ipv4: true # # o Disable use of IPv6 addresses (only IPv4) # no_ipv6: true # # o Prefer IPv4 instead of IPv6 for estabishing new GTP connections. # prefer_ipv4: true # parameter: # # max: # # o Maximum Number of UE # ue: 1024 # o Maximum Number of Peer(S1AP/NGAP, DIAMETER, GTP, PFCP or SBI) # peer: 64 # max: # # time: # # o NF Instance Heartbeat (Default : 0) # NFs will not send heart-beat timer in NFProfile # NRF will send heart-beat timer in NFProfile # # o NF Instance Heartbeat (20 seconds) # NFs will send heart-beat timer (20 seconds) in NFProfile # NRF can change heart-beat timer in NFProfile # # nf_instance: # heartbeat: 20 # # o Message Wait Duration (Default : 10,000 ms = 10 seconds) # # o Message Wait Duration (3000 ms) # message: # duration: 3000 time: