blob: d61d8ef3c0e7de671467058ee435b4e6f36aae13 [file] [log] [blame]
Pau Espin Pedrol0696c602021-03-16 14:25:37 +01001db_uri: ${epc.db_uri}
2
3#
4# logger:
5#
6# o Set OGS_LOG_INFO to all domain level
7# - If `level` is omitted, the default level is OGS_LOG_INFO)
8# - If `domain` is omitted, the all domain level is set from 'level'
9# (Nothing is needed)
10#
11# o Set OGS_LOG_ERROR to all domain level
12# - `level` can be set with none, fatal, error, warn, info, debug, trace
13# level: error
14#
15# o Set OGS_LOG_DEBUG to mme/emm domain level
16# level: debug
17# domain: mme,emm
18#
19# o Set OGS_LOG_TRACE to all domain level
20# level: trace
21# domain: core,fd,pcrf,event,mem,sock
22logger:
23 file: ${pcrf.log_filename}
24
25pcrf:
26 freeDiameter: ${pcrf.diameter_filename}
27
28#
29# parameter:
30#
31# o Number of output streams per SCTP associations.
32# sctp_streams: 30
33#
34# o Disable use of IPv4 addresses (only IPv6)
35# no_ipv4: true
36#
37# o Disable use of IPv6 addresses (only IPv4)
38# no_ipv6: true
39#
40# o Prefer IPv4 instead of IPv6 for estabishing new GTP connections.
41# prefer_ipv4: true
42#
43# o Enable Multicast traffic to the UE
44# multicast: true
45#
46# o Disable Stateless Address Autoconfiguration for IPv6
47# no_slaac: true
48#
49# o Legacy support for pre-release LTE 11 devices to do calling
50# - Replace IPv4/v6 local addr field in AAR Media-Subcomponent AVP by any
51# no_ipv4v6_local_addr_in_packet_filter: true
52#
53parameter:
54
55#
56# max:
57#
58# o Maximum Number of UE per AMF/MME
59# ue: 1024
60# o Maximum Number of gNB/eNB per AMF/MME
61# gnb: 32
62#
63max:
64
65#
66# pool:
67#
68# o The default memory pool size was set assuming 1024 UEs.
69# To connect more UEs, you need to increase the size further.
70#
71# - Pool-size 128 => 65536 Number
72# - Pool-size 256 => 16384 Number
73# - Pool-size 512 => 4096 Number
74# - Pool-size 1024 => 1024 Number
75# - Pool-size 2048 => 512 Number
76# - Pool-size 8192 => 128 Number
77# - Pool-size 1024*1024 => 8 Number
78#
79# 128: 65536
80# 256: 16384
81# 512: 4096
82# 1024: 1024
83# 2048: 512
84# 8192: 128
85# big: 8
86#
87pool: