# # 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,nrf,event,mem,sock # logger: file: @localstatedir@/log/open5gs/nrf.log # # nrf: # # # # o SBI Server(http://:80) # sbi: # # o SBI Server(http://:7777) # sbi: # - addr: # - 0.0.0.0 # - ::0 # port: 7777 # # o SBI Server(https://:443) # sbi: # tls: # key: nrf.key # pem: nrf.pem # # o SBI Server(https://127.0.0.10:443, http://[::1]:80) # sbi: # - addr: 127.0.0.10 # tls: # key: nrf.key # pem: nrf.pem # - addr: ::1 # # o SBI Server(http://nrf.open5gs.org:80) # sbi: # name: nrf.open5gs.org # # o SBI Server(http://127.0.0.10:7777) # sbi: # - addr: 127.0.0.10 # port: 7777 # # o SBI Server(http://:80) # sbi: # dev: eth0 # nrf: sbi: addr: - 127.0.0.10 - ::1 port: 7777 # # parameter: # # o Number of output streams per SCTP associations. # sctp_streams: 30 # # 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 # # o Enable Multicast traffic to the UE # multicast: true # # o Disable Stateless Address Autoconfiguration for IPv6 # no_slaac: true # parameter: # # max: # # o Maximum Number of gNB per MME # gnb: 32 # o Maximum Number of UE per gNB # ue: 128 # o Maximum Number of NF Instance # nf: 512 # max: # # pool: # # o The Number of Default Memory Pool Size # # - Pool-size 128 => 8192 Number # - Pool-size 256 => 4096 Number # - Pool-size 512 => 2048 Number # - Pool-size 1024 => 1024 Number # - Pool-size 2048 => 512 Number # - Pool-size 8192 => 128 Number # - Pool-size 1024*1024 => 8 Number # # 128: 8192 # 256: 4096 # 512: 2048 # 1024: 1024 # 2048: 512 # 8192: 128 # big: 8 # # o Memory of Packet Buffering in UPF/SGW # - Maximum Number of packet(SDU size = 8Kbytes) pool in UPF/SGW # - UPF/SGW Memory Usage : 65536 * 8Kbytes = 512Mbytes # # packet: 65536 # pool: # # time: # # o NF Instance Validity (Default : 3600 seconds = 1 hour) # # o NF Instance Validity (10 seconds) # nf_instance: # validity: 10 # # o Subscription Validity (Default : 86400 seconds = 1 day) # # o Subscription Validity (Disabled) # subscription: # validity: 0 # # o Subscription Validity (3600 seconds = 1 hour) # subscription: # validity: 3600 # # o Message Wait Duration (Default : 2000ms = 2 seconds) # # o Message Wait Duration (3000 ms) # message: # duration: 3000 time: