blob: 279d0b44508fb1d5a233eb11b3cef731e1e505d2 [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
8 amf: docker.io/badhri85/5gc-amf:0.0.1-dev
9 nrf: docker.io/badhri85/5gc-nrf:0.0.1-dev
10 smf: docker.io/badhri85/5gc-smf:0.0.1-dev
11 ausf: docker.io/badhri85/5gc-ausf:0.0.1-dev
12 nssf: docker.io/badhri85/5gc-nssf:0.0.1-dev
13 pcf: docker.io/badhri85/5gc-pcf:0.0.1-dev
14 udr: docker.io/badhri85/5gc-udr:0.0.1-dev
15 udm: docker.io/badhri85/5gc-udm:0.0.1-dev
16 webui: docker.io/badhri85/5gc-webui:0.0.1-dev
17 pullPolicy: IfNotPresent
18 credentials: {}
19 # If specified, use this credential to access the image
20 # registry:
21 # username:
22 # password:
23
24nodeSelectors:
25 enabled: false
26 amf:
27 label: omec-cp
28 value: enabled
29 nrf:
30 label: omec-cp
31 value: enabled
32 smf:
33 label: omec-cp
34 value: enabled
35 ausf:
36 label: omec-cp
37 value: enabled
38 nssf:
39 label: omec-cp
40 value: enabled
41 pcf:
42 label: omec-cp
43 value: enabled
44 udm:
45 label: omec-cp
46 value: enabled
47 udr:
48 label: omec-cp
49 value: enabled
50 webui:
51 label: omec-cp
52 value: enabled
53
54resources:
55 enabled: false
56 amf:
57 requests:
58 cpu: 2
59 memory: 1Gi
60 limits:
61 cpu: 2
62 memory: 1Gi
63 nrf:
64 requests:
65 cpu: 2
66 memory: 1Gi
67 limits:
68 cpu: 2
69 memory: 1Gi
70 smf:
71 requests:
72 cpu: 2
73 memory: 1Gi
74 limits:
75 cpu: 2
76 memory: 1Gi
77 ausf:
78 requests:
79 cpu: 2
80 memory: 1Gi
81 limits:
82 cpu: 2
83 memory: 1Gi
84 nssf:
85 requests:
86 cpu: 2
87 memory: 1Gi
88 limits:
89 cpu: 2
90 memory: 1Gi
91 pcf:
92 requests:
93 cpu: 2
94 memory: 1Gi
95 limits:
96 cpu: 2
97 memory: 1Gi
98 udr:
99 requests:
100 cpu: 2
101 memory: 1Gi
102 limits:
103 cpu: 2
104 memory: 1Gi
105 udm:
106 requests:
107 cpu: 2
108 memory: 1Gi
109 limits:
110 cpu: 2
111 memory: 1Gi
112 webui:
113 requests:
114 cpu: 1
115 memory: 1Gi
116 limits:
117 cpu: 1
118 memory: 1Gi
119
120mongodb:
121 deploy: true
122 usePassword: false
123 persistence:
124 enabled: false
125 fullnameOverride: 'onf-mongo'
126
127
128config:
129 clusterDomain: cluster.local
130 coreDump:
131 enabled: false
132 path: /tmp/coredump
133 webui:
134 deploy: true
135 podAnnotations:
136 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
137 prometheus:
138 port: 9089
139 nodePort:
140 enabled: false
141 port: 30084
142 urlport:
143 port: 5000
144 nodePort:
145 enabled: false
146 port: 35000
147 yamlCfgFiles:
148 free5GC.conf:
149 db_uri: mongodb://onf-mongo/free5GC
150 logger:
151 # network function
152 AMF:
153 debugLevel: info
154 ReportCaller: false
155 SMF:
156 debugLevel: info
157 ReportCaller: false
158 UDR:
159 debugLevel: info
160 ReportCaller: false
161 UDM:
162 debugLevel: info
163 ReportCaller: false
164 NRF:
165 debugLevel: info
166 ReportCaller: false
167 PCF:
168 debugLevel: info
169 ReportCaller: false
170 AUSF:
171 debugLevel: info
172 ReportCaller: false
173 N3IWF:
174 debugLevel: info
175 ReportCaller: false
176 # library
177 NAS:
178 debugLevel: info
179 ReportCaller: false
180 FSM:
181 debugLevel: info
182 ReportCaller: false
183 NGAP:
184 debugLevel: info
185 ReportCaller: false
186 NamfComm:
187 debugLevel: info
188 ReportCaller: false
189 NamfEventExposure:
190 debugLevel: info
191 ReportCaller: false
192 NsmfPDUSession:
193 debugLevel: info
194 ReportCaller: false
195 NudrDataRepository:
196 debugLevel: info
197 ReportCaller: false
198 OpenApi:
199 debugLevel: info
200 ReportCaller: false
201 Aper:
202 debugLevel: info
203 ReportCaller: false
204 CommonConsumerTest:
205 debugLevel: info
206 ReportCaller: false
207 # webui
208 WEBUI:
209 debugLevel: info
210 ReportCaller: false
211 webuicfg.conf:
212 info:
213 version: 1.0.0
214 description: WebUI initial local configuration
215 configuration:
216 mongodb:
217 name: free5gc
218 url: mongodb://onf-mongo:27017
219
220 udm:
221 deploy: true
222 podAnnotations:
223 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
224 prometheus:
225 port: 9089
226 nodePort:
227 enabled: false
228 port: 30084
229 sbi:
230 port: 29503
231 nodePort:
232 enabled: false
233 port: 30074
234 yamlCfgFiles:
235 free5GC.conf:
236 db_uri: mongodb://onf-mongo/free5GC
237 #all logging levels
238 #panic
239 #fatal
240 #error
241 #warn
242 #info
243 #debug
244 #trace
245 logger:
246 # network function
247 AMF:
248 debugLevel: info
249 ReportCaller: false
250 SMF:
251 debugLevel: info
252 ReportCaller: false
253 UDR:
254 debugLevel: info
255 ReportCaller: false
256 UDM:
257 debugLevel: info
258 ReportCaller: false
259 NRF:
260 debugLevel: info
261 ReportCaller: false
262 PCF:
263 debugLevel: info
264 ReportCaller: false
265 AUSF:
266 debugLevel: info
267 ReportCaller: false
268 N3IWF:
269 debugLevel: info
270 ReportCaller: false
271 # library
272 NAS:
273 debugLevel: info
274 ReportCaller: false
275 FSM:
276 debugLevel: info
277 ReportCaller: false
278 NGAP:
279 debugLevel: info
280 ReportCaller: false
281 NamfComm:
282 debugLevel: info
283 ReportCaller: false
284 NamfEventExposure:
285 debugLevel: info
286 ReportCaller: false
287 NsmfPDUSession:
288 debugLevel: info
289 ReportCaller: false
290 NudrDataRepository:
291 debugLevel: info
292 ReportCaller: false
293 OpenApi:
294 debugLevel: info
295 ReportCaller: false
296 Aper:
297 debugLevel: info
298 ReportCaller: false
299 CommonConsumerTest:
300 debugLevel: info
301 ReportCaller: false
302 # webui
303 WEBUI:
304 debugLevel: info
305 ReportCaller: false
306 udmcfg.conf:
307 info:
308 version: 1.0.0
309 description: UDM initial local configuration
310 configuration:
311 serviceNameList:
312 - nudm-sdm
313 - nudm-uecm
314 - nudm-ueau
315 - nudm-ee
316 - nudm-pp
317 sbi:
318 scheme: http
319 registerIPv4: POD_IP # IP used to register to NRF
320 bindingIPv4: POD_IP # IP used to bind the service
321 port: 29503
322 tls:
323 log: free5gc/udmsslkey.log
324 pem: free5gc/support/TLS/udm.pem
325 key: free5gc/support/TLS/udm.key
326 udrclient:
327 scheme: http
328 ipv4Addr: udr-headless
329 port: 29504
330 nrfclient:
331 scheme: http
332 ipv4Addr: nrf-headless
333 port: 29510
334 nrfUri: http://nrf.free5gc.org:29510
335 # test data set from TS33501-f60 Annex C.4
336 # udmProfileAHNPublicKey: 5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650
337 # udmProfileAHNPrivateKey: c53c22208b61860b06c62e5406a7b330c2b577aa5558981510d128247d38bd1d
338 # udmProfileBHNPublicKey: 0472DA71976234CE833A6907425867B82E074D44EF907DFB4B3E21C1C2256EBCD15A7DED52FCBB097A4ED250E036C7B9C8C7004C4EEDC4F068CD7BF8D3F900E3B4
339 # udmProfileBHNPrivateKey: F1AB1074477EBCC7F554EA1C5FC368B1616730155E0041AC447D6301975FECDA
340 keys:
341 udmProfileAHNPublicKey: 5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650
342 udmProfileAHNPrivateKey: c53c22208b61860b06c62e5406a7b330c2b577aa5558981510d128247d38bd1d
343 udmProfileBHNPublicKey: 0472DA71976234CE833A6907425867B82E074D44EF907DFB4B3E21C1C2256EBCD15A7DED52FCBB097A4ED250E036C7B9C8C7004C4EEDC4F068CD7BF8D3F900E3B4
344 udmProfileBHNPrivateKey: F1AB1074477EBCC7F554EA1C5FC368B1616730155E0041AC447D6301975FECDA
345 udr:
346 deploy: true
347 podAnnotations:
348 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
349 prometheus:
350 port: 9089
351 nodePort:
352 enabled: false
353 port: 30084
354 sbi:
355 port: 29504
356 nodePort:
357 enabled: false
358 port: 30074
359 yamlCfgFiles:
360 free5GC.conf:
361 db_uri: mongodb://onf-mongo/free5GC
362 #all logging levels
363 #panic
364 #fatal
365 #error
366 #warn
367 #info
368 #debug
369 #trace
370 logger:
371 # network function
372 AMF:
373 debugLevel: info
374 ReportCaller: false
375 SMF:
376 debugLevel: info
377 ReportCaller: false
378 UDR:
379 debugLevel: info
380 ReportCaller: false
381 UDM:
382 debugLevel: info
383 ReportCaller: false
384 NRF:
385 debugLevel: info
386 ReportCaller: false
387 PCF:
388 debugLevel: info
389 ReportCaller: false
390 AUSF:
391 debugLevel: info
392 ReportCaller: false
393 N3IWF:
394 debugLevel: info
395 ReportCaller: false
396 # library
397 NAS:
398 debugLevel: info
399 ReportCaller: false
400 FSM:
401 debugLevel: info
402 ReportCaller: false
403 NGAP:
404 debugLevel: info
405 ReportCaller: false
406 NamfComm:
407 debugLevel: info
408 ReportCaller: false
409 NamfEventExposure:
410 debugLevel: info
411 ReportCaller: false
412 NsmfPDUSession:
413 debugLevel: info
414 ReportCaller: false
415 NudrDataRepository:
416 debugLevel: info
417 ReportCaller: false
418 OpenApi:
419 debugLevel: info
420 ReportCaller: false
421 Aper:
422 debugLevel: info
423 ReportCaller: false
424 CommonConsumerTest:
425 debugLevel: info
426 ReportCaller: false
427 # webui
428 WEBUI:
429 debugLevel: info
430 ReportCaller: false
431 udrcfg.conf:
432 info:
433 version: 1.0.0
434 description: UDR initial local configuration
435 configuration:
436 sbi:
437 scheme: http
438 registerIPv4: POD_IP # IP used to register to NRF
439 bindingIPv4: POD_IP # IP used to bind the service
440 port: 29504
441 mongodb:
442 name: free5gc
443 url: mongodb://onf-mongo:27017
444 nrfUri: http://nrf.free5gc.org:29510
445 pcf:
446 deploy: true
447 podAnnotations:
448 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
449 prometheus:
450 port: 9089
451 nodePort:
452 enabled: false
453 port: 30084
454 sbi:
455 port: 29507
456 nodePort:
457 enabled: false
458 port: 30077
459 yamlCfgFiles:
460 free5GC.conf:
461 db_uri: mongodb://onf-mongo/free5GC
462 #all logging levels
463 #panic
464 #fatal
465 #error
466 #warn
467 #info
468 #debug
469 #trace
470 logger:
471 # network function
472 AMF:
473 debugLevel: info
474 ReportCaller: false
475 SMF:
476 debugLevel: info
477 ReportCaller: false
478 UDR:
479 debugLevel: info
480 ReportCaller: false
481 UDM:
482 debugLevel: info
483 ReportCaller: false
484 NRF:
485 debugLevel: info
486 ReportCaller: false
487 PCF:
488 debugLevel: info
489 ReportCaller: false
490 AUSF:
491 debugLevel: info
492 ReportCaller: false
493 N3IWF:
494 debugLevel: info
495 ReportCaller: false
496 # library
497 NAS:
498 debugLevel: info
499 ReportCaller: false
500 FSM:
501 debugLevel: info
502 ReportCaller: false
503 NGAP:
504 debugLevel: info
505 ReportCaller: false
506 NamfComm:
507 debugLevel: info
508 ReportCaller: false
509 NamfEventExposure:
510 debugLevel: info
511 ReportCaller: false
512 NsmfPDUSession:
513 debugLevel: info
514 ReportCaller: false
515 NudrDataRepository:
516 debugLevel: info
517 ReportCaller: false
518 OpenApi:
519 debugLevel: info
520 ReportCaller: false
521 Aper:
522 debugLevel: info
523 ReportCaller: false
524 CommonConsumerTest:
525 debugLevel: info
526 ReportCaller: false
527 # webui
528 WEBUI:
529 debugLevel: info
530 ReportCaller: false
531 pcfcfg.conf:
532 info:
533 version: 1.0.0
534 description: PCF initial local configuration
535 configuration:
536 pcfName: PCF
537 sbi:
538 scheme: http
539 registerIPv4: POD_IP # IP used to register to NRF
540 bindingIPv4: POD_IP # IP used to bind the service
541 port: 29507
542 timeFormat: 2019-01-02 15:04:05
543 defaultBdtRefId: BdtPolicyId-
544 nrfUri: http://nrf.free5gc.org:29510
545 serviceList:
546 - serviceName: npcf-am-policy-control
547 - serviceName: npcf-smpolicycontrol
548 suppFeat: 3fff
549 - serviceName: npcf-bdtpolicycontrol
550 - serviceName: npcf-policyauthorization
551 suppFeat: 3
552 - serviceName: npcf-eventexposure
553 - serviceName: npcf-ue-policy-control
554 nssf:
555 deploy: true
556 podAnnotations:
557 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
558 prometheus:
559 port: 9089
560 nodePort:
561 enabled: false
562 port: 30084
563 sbi:
564 port: 29531
565 nodePort:
566 enabled: false
567 port: 30081
568 yamlCfgFiles:
569 free5GC.conf:
570 db_uri: mongodb://onf-mongo/free5GC
571 #all logging levels
572 #panic
573 #fatal
574 #error
575 #warn
576 #info
577 #debug
578 #trace
579 logger:
580 # network function
581 AMF:
582 debugLevel: info
583 ReportCaller: false
584 SMF:
585 debugLevel: info
586 ReportCaller: false
587 UDR:
588 debugLevel: info
589 ReportCaller: false
590 UDM:
591 debugLevel: info
592 ReportCaller: false
593 NRF:
594 debugLevel: info
595 ReportCaller: false
596 PCF:
597 debugLevel: info
598 ReportCaller: false
599 AUSF:
600 debugLevel: info
601 ReportCaller: false
602 N3IWF:
603 debugLevel: info
604 ReportCaller: false
605 # library
606 NAS:
607 debugLevel: info
608 ReportCaller: false
609 FSM:
610 debugLevel: info
611 ReportCaller: false
612 NGAP:
613 debugLevel: info
614 ReportCaller: false
615 NamfComm:
616 debugLevel: info
617 ReportCaller: false
618 NamfEventExposure:
619 debugLevel: info
620 ReportCaller: false
621 NsmfPDUSession:
622 debugLevel: info
623 ReportCaller: false
624 NudrDataRepository:
625 debugLevel: info
626 ReportCaller: false
627 OpenApi:
628 debugLevel: info
629 ReportCaller: false
630 Aper:
631 debugLevel: info
632 ReportCaller: false
633 CommonConsumerTest:
634 debugLevel: info
635 ReportCaller: false
636 # webui
637 WEBUI:
638 debugLevel: info
639 ReportCaller: false
640 nssfcfg.conf:
641 info:
642 version: 1.0.0
643 description: NSSF initial local configuration
644 configuration:
645 nssfName: NSSF
646 sbi:
647 scheme: http
648 registerIPv4: POD_IP # IP used to register to NRF
649 bindingIPv4: POD_IP # IP used to bind the service
650 port: 29531
651 serviceNameList:
652 - nnssf-nsselection
653 - nnssf-nssaiavailability
654 nrfUri: http://nrf.free5gc.org:29510
655 supportedPlmnList:
656 - mcc: 208
657 mnc: 93
658 supportedNssaiInPlmnList:
659 - plmnId:
660 mcc: 208
661 mnc: 93
662 supportedSnssaiList:
663 - sst: 1
664 sd: "010203"
665 - sst: 1
666 sd: 112233
667 - sst: 1
668 sd: 3
669 - sst: 2
670 sd: 1
671 - sst: 2
672 sd: 2
673 nsiList:
674 - snssai:
675 sst: 1
676 nsiInformationList:
677 - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances
678 nsiId: 10
679 - snssai:
680 sst: 1
681 sd: 1
682 nsiInformationList:
683 - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances
684 nsiId: 11
685 - snssai:
686 sst: 1
687 sd: 2
688 nsiInformationList:
689 - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances
690 nsiId: 12
691 - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances
692 nsiId: 12
693 - snssai:
694 sst: 1
695 sd: 3
696 nsiInformationList:
697 - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances
698 nsiId: 13
699 - snssai:
700 sst: 2
701 nsiInformationList:
702 - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances
703 nsiId: 20
704 - snssai:
705 sst: 2
706 sd: 1
707 nsiInformationList:
708 - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances
709 nsiId: 21
710 - snssai:
711 sst: 1
712 sd: "010203"
713 nsiInformationList:
714 - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances
715 nsiId: 22
716 amfSetList:
717 - amfSetId: 1
718 amfList:
719 - ffa2e8d7-3275-49c7-8631-6af1df1d9d26
720 - 0e8831c3-6286-4689-ab27-1e2161e15cb1
721 - a1fba9ba-2e39-4e22-9c74-f749da571d0d
722 nrfAmfSet: http://nrf.free5gc.org:8081/nnrf-nfm/v1/nf-instances
723 supportedNssaiAvailabilityData:
724 - tai:
725 plmnId:
726 mcc: 466
727 mnc: 92
728 tac: 33456
729 supportedSnssaiList:
730 - sst: 1
731 sd: 1
732 - sst: 1
733 sd: 2
734 - sst: 2
735 sd: 1
736 - tai:
737 plmnId:
738 mcc: 466
739 mnc: 92
740 tac: 33457
741 supportedSnssaiList:
742 - sst: 1
743 - sst: 1
744 sd: 1
745 - sst: 1
746 sd: 2
747 - amfSetId: 2
748 nrfAmfSet: http://nrf.free5gc.org:8084/nnrf-nfm/v1/nf-instances
749 supportedNssaiAvailabilityData:
750 - tai:
751 plmnId:
752 mcc: 466
753 mnc: 92
754 tac: 33456
755 supportedSnssaiList:
756 - sst: 1
757 - sst: 1
758 sd: 1
759 - sst: 1
760 sd: 3
761 - sst: 2
762 sd: 1
763 - tai:
764 plmnId:
765 mcc: 466
766 mnc: 92
767 tac: 33458
768 supportedSnssaiList:
769 - sst: 1
770 - sst: 1
771 sd: 1
772 - sst: 2
773 amfList:
774 - nfId: 469de254-2fe5-4ca0-8381-af3f500af77c
775 supportedNssaiAvailabilityData:
776 - tai:
777 plmnId:
778 mcc: 466
779 mnc: 92
780 tac: 33456
781 supportedSnssaiList:
782 - sst: 1
783 - sst: 1
784 sd: 2
785 - sst: 2
786 - tai:
787 plmnId:
788 mcc: 466
789 mnc: 92
790 tac: 33457
791 supportedSnssaiList:
792 - sst: 1
793 sd: 1
794 - sst: 1
795 sd: 2
796 - nfId: fbe604a8-27b2-417e-bd7c-8a7be2691f8d
797 supportedNssaiAvailabilityData:
798 - tai:
799 plmnId:
800 mcc: 466
801 mnc: 92
802 tac: 33458
803 supportedSnssaiList:
804 - sst: 1
805 - sst: 1
806 sd: 1
807 - sst: 1
808 sd: 3
809 - sst: 2
810 - tai:
811 plmnId:
812 mcc: 466
813 mnc: 92
814 tac: 33459
815 supportedSnssaiList:
816 - sst: 1
817 - sst: 1
818 sd: 1
819 - sst: 2
820 - sst: 2
821 sd: 1
822 - nfId: b9e6e2cb-5ce8-4cb6-9173-a266dd9a2f0c
823 supportedNssaiAvailabilityData:
824 - tai:
825 plmnId:
826 mcc: 466
827 mnc: 92
828 tac: 33456
829 supportedSnssaiList:
830 - sst: 1
831 - sst: 1
832 sd: 1
833 - sst: 1
834 sd: 2
835 - sst: 2
836 - tai:
837 plmnId:
838 mcc: 466
839 mnc: 92
840 tac: 33458
841 supportedSnssaiList:
842 - sst: 1
843 - sst: 1
844 sd: 1
845 - sst: 2
846 - sst: 2
847 sd: 1
848 taList:
849 - tai:
850 plmnId:
851 mcc: 466
852 mnc: 92
853 tac: 33456
854 accessType: 3GPP_ACCESS
855 supportedSnssaiList:
856 - sst: 1
857 - sst: 1
858 sd: 1
859 - sst: 1
860 sd: 2
861 - sst: 2
862 - tai:
863 plmnId:
864 mcc: 466
865 mnc: 92
866 tac: 33457
867 accessType: 3GPP_ACCESS
868 supportedSnssaiList:
869 - sst: 1
870 - sst: 1
871 sd: 1
872 - sst: 1
873 sd: 2
874 - sst: 2
875 - tai:
876 plmnId:
877 mcc: 466
878 mnc: 92
879 tac: 33458
880 accessType: 3GPP_ACCESS
881 supportedSnssaiList:
882 - sst: 1
883 - sst: 1
884 sd: 1
885 - sst: 1
886 sd: 3
887 - sst: 2
888 restrictedSnssaiList:
889 - homePlmnId:
890 mcc: 310
891 mnc: 560
892 sNssaiList:
893 - sst: 1
894 sd: 3
895 - tai:
896 plmnId:
897 mcc: 466
898 mnc: 92
899 tac: 33459
900 accessType: 3GPP_ACCESS
901 supportedSnssaiList:
902 - sst: 1
903 - sst: 1
904 sd: 1
905 - sst: 2
906 - sst: 2
907 sd: 1
908 restrictedSnssaiList:
909 - homePlmnId:
910 mcc: 310
911 mnc: 560
912 sNssaiList:
913 - sst: 2
914 sd: 1
915 mappingListFromPlmn:
916 - operatorName: NTT Docomo
917 homePlmnId:
918 mcc: 440
919 mnc: 10
920 mappingOfSnssai:
921 - servingSnssai:
922 sst: 1
923 sd: 1
924 homeSnssai:
925 sst: 1
926 sd: 1
927 - servingSnssai:
928 sst: 1
929 sd: 2
930 homeSnssai:
931 sst: 1
932 sd: 3
933 - servingSnssai:
934 sst: 1
935 sd: 3
936 homeSnssai:
937 sst: 1
938 sd: 4
939 - servingSnssai:
940 sst: 2
941 sd: 1
942 homeSnssai:
943 sst: 2
944 sd: 2
945 - operatorName: AT&T Mobility
946 homePlmnId:
947 mcc: 310
948 mnc: 560
949 mappingOfSnssai:
950 - servingSnssai:
951 sst: 1
952 sd: 1
953 homeSnssai:
954 sst: 1
955 sd: 2
956 - servingSnssai:
957 sst: 1
958 sd: 2
959 homeSnssai:
960 sst: 1
961 sd: 3
962
963 amf:
964 deploy: true
965 podAnnotations:
966 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
967 prometheus:
968 port: 9089
969 nodePort:
970 enabled: false
971 port: 30084
972 sbi:
973 port: 29518
974 nodePort:
975 enabled: false
976
977 port: 30088
978 ngapp:
979 port: 38412
980 nodePort:
981 enabled: false
982 port: 30071
983 yamlCfgFiles:
984 free5GC.conf:
985 db_uri: mongodb://onf-mongo/free5GC
986 logger:
987 # network function
988 AMF:
989 debugLevel: info
990 ReportCaller: false
991 # library
992 NAS:
993 debugLevel: info
994 ReportCaller: false
995 FSM:
996 debugLevel: info
997 ReportCaller: false
998 NGAP:
999 debugLevel: info
1000 ReportCaller: false
1001 NamfComm:
1002 debugLevel: info
1003 ReportCaller: false
1004 NamfEventExposure:
1005 debugLevel: info
1006 ReportCaller: false
1007 NsmfPDUSession:
1008 debugLevel: info
1009 ReportCaller: false
1010 NudrDataRepository:
1011 debugLevel: info
1012 ReportCaller: false
1013 OpenApi:
1014 debugLevel: info
1015 ReportCaller: false
1016 Aper:
1017 debugLevel: info
1018 ReportCaller: false
1019 CommonConsumerTest:
1020 debugLevel: info
1021 ReportCaller: false
1022 # webui
1023 WEBUI:
1024 debugLevel: info
1025 ReportCaller: false
1026 amfcfg.conf:
1027 info:
1028 version: 1.0.0
1029 description: AMF initial local configuration
1030 configuration:
1031 amfName: AMF
1032 ngapIpList:
1033 - POD_IP
1034 sbi:
1035 scheme: http
1036 registerIPv4: POD_IP # IP used to register to NRF
1037 bindingIPv4: POD_IP # IP used to bind the service
1038 port: 29518
1039 serviceNameList:
1040 - namf-comm
1041 - namf-evts
1042 - namf-mt
1043 - namf-loc
1044 - namf-oam
1045 servedGuamiList:
1046 - plmnId:
1047 mcc: 208
1048 mnc: 93
1049 amfId: cafe00
1050 supportTaiList:
1051 - plmnId:
1052 mcc: 208
1053 mnc: 93
1054 tac: 1
1055 plmnSupportList:
1056 - plmnId:
1057 mcc: 208
1058 mnc: 93
1059 snssaiList:
1060 - sst: 1
1061 sd: "010203"
1062 - sst: 1
1063 sd: "112233"
1064 supportDnnList:
1065 - internet
1066 nrfUri: http://nrf.free5gc.org:29510
1067 security:
1068 integrityOrder:
1069 - NIA2
1070 # - NIA0
1071 cipheringOrder:
1072 - NEA0
1073 # - NEA2
1074 networkName:
1075 full: free5GC
1076 short: free
1077 t3502: 720
1078 t3512: 3600
1079 non3gppDeregistrationTimer: 3240
1080 nrf:
1081 deploy: true
1082 podAnnotations:
1083 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
1084 sbi:
1085 port: 29510
1086 nodePort:
1087 enabled: false
1088 port: 30070
1089 yamlCfgFiles1:
1090 debugLevel: info
1091 yamlCfgFiles:
1092 free5GC.conf:
1093 logger:
1094 # network function
1095 NRF:
1096 debugLevel: info
1097 ReportCaller: false
1098 # library
1099 NAS:
1100 debugLevel: info
1101 ReportCaller: true
1102 FSM:
1103 debugLevel: info
1104 ReportCaller: true
1105 NGAP:
1106 debugLevel: info
1107 ReportCaller: true
1108 NamfComm:
1109 debugLevel: info
1110 ReportCaller: true
1111 NamfEventExposure:
1112 debugLevel: info
1113 ReportCaller: true
1114 NsmfPDUSession:
1115 debugLevel: info
1116 ReportCaller: true
1117 NudrDataRepository:
1118 debugLevel: info
1119 ReportCaller: true
1120 OpenApi:
1121 debugLevel: info
1122 ReportCaller: true
1123 Aper:
1124 debugLevel: info
1125 ReportCaller: true
1126 CommonConsumerTest:
1127 debugLevel: info
1128 ReportCaller: true
1129 # webui
1130 WEBUI:
1131 debugLevel: info
1132 ReportCaller: true
1133 nrfcfg.conf:
1134 info:
1135 version: 1.0.0
1136 description: NRF initial local configuration
1137 configuration:
1138 MongoDBName: "free5gc"
1139 MongoDBUrl: "mongodb://onf-mongo:27017"
1140 DefaultServiceIP: "nrf.free5gc.org"
1141 sbi:
1142 scheme: http
1143 #ipv4Addr: nrf.free5gc.org
1144 ipv4Addr: POD_IP
1145 port: 29510
1146 DefaultPlmnId:
1147 mcc: "208"
1148 mnc: "93"
1149 serviceNameList:
1150 - nnrf-nfm
1151 - nnrf-disc
1152 smf:
1153 deploy: true
1154 podAnnotations:
1155 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
1156 n4:
1157 port: 8805
1158 nodePort:
1159 enabled: false
1160 port: 30021
1161 prometheus:
1162 port: 9089
1163 nodePort:
1164 enabled: false
1165 port: 30084
1166 sbi:
1167 port: 29502
1168 nodePort:
1169 enabled: false
1170 port: 30080
1171 yamlCfgFiles1:
1172 debugLevel: info
1173 yamlCfgFiles:
1174 free5GC.conf:
1175 db_uri: mongodb://onf-mongo/free5GC
1176 logger:
1177 SMF:
1178 debugLevel: info
1179 ReportCaller: true
1180 # library
1181 NAS:
1182 debugLevel: info
1183 ReportCaller: true
1184 FSM:
1185 debugLevel: info
1186 ReportCaller: true
1187 NGAP:
1188 debugLevel: info
1189 ReportCaller: true
1190 NamfComm:
1191 debugLevel: info
1192 ReportCaller: true
1193 NamfEventExposure:
1194 debugLevel: info
1195 ReportCaller: true
1196 NsmfPDUSession:
1197 debugLevel: info
1198 ReportCaller: true
1199 NudrDataRepository:
1200 debugLevel: info
1201 ReportCaller: true
1202 OpenApi:
1203 debugLevel: info
1204 ReportCaller: true
1205 Aper:
1206 debugLevel: info
1207 ReportCaller: true
1208 CommonConsumerTest:
1209 debugLevel: info
1210 ReportCaller: true
1211 # webui
1212 WEBUI:
1213 debugLevel: info
1214 ReportCaller: true
1215 uerouting.yaml:
1216 info:
1217 version: 1.0.0
1218 description: Routing information for UE
1219
1220 ueRoutingInfo:
1221 - SUPI: imsi-2089300007487
1222 AN: upf-headless
1223 PathList:
1224 - DestinationIP: 10.0.0.10
1225 DestinationPort: 8888
1226 UPF: !!seq
1227 - AnchorUPF1
1228
1229 - DestinationIP: 10.0.0.11
1230 DestinationPort: 9999
1231 UPF: !!seq
1232 - BranchingUPF
1233 - AnchorUPF2
1234
1235 - SUPI: imsi-2089300007486
1236 AN: upf-headless
1237 PathList:
1238 - DestinationIP: 10.0.0.10
1239 DestinationPort: 8888
1240 UPF: !!seq
1241 - BranchingUPF
1242 - AnchorUPF1
1243
1244 - DestinationIP: 10.0.0.11
1245 DestinationPort: 9999
1246 UPF: !!seq
1247 - BranchingUPF
1248 - AnchorUPF2
1249 smfcfg.conf:
1250 info:
1251 version: 1.0.0
1252 description: SMF initial local configuration
1253 configuration:
1254 smfName: SMF
1255 sbi:
1256 scheme: http
1257 registerIPv4: POD_IP # IP used to register to NRF
1258 bindingIPv4: POD_IP # IP used to bind the service
1259 port: 29502
1260 tls:
1261 key: gofree5gc/support/TLS/smf.key
1262 pem: gofree5gc/support/TLS/smf.pem
1263 serviceNameList:
1264 - nsmf-pdusession
1265 - nsmf-event-exposure
1266 snssai_info:
1267 - sNssai:
1268 sst: 1
1269 sd: "010203"
1270 dnnSmfInfoList:
1271 - dnn: internet
1272 - sNssai:
1273 sst: 1
1274 sd: 112233
1275 dnnSmfInfoList:
1276 - dnn: internet
1277 pfcp:
1278 addr: POD_IP
1279 userplane_information:
1280 up_nodes:
1281 gNB1:
1282 type: AN
1283 an_ip: 192.188.2.3
1284 AnchorUPF1:
1285 type: UPF
1286 node_id: upf-headless
1287 links:
1288 - A: gNB1
1289 B: AnchorUPF1
1290 dnn:
1291 internet:
1292 dns:
1293 ipv4: 8.8.8.8
1294 ipv6: 2001:4860:4860::8888
1295 internet2:
1296 dns:
1297 ipv4: 8.8.4.4
1298 ipv6: 2001:4860:4860::8844
1299 ue_subnet: 10.250.0.0/16
1300 nrfUri: http://nrf.free5gc.org:29510
1301 ulcl: false
1302 ausf:
1303 deploy: true
1304 podAnnotations:
1305 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
1306 prometheus:
1307 port: 9089
1308 nodePort:
1309 enabled: false
1310 port: 30084
1311 sbi:
1312 port: 29509
1313 nodePort:
1314 enabled: false
1315 port: 30082
1316 yamlCfgFiles:
1317 free5GC.conf:
1318 db_uri: mongodb://onf-mongo/free5GC
1319 logger:
1320 AUSF:
1321 debugLevel: info
1322 ReportCaller: false
1323 # library
1324 NAS:
1325 debugLevel: info
1326 ReportCaller: true
1327 FSM:
1328 debugLevel: info
1329 ReportCaller: true
1330 NamfComm:
1331 debugLevel: info
1332 ReportCaller: true
1333 OpenApi:
1334 debugLevel: info
1335 ReportCaller: true
1336 Aper:
1337 debugLevel: info
1338 ReportCaller: true
1339 CommonConsumerTest:
1340 debugLevel: info
1341 ReportCaller: true
1342 # webui
1343 WEBUI:
1344 debugLevel: info
1345 ReportCaller: true
1346 ausfcfg.conf:
1347 info:
1348 version: 1.0.0
1349 description: AUSF initial local configuration
1350 configuration:
1351 sbi:
1352 scheme: http
1353 registerIPv4: POD_IP # IP used to register to NRF
1354 bindingIPv4: POD_IP # IP used to bind the service
1355 port: 29509
1356 serviceNameList:
1357 - nausf-auth
1358 nrfUri: http://nrf.free5gc.org:29510
1359 plmnSupportList:
1360 - mcc: 208
1361 mnc: 93
1362 - mcc: 123
1363 mnc: 45
1364 groupId: ausfGroup001