open5gs/configs/open5gs/nrf.yaml.in

154 lines
3.0 KiB
YAML
Raw Normal View History

2020-05-18 21:00:37 +00:00
#
# 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
2020-08-22 03:33:45 +00:00
# domain: core,sbi,nrf,event,mem,sock
2020-05-18 21:00:37 +00:00
#
logger:
file: @localstatedir@/log/open5gs/nrf.log
#
# nrf:
#
# <SBI Server>
#
# o SBI Server(http://<all address available>:80)
# sbi:
#
# o SBI Server(http://<any address>:7777)
# sbi:
# - addr:
# - 0.0.0.0
# - ::0
# port: 7777
#
# o SBI Server(https://<all address avaiable>:443)
# sbi:
# tls:
# key: nrf.key
# pem: nrf.pem
#
2020-08-22 03:33:45 +00:00
# o SBI Server(https://127.0.0.10:443, http://[::1]:80)
2020-05-18 21:00:37 +00:00
# sbi:
2020-08-22 03:33:45 +00:00
# - addr: 127.0.0.10
2020-05-18 21:00:37 +00:00
# tls:
# key: nrf.key
# pem: nrf.pem
# - addr: ::1
#
# o SBI Server(http://nrf.open5gs.org:80)
# sbi:
# name: nrf.open5gs.org
#
2020-08-22 03:33:45 +00:00
# o SBI Server(http://127.0.0.10:7777)
2020-05-18 21:00:37 +00:00
# sbi:
2020-08-22 03:33:45 +00:00
# - addr: 127.0.0.10
2020-05-18 21:00:37 +00:00
# port: 7777
#
# o SBI Server(http://<eth0 IP address>:80)
# sbi:
# dev: eth0
#
nrf:
sbi:
addr:
2020-08-22 03:33:45 +00:00
- 127.0.0.10
2020-05-18 21:00:37 +00:00
- ::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 UE per AMF/MME
2020-10-01 17:27:58 +00:00
# ue: 1024
# o Maximum Number of gNB/eNB per AMF/MME
2020-05-25 16:15:22 +00:00
# gnb: 32
2020-05-18 21:00:37 +00:00
#
max:
#
# pool:
#
# o The Number of Default Memory Pool Size
#
2020-09-22 02:26:55 +00:00
# - Pool-size 128 => 32768 Number
2020-05-18 21:00:37 +00:00
# - 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
#
2020-09-22 02:26:55 +00:00
# 128: 32768
2020-05-18 21:00:37 +00:00
# 256: 4096
# 512: 2048
# 1024: 1024
# 2048: 512
# 8192: 128
# big: 8
#
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
#
2020-11-07 22:27:12 +00:00
# o Message Wait Duration (Default : 10,000 ms = 10 seconds)
2020-07-27 01:02:40 +00:00
#
# o Message Wait Duration (3000 ms)
2020-07-27 01:02:40 +00:00
# message:
# duration: 3000
2020-05-18 21:00:37 +00:00
time: