blob: 9aec578f85bdd842ec29ac31e98098bbd98ffae1 [file] [log] [blame]
Pau Espin Pedrol0696c602021-03-16 14:25:37 +01001#
2# logger:
3#
4# o Set OGS_LOG_INFO to all domain level
5# - If `level` is omitted, the default level is OGS_LOG_INFO)
6# - If `domain` is omitted, the all domain level is set from 'level'
7# (Nothing is needed)
8#
9# o Set OGS_LOG_ERROR to all domain level
10# - `level` can be set with none, fatal, error, warn, info, debug, trace
11# level: error
12#
13# o Set OGS_LOG_DEBUG to mme/emm domain level
14# level: debug
15# domain: mme,emm
16#
17# o Set OGS_LOG_TRACE to all domain level
18# level: trace
19# domain: core,s1ap,nas,fd,gtp,mme,emm,esm,event,tlv,mem,sock
20#
21logger:
22 file: ${mme.log_filename}
23 level: debug
24
25mme:
26 freeDiameter: ${mme.diameter_filename}
27 s1ap:
28 - addr: ${epc.run_addr}
29 gtpc:
30 - addr: ${epc.run_addr}
31 gummei:
32 plmn_id:
33 mcc: ${epc.mcc}
34 mnc: ${epc.mnc}
35 mme_gid: 2
36 mme_code: 1
37 tai:
38 plmn_id:
39 mcc: ${epc.mcc}
40 mnc: ${epc.mnc}
41 tac: 7
42 security:
43 integrity_order : [ EIA2, EIA1, EIA0 ]
44 ciphering_order : [ EEA0, EEA1, EEA2 ]
45 network_name:
46 full: Open5GS
47 mme_name: open5gs-mme0
48
49#
50# sgwc:
51#
52# <GTP-C Client>
53#
54# o Specify SGW addresses the GTP-C must connect to
55#
56# o One SGW is defined.
57# If prefer_ipv4 is not true, [fe80::2%lo] is selected.
58# gtpc:
59# addr:
60# - 127.0.0.3
61# - fe80::2%lo
62#
63# o Two SGW are defined. MME selects SGW with round-robin manner per UE
64# gtpc:
65# - addr: 127.0.0.3
66# - addr: fe80::2%lo
67#
68# o Three SGW are defined. MME selects SGW with round-robin manner per UE
69# gtpc:
70# - addr
71# - 127.0.0.3
72# - fe80::2%lo
73# - addr
74# - 127.0.0.22
75# - fe80::12%lo
76# - name: sgw3.open5gs.org
77#
78# <SGW Selection Mode>
79#
80# o Round-Robin
81#
82# gtpc:
83# addr: 127.0.0.3
84# addr: 127.0.2.2
85# addr: 127.0.4.2
86#
87# o SGW selection by eNodeB TAC
88# (either single TAC or multiple TACs, DECIMAL representation)
89#
90# gtpc:
91# - addr: 127.0.0.3
92# tac: 26000
93# - addr: 127.0.2.2
94# tac: [25000, 27000, 28000]
95#
96# o SGW selection by e_cell_id(28bit)
97# (either single or multiple e_cell_id, HEX representation)
98#
99# gtpc:
100# - addr: 127.0.0.3
101# e_cell_id: abcde01
102# - addr: 127.0.2.2
103# e_cell_id: [12345, a9413, 98765]
104#
105sgwc:
106 gtpc:
107 - addr: ${epc.run_addr}
108 port: 2125
109
110#
111# smf:
112#
113# <GTP-C Client>
114#
115# o By default, the SMF uses the first SMF node.
116# - To use a different APN for each SMF, specify gtpc.apn as the APN name.
117# - If the HSS uses WebUI to set the SMF IP for each UE,
118# you can use a specific SMF node for each UE.
119#
120# o Two SMF are defined. 127.0.0.4:2123 is used.
121# [fe80::3%lo]:2123 is ignored.
122# gtpc:
123# - addr: 127.0.0.4
124# - addr: fe80::3%lo
125#
126# o One SMF is defined. if prefer_ipv4 is not true,
127# [fe80::3%lo] is selected.
128# gtpc:
129# - addr:
130# - 127.0.0.4
131# - fe80::3%lo
132#
133# o Two SMF are defined with a different APN.
134# - Note that if SMF IP for UE is configured in HSS,
135# the following configurion for this UE is ignored.
136# gtpc:
137# - addr: 127.0.0.4
138# apn: internet
139# - addr: 127.0.0.5
140# apn: volte
141#
142# o If APN is omitted, the default APN uses the first SMF node.
143# gtpc:
144# - addr: 127.0.0.4
145# - addr: 127.0.0.5
146# apn: volte
147smf:
148 gtpc:
149 - addr: ${epc.run_addr}
150 port: 2124
151
152#
153# parameter:
154#
155# o Number of output streams per SCTP associations.
156# sctp_streams: 30
157#
158# o Disable use of IPv4 addresses (only IPv6)
159# no_ipv4: true
160#
161# o Disable use of IPv6 addresses (only IPv4)
162# no_ipv6: true
163#
164# o Prefer IPv4 instead of IPv6 for estabishing new GTP connections.
165# prefer_ipv4: true
166#
167# o Enable Multicast traffic to the UE
168# multicast: true
169#
170# o Disable Stateless Address Autoconfiguration for IPv6
171# no_slaac: true
172#
173# o Use OAI UE
174# - Remove HashMME in Security-mode command message
175# - Use the length 1 of EPS network feature support in Attach accept message
176# use_openair: true
177#
178parameter:
179
180#
181# max:
182#
183# o Maximum Number of UE per AMF/MME
184# ue: 1024
185# o Maximum Number of gNB/eNB per AMF/MME
186# gnb: 32
187#
188max:
189
190#
191# pool:
192#
193# o The default memory pool size was set assuming 1024 UEs.
194# To connect more UEs, you need to increase the size further.
195#
196# - Pool-size 128 => 65536 Number
197# - Pool-size 256 => 16384 Number
198# - Pool-size 512 => 4096 Number
199# - Pool-size 1024 => 1024 Number
200# - Pool-size 2048 => 512 Number
201# - Pool-size 8192 => 128 Number
202# - Pool-size 1024*1024 => 8 Number
203#
204# 128: 65536
205# 256: 16384
206# 512: 4096
207# 1024: 1024
208# 2048: 512
209# 8192: 128
210# big: 8
211#
212pool:
213
214#
215# sctp:
216#
217# o heartbit_interval : 5000 (5secs)
218# o rto_initial : 3000 (3secs)
219# o rto_min : 1000 (1sec)
220# o rto_max : 5000 (5secs)
221# o max_num_of_ostreams : 30
222# o max_num_of_istreams : 65535
223# o max_attempts : 4
224# o max_initial_timeout : 8000(8secs)
225# o usrsctp_udp_port : 9899
226#
227sctp:
228
229#
230# time:
231#
232# o Message Wait Duration (Default : 10,000 ms = 10 seconds)
233#
234# o Message Wait Duration (3000 ms)
235# message:
236# duration: 3000
237#
238# o Handover Wait Duration (Default : 300 ms)
239# Time to wait for MME to send UEContextReleaseCommand
240# to the source eNB after receiving HandoverNotify
241#
242# o Handover Wait Duration (500ms)
243# handover:
244# duration: 500
245time: