# # 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,ausf,event,tlv,mem,sock # logger: file: @localstatedir@/log/open5gs/ausf.log # # ausf: # # # # 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: ausf.key # pem: ausf.pem # # o SBI Server(https://127.0.0.11:443, http://[::1]:80) # sbi: # - addr: 127.0.0.11 # tls: # key: ausf.key # pem: ausf.pem # - addr: ::1 # # o SBI Server(http://ausf.open5gs.org:80) # sbi: # - name: ausf.open5gs.org # # o SBI Server(http://127.0.0.11:7777) # sbi: # - addr: 127.0.0.11 # 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-ausf.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.11 # option: # tcp_nodelay: false # so_linger: # l_onoff: true # l_linger: 10 # ausf: sbi: - addr: 127.0.0.11 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 per AMF/MME # ue: 1024 # o Maximum Number of gNB/eNB per AMF/MME # gnb: 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: