blob: 5cf019b4dababc8e838d77702f6b8d466148ef89 [file] [log] [blame]
Badhrinath987e1d82020-11-20 13:23:58 -06001# Copyright 2020-present Open Networking Foundation
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4
5images:
6 tags:
7 init: docker.io/omecproject/pod-init:1.0.0
UpadhyayaAnkur41ef1a42021-10-05 07:59:19 -05008 amf: registry.aetherproject.org/omecproject/5gc-amf:onf-release3.0.5-03d3c6d
9 nrf: registry.aetherproject.org/omecproject/5gc-nrf:onf-release3.0.5-13304e8
10 smf: registry.aetherproject.org/omecproject/5gc-smf:onf-release3.0.5-7454986
11 ausf: registry.aetherproject.org/omecproject/5gc-ausf:onf-release3.0.5-be7d4ac
12 nssf: registry.aetherproject.org/omecproject/5gc-nssf:onf-release3.0.5-aa3a60b
13 pcf: registry.aetherproject.org/omecproject/5gc-pcf:onf-release3.0.5-9f7734b
14 udr: registry.aetherproject.org/omecproject/5gc-udr:onf-release3.0.5-deef506
15 udm: registry.aetherproject.org/omecproject/5gc-udm:onf-release3.0.5-5049868
Ajay Lotan Thakuree48bcd2021-10-07 17:14:16 -060016 webui: registry.aetherproject.org/omecproject/5gc-webui:onf-release3.0.5-d26163d
Badhrinath987e1d82020-11-20 13:23:58 -060017 pullPolicy: IfNotPresent
Hyunsun Moon6a651482021-02-26 01:46:44 -080018 # Optionally specify an array of imagePullSecrets.
19 # Secrets must be manually created in the namespace.
20 pullSecrets:
21 - name: aether.registry
Badhrinath987e1d82020-11-20 13:23:58 -060022
23resources:
24 enabled: false
25 amf:
26 requests:
27 cpu: 2
28 memory: 1Gi
29 limits:
30 cpu: 2
31 memory: 1Gi
32 nrf:
33 requests:
34 cpu: 2
35 memory: 1Gi
36 limits:
37 cpu: 2
38 memory: 1Gi
39 smf:
40 requests:
41 cpu: 2
42 memory: 1Gi
43 limits:
44 cpu: 2
45 memory: 1Gi
46 ausf:
47 requests:
48 cpu: 2
49 memory: 1Gi
50 limits:
51 cpu: 2
52 memory: 1Gi
53 nssf:
54 requests:
55 cpu: 2
56 memory: 1Gi
57 limits:
58 cpu: 2
59 memory: 1Gi
60 pcf:
61 requests:
62 cpu: 2
63 memory: 1Gi
64 limits:
65 cpu: 2
66 memory: 1Gi
67 udr:
68 requests:
69 cpu: 2
70 memory: 1Gi
71 limits:
72 cpu: 2
73 memory: 1Gi
74 udm:
75 requests:
76 cpu: 2
77 memory: 1Gi
78 limits:
79 cpu: 2
80 memory: 1Gi
81 webui:
82 requests:
83 cpu: 1
84 memory: 1Gi
85 limits:
86 cpu: 1
87 memory: 1Gi
88
89mongodb:
90 deploy: true
Hyunsun Moon6a651482021-02-26 01:46:44 -080091 fullnameOverride: mongodb
Badhrinath987e1d82020-11-20 13:23:58 -060092 persistence:
93 enabled: false
Hyunsun Moon6a651482021-02-26 01:46:44 -080094 auth:
95 enabled: false
96 serviceAccount:
97 create: false
98 #clusterDomain: cluster.local
99 #architecture: replicaset
100 #replicaCount: 3
Badhrinath987e1d82020-11-20 13:23:58 -0600101
102config:
Ajay Lotan Thakur45ea2f92021-06-25 03:07:59 -0500103 managedByConfigPod: # config comes from helm by default, if enabled true, then discard
Hyunsun Moon17354952021-08-21 17:41:26 -0700104 enabled: false # helm chart config and use the config from config Pod
Ajay Lotan Thakur45ea2f92021-06-25 03:07:59 -0500105 syncUrl: "" # Get the config from adapater in case control plane is down
Hyunsun Moonc73636b2021-03-24 15:47:08 -0700106 useExistingConfigMap: false
Badhrinath987e1d82020-11-20 13:23:58 -0600107 coreDump:
108 enabled: false
109 path: /tmp/coredump
Hyunsun Moon6a651482021-02-26 01:46:44 -0800110 mongodb:
111 name: free5gc
112 url: mongodb://mongodb
badhrinath.pa@gmail.comb918a802021-06-16 20:24:17 -0500113 grpc:
114 golog_verbosity: "99"
115 severity: "info"
116 trace: "all"
117 verbosity: "debug"
Ajay Lotan Thakuref182f42021-05-25 16:41:19 -0500118 logger:
119 # network function
120 AMF:
121 debugLevel: info
122 ReportCaller: false
123 SMF:
124 debugLevel: info
125 ReportCaller: false
126 UDR:
127 debugLevel: info
128 ReportCaller: false
129 UDM:
130 debugLevel: info
131 ReportCaller: false
132 NRF:
133 debugLevel: info
134 ReportCaller: false
135 PCF:
136 debugLevel: info
137 ReportCaller: false
138 AUSF:
139 debugLevel: info
140 ReportCaller: false
141 N3IWF:
142 debugLevel: info
143 ReportCaller: false
144 # library
145 NAS:
146 debugLevel: info
147 ReportCaller: false
148 FSM:
149 debugLevel: info
150 ReportCaller: false
151 NGAP:
152 debugLevel: info
153 ReportCaller: false
154 NamfComm:
155 debugLevel: info
156 ReportCaller: false
157 NamfEventExposure:
158 debugLevel: info
159 ReportCaller: false
160 NsmfPDUSession:
161 debugLevel: info
162 ReportCaller: false
163 NudrDataRepository:
164 debugLevel: info
165 ReportCaller: false
166 OpenApi:
167 debugLevel: info
168 ReportCaller: false
169 Aper:
170 debugLevel: info
171 ReportCaller: false
172 CommonConsumerTest:
173 debugLevel: info
174 ReportCaller: false
175 PFCP:
176 debugLevel: info
177 ReportCaller: false
178 MongoDBLibrary:
179 debugLevel: info
180 ReportCaller: false
181 PathUtil:
182 debugLevel: info
183 ReportCaller: false
184 # webui
185 WEBUI:
186 debugLevel: info
187 ReportCaller: false
Badhrinath987e1d82020-11-20 13:23:58 -0600188 webui:
189 deploy: true
Hyunsun Moon17354952021-08-21 17:41:26 -0700190 #podAnnotations:
191 serviceType: ClusterIP
Badhrinath987e1d82020-11-20 13:23:58 -0600192 urlport:
193 port: 5000
Hyunsun Moon17354952021-08-21 17:41:26 -0700194 # Provide nodePort when serviceType is NodePort
195 #nodePort: 35000
badhrinath.pa@gmail.comb918a802021-06-16 20:24:17 -0500196 grpc:
197 port: 9876
Hyunsun Moon6a651482021-02-26 01:46:44 -0800198 ingress:
199 enabled: false
200 hostname: free5gc.local
201 path: /
202 pathType: Prefix
203 # extraHosts:
204 # - host: free5gc.local
205 # path: /
206 cfgFiles:
207 # https://github.com/free5gc/free5gc/blob/main/config/webuicfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600208 webuicfg.conf:
209 info:
210 version: 1.0.0
211 description: WebUI initial local configuration
Hyunsun Moon6a651482021-02-26 01:46:44 -0800212 configuration: {}
Badhrinath987e1d82020-11-20 13:23:58 -0600213 udm:
214 deploy: true
Hyunsun Moon17354952021-08-21 17:41:26 -0700215 #podAnnotations:
216 serviceType: ClusterIP
Badhrinath987e1d82020-11-20 13:23:58 -0600217 sbi:
218 port: 29503
Hyunsun Moon17354952021-08-21 17:41:26 -0700219 # Provide nodePort when serviceType is NodePort
220 #nodePort: 30074
Hyunsun Moon6a651482021-02-26 01:46:44 -0800221 cfgFiles:
222 # https://github.com/free5gc/free5gc/blob/main/config/udmcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600223 udmcfg.conf:
224 info:
225 version: 1.0.0
226 description: UDM initial local configuration
227 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800228 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600229 serviceNameList:
230 - nudm-sdm
231 - nudm-uecm
232 - nudm-ueau
233 - nudm-ee
234 - nudm-pp
235 sbi:
236 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700237 bindingIPv4: "0.0.0.0"
238 registerIPv4: udm
Badhrinath987e1d82020-11-20 13:23:58 -0600239 tls:
240 log: free5gc/udmsslkey.log
241 pem: free5gc/support/TLS/udm.pem
242 key: free5gc/support/TLS/udm.key
Vijayab2309782021-04-15 22:55:31 +0530243 keys:
244 udmProfileAHNPublicKey: 5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650
245 udmProfileAHNPrivateKey: c53c22208b61860b06c62e5406a7b330c2b577aa5558981510d128247d38bd1d
246 udmProfileBHNPublicKey: 0472DA71976234CE833A6907425867B82E074D44EF907DFB4B3E21C1C2256EBCD15A7DED52FCBB097A4ED250E036C7B9C8C7004C4EEDC4F068CD7BF8D3F900E3B4
247 udmProfileBHNPrivateKey: F1AB1074477EBCC7F554EA1C5FC368B1616730155E0041AC447D6301975FECDA
Badhrinath987e1d82020-11-20 13:23:58 -0600248 udr:
249 deploy: true
Hyunsun Moon17354952021-08-21 17:41:26 -0700250 #podAnnotations:
251 serviceType: ClusterIP
Badhrinath987e1d82020-11-20 13:23:58 -0600252 sbi:
253 port: 29504
Hyunsun Moon17354952021-08-21 17:41:26 -0700254 # Provide nodePort when serviceType is NodePort
255 #nodePort: 30074
Hyunsun Moon6a651482021-02-26 01:46:44 -0800256 cfgFiles:
257 # https://github.com/free5gc/free5gc/blob/main/config/udrcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600258 udrcfg.conf:
259 info:
260 version: 1.0.0
261 description: UDR initial local configuration
262 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800263 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600264 sbi:
265 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700266 bindingIPv4: "0.0.0.0"
267 registerIPv4: udr
Badhrinath987e1d82020-11-20 13:23:58 -0600268 pcf:
269 deploy: true
Hyunsun Moon17354952021-08-21 17:41:26 -0700270 #podAnnotations:
271 serviceType: ClusterIP
Badhrinath987e1d82020-11-20 13:23:58 -0600272 sbi:
273 port: 29507
Hyunsun Moon17354952021-08-21 17:41:26 -0700274 # Provide nodePort when serviceType is NodePort
275 #nodePort: 30077
Hyunsun Moon6a651482021-02-26 01:46:44 -0800276 cfgFiles:
277 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600278 pcfcfg.conf:
279 info:
280 version: 1.0.0
Hyunsun Moon6a651482021-02-26 01:46:44 -0800281 description: PCF initial local configuration
Badhrinath987e1d82020-11-20 13:23:58 -0600282 configuration:
283 pcfName: PCF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800284 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600285 sbi:
286 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700287 bindingIPv4: "0.0.0.0"
288 registerIPv4: pcf
Badhrinath987e1d82020-11-20 13:23:58 -0600289 defaultBdtRefId: BdtPolicyId-
Pingping Linc1873222021-09-19 11:37:46 -0500290 plmnList:
291 - plmnId:
292 mcc: 222
293 mnc: 99
294 - plmnId:
295 mcc: 333
296 mnc: 88
Badhrinath987e1d82020-11-20 13:23:58 -0600297 serviceList:
298 - serviceName: npcf-am-policy-control
299 - serviceName: npcf-smpolicycontrol
300 suppFeat: 3fff
301 - serviceName: npcf-bdtpolicycontrol
302 - serviceName: npcf-policyauthorization
303 suppFeat: 3
304 - serviceName: npcf-eventexposure
305 - serviceName: npcf-ue-policy-control
306 nssf:
307 deploy: true
Hyunsun Moon17354952021-08-21 17:41:26 -0700308 #podAnnotations:
309 serviceType: ClusterIP
Badhrinath987e1d82020-11-20 13:23:58 -0600310 sbi:
311 port: 29531
Hyunsun Moon17354952021-08-21 17:41:26 -0700312 # Provide nodePort when serviceType is NodePort
313 #nodePort: 30081
Hyunsun Moon6a651482021-02-26 01:46:44 -0800314 cfgFiles:
315 # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600316 nssfcfg.conf:
317 info:
318 version: 1.0.0
319 description: NSSF initial local configuration
320 configuration:
321 nssfName: NSSF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800322 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600323 sbi:
324 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700325 bindingIPv4: "0.0.0.0"
326 registerIPv4: nssf
Badhrinath987e1d82020-11-20 13:23:58 -0600327 serviceNameList:
328 - nnssf-nsselection
329 - nnssf-nssaiavailability
Badhrinath987e1d82020-11-20 13:23:58 -0600330 supportedPlmnList:
331 - mcc: 208
332 mnc: 93
333 supportedNssaiInPlmnList:
334 - plmnId:
335 mcc: 208
336 mnc: 93
337 supportedSnssaiList:
338 - sst: 1
339 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600340 nsiList:
341 - snssai:
342 sst: 1
Badhrinath987e1d82020-11-20 13:23:58 -0600343 sd: "010203"
344 nsiInformationList:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800345 - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances
Badhrinath987e1d82020-11-20 13:23:58 -0600346 nsiId: 22
Badhrinath987e1d82020-11-20 13:23:58 -0600347 amf:
348 deploy: true
349 podAnnotations:
350 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
Hyunsun Moon17354952021-08-21 17:41:26 -0700351 serviceType: ClusterIP
Badhrinath987e1d82020-11-20 13:23:58 -0600352 prometheus:
353 port: 9089
Hyunsun Moon17354952021-08-21 17:41:26 -0700354 # Provide nodePort when serviceType is NodePort
355 #nodePort: 30084
Badhrinath987e1d82020-11-20 13:23:58 -0600356 sbi:
357 port: 29518
Hyunsun Moon17354952021-08-21 17:41:26 -0700358 #nodePort: 30088
Badhrinath987e1d82020-11-20 13:23:58 -0600359 ngapp:
Hyunsun Moon841690e2021-05-20 19:26:03 -0700360 #externalIp:
Badhrinath987e1d82020-11-20 13:23:58 -0600361 port: 38412
Hyunsun Moon17354952021-08-21 17:41:26 -0700362 #nodePort: 30071
Hyunsun Moon6a651482021-02-26 01:46:44 -0800363 cfgFiles:
364 # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600365 amfcfg.conf:
366 info:
367 version: 1.0.0
368 description: AMF initial local configuration
369 configuration:
Vijayab2309782021-04-15 22:55:31 +0530370 ngapIpList:
371 - "0.0.0.0"
Badhrinath987e1d82020-11-20 13:23:58 -0600372 amfName: AMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800373 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600374 sbi:
375 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700376 bindingIPv4: "0.0.0.0"
377 registerIPv4: amf
Badhrinath987e1d82020-11-20 13:23:58 -0600378 serviceNameList:
379 - namf-comm
380 - namf-evts
381 - namf-mt
382 - namf-loc
383 - namf-oam
384 servedGuamiList:
385 - plmnId:
386 mcc: 208
387 mnc: 93
388 amfId: cafe00
389 supportTaiList:
390 - plmnId:
391 mcc: 208
392 mnc: 93
393 tac: 1
394 plmnSupportList:
395 - plmnId:
396 mcc: 208
397 mnc: 93
398 snssaiList:
399 - sst: 1
400 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600401 supportDnnList:
402 - internet
Badhrinath987e1d82020-11-20 13:23:58 -0600403 security:
404 integrityOrder:
405 - NIA2
Badhrinath987e1d82020-11-20 13:23:58 -0600406 cipheringOrder:
407 - NEA0
Badhrinath987e1d82020-11-20 13:23:58 -0600408 networkName:
Ajay Lotan Thakur45ea2f92021-06-25 03:07:59 -0500409 full: Aether5G
410 short: Aether
Vijayab2309782021-04-15 22:55:31 +0530411 networkFeatureSupport5GS: # 5gs Network Feature Support IE, refer to TS 24.501
412 enable: true # append this IE in Registration accept or not
413 imsVoPS: 0 # IMS voice over PS session indicator (uinteger, range: 0~1)
414 emc: 0 # Emergency service support indicator for 3GPP access (uinteger, range: 0~3)
415 emf: 0 # Emergency service fallback indicator for 3GPP access (uinteger, range: 0~3)
416 iwkN26: 0 # Interworking without N26 interface indicator (uinteger, range: 0~1)
417 mpsi: 0 # MPS indicator (uinteger, range: 0~1)
418 emcN3: 0 # Emergency service support indicator for Non-3GPP access (uinteger, range: 0~1)
419 mcsi: 0 # MCS indicator (uinteger, range: 0~1)
420 t3502Value: 720 # timer value (seconds) at UE side
421 t3512Value: 3600 # timer value (seconds) at UE side
422 non3gppDeregistrationTimerValue: 3240 # timer value (seconds) at UE side
423 # retransmission timer for paging message
424 t3513:
425 enable: true # true or false
426 expireTime: 6s # default is 6 seconds
427 maxRetryTimes: 4 # the max number of retransmission
428 # retransmission timer for NAS Deregistration Request message
429 t3522:
430 enable: true # true or false
431 expireTime: 6s # default is 6 seconds
432 maxRetryTimes: 4 # the max number of retransmission
433 # retransmission timer for NAS Registration Accept message
434 t3550:
435 enable: true # true or false
436 expireTime: 6s # default is 6 seconds
437 maxRetryTimes: 4 # the max number of retransmission
438 # retransmission timer for NAS Authentication Request/Security Mode Command message
439 t3560:
440 enable: true # true or false
441 expireTime: 6s # default is 6 seconds
442 maxRetryTimes: 4 # the max number of retransmission
443 # retransmission timer for NAS Notification message
444 t3565:
445 enable: true # true or false
446 expireTime: 6s # default is 6 seconds
447 maxRetryTimes: 4 # the max number of retransmission
Badhrinath987e1d82020-11-20 13:23:58 -0600448 nrf:
449 deploy: true
Hyunsun Moon17354952021-08-21 17:41:26 -0700450 #podAnnotations:
451 serviceType: ClusterIP
Badhrinath987e1d82020-11-20 13:23:58 -0600452 sbi:
453 port: 29510
Hyunsun Moon17354952021-08-21 17:41:26 -0700454 # Provide nodePort when serviceType is NodePort
455 #nodePort: 30070
Hyunsun Moon6a651482021-02-26 01:46:44 -0800456 cfgFiles:
457 # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600458 nrfcfg.conf:
459 info:
460 version: 1.0.0
461 description: NRF initial local configuration
462 configuration:
Badhrinath987e1d82020-11-20 13:23:58 -0600463 sbi:
464 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700465 bindingIPv4: "0.0.0.0"
466 registerIPv4: nrf
Badhrinath987e1d82020-11-20 13:23:58 -0600467 DefaultPlmnId:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800468 mcc: 208
469 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600470 serviceNameList:
471 - nnrf-nfm
472 - nnrf-disc
473 smf:
474 deploy: true
475 podAnnotations:
476 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
Hyunsun Moon17354952021-08-21 17:41:26 -0700477 serviceType: ClusterIP
Badhrinath987e1d82020-11-20 13:23:58 -0600478 n4:
479 port: 8805
Hyunsun Moon17354952021-08-21 17:41:26 -0700480 # Provide nodePort when serviceType is NodePort
481 #nodePort: 30021
Badhrinath987e1d82020-11-20 13:23:58 -0600482 prometheus:
483 port: 9089
Hyunsun Moon17354952021-08-21 17:41:26 -0700484 #nodePort: 30084
Badhrinath987e1d82020-11-20 13:23:58 -0600485 sbi:
486 port: 29502
Hyunsun Moon17354952021-08-21 17:41:26 -0700487 #nodePort: 30080
Hyunsun Moon6a651482021-02-26 01:46:44 -0800488 cfgFiles:
489 uerouting.conf:
Badhrinath987e1d82020-11-20 13:23:58 -0600490 info:
491 version: 1.0.0
492 description: Routing information for UE
Hyunsun Moon6a651482021-02-26 01:46:44 -0800493 # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600494 smfcfg.conf:
495 info:
496 version: 1.0.0
497 description: SMF initial local configuration
498 configuration:
Hyunsun Moon858a1092021-05-25 21:51:56 +0000499 pfcp:
Ajay Lotan Thakurbb187062021-06-08 23:39:26 -0500500 addr: "POD_IP"
Badhrinath987e1d82020-11-20 13:23:58 -0600501 smfName: SMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800502 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600503 sbi:
504 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700505 bindingIPv4: "0.0.0.0"
506 registerIPv4: smf
Badhrinath987e1d82020-11-20 13:23:58 -0600507 tls:
508 key: gofree5gc/support/TLS/smf.key
509 pem: gofree5gc/support/TLS/smf.pem
510 serviceNameList:
511 - nsmf-pdusession
512 - nsmf-event-exposure
Vijayab2309782021-04-15 22:55:31 +0530513 snssaiInfos:
514 - dnnInfos:
515 - dnn: internet
516 dns: # the IP address of DNS
517 ipv4: 8.8.8.8
518 ipv6: 2001:4860:4860::8888
badhrinath.pa@gmail.comb918a802021-06-16 20:24:17 -0500519 ueSubnet: 172.250.0.0/16 # should be CIDR type
Vijayab2309782021-04-15 22:55:31 +0530520 sNssai:
Badhrinath987e1d82020-11-20 13:23:58 -0600521 sd: "010203"
Vijayab2309782021-04-15 22:55:31 +0530522 sst: 1
Badhrinath987e1d82020-11-20 13:23:58 -0600523 userplane_information:
524 up_nodes:
525 gNB1:
526 type: AN
Hyunsun Moon6a651482021-02-26 01:46:44 -0800527 UPF:
Badhrinath987e1d82020-11-20 13:23:58 -0600528 type: UPF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800529 node_id: upf
Vijayab2309782021-04-15 22:55:31 +0530530 sNssaiUpfInfos: # S-NSSAI information list for this UPF
531 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
532 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
Ajay Lotan Thakur88fea892021-05-24 19:05:18 -0500533 sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
Vijayab2309782021-04-15 22:55:31 +0530534 dnnUpfInfoList: # DNN information list for this S-NSSAI
535 - dnn: internet
UpadhyayaAnkur41ef1a42021-10-05 07:59:19 -0500536 plmnId:
537 mcc: "208"
538 mnc: "93"
Vijayab2309782021-04-15 22:55:31 +0530539 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
540 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
Ajay Lotan Thakur88fea892021-05-24 19:05:18 -0500541 sd: "112233" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
Vijayab2309782021-04-15 22:55:31 +0530542 dnnUpfInfoList: # DNN information list for this S-NSSAI
543 - dnn: internet
UpadhyayaAnkur41ef1a42021-10-05 07:59:19 -0500544 plmnId:
545 mcc: "208"
546 mnc: "93"
Vijayab2309782021-04-15 22:55:31 +0530547 interfaces: # Interface list for this UPF
548 - interfaceType: N3 # the type of the interface (N3 or N9)
549 endpoints: # the IP address of this N3/N9 interface on this UPF
550 - upf
551 networkInstance: internet # Data Network Name (DNN)
Hyunsun Moon17354952021-08-21 17:41:26 -0700552
Badhrinath987e1d82020-11-20 13:23:58 -0600553 links:
554 - A: gNB1
Hyunsun Moon6a651482021-02-26 01:46:44 -0800555 B: UPF
Badhrinath987e1d82020-11-20 13:23:58 -0600556 ausf:
557 deploy: true
Hyunsun Moon17354952021-08-21 17:41:26 -0700558 #podAnnotations:
559 serviceType: ClusterIP
Badhrinath987e1d82020-11-20 13:23:58 -0600560 sbi:
561 port: 29509
Hyunsun Moon17354952021-08-21 17:41:26 -0700562 # Provide nodePort when serviceType is NodePort
563 #nodePort: 30082
Hyunsun Moon6a651482021-02-26 01:46:44 -0800564 cfgFiles:
565 # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600566 ausfcfg.conf:
567 info:
568 version: 1.0.0
569 description: AUSF initial local configuration
570 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800571 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600572 sbi:
573 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700574 bindingIPv4: "0.0.0.0"
575 registerIPv4: ausf
Badhrinath987e1d82020-11-20 13:23:58 -0600576 serviceNameList:
577 - nausf-auth
Badhrinath987e1d82020-11-20 13:23:58 -0600578 plmnSupportList:
579 - mcc: 208
580 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600581 groupId: ausfGroup001