| # Copyright 2020-present Open Networking Foundation |
| # |
| # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| |
| images: |
| tags: |
| init: docker.io/omecproject/pod-init:1.0.0 |
| amf: docker.io/badhri85/5gc-amf:0.0.1-dev |
| nrf: docker.io/badhri85/5gc-nrf:0.0.1-dev |
| smf: docker.io/badhri85/5gc-smf:0.0.1-dev |
| ausf: docker.io/badhri85/5gc-ausf:0.0.1-dev |
| nssf: docker.io/badhri85/5gc-nssf:0.0.1-dev |
| pcf: docker.io/badhri85/5gc-pcf:0.0.1-dev |
| udr: docker.io/badhri85/5gc-udr:0.0.1-dev |
| udm: docker.io/badhri85/5gc-udm:0.0.1-dev |
| webui: docker.io/badhri85/5gc-webui:0.0.1-dev |
| pullPolicy: IfNotPresent |
| credentials: {} |
| # If specified, use this credential to access the image |
| # registry: |
| # username: |
| # password: |
| |
| nodeSelectors: |
| enabled: false |
| amf: |
| label: omec-cp |
| value: enabled |
| nrf: |
| label: omec-cp |
| value: enabled |
| smf: |
| label: omec-cp |
| value: enabled |
| ausf: |
| label: omec-cp |
| value: enabled |
| nssf: |
| label: omec-cp |
| value: enabled |
| pcf: |
| label: omec-cp |
| value: enabled |
| udm: |
| label: omec-cp |
| value: enabled |
| udr: |
| label: omec-cp |
| value: enabled |
| webui: |
| label: omec-cp |
| value: enabled |
| |
| resources: |
| enabled: false |
| amf: |
| requests: |
| cpu: 2 |
| memory: 1Gi |
| limits: |
| cpu: 2 |
| memory: 1Gi |
| nrf: |
| requests: |
| cpu: 2 |
| memory: 1Gi |
| limits: |
| cpu: 2 |
| memory: 1Gi |
| smf: |
| requests: |
| cpu: 2 |
| memory: 1Gi |
| limits: |
| cpu: 2 |
| memory: 1Gi |
| ausf: |
| requests: |
| cpu: 2 |
| memory: 1Gi |
| limits: |
| cpu: 2 |
| memory: 1Gi |
| nssf: |
| requests: |
| cpu: 2 |
| memory: 1Gi |
| limits: |
| cpu: 2 |
| memory: 1Gi |
| pcf: |
| requests: |
| cpu: 2 |
| memory: 1Gi |
| limits: |
| cpu: 2 |
| memory: 1Gi |
| udr: |
| requests: |
| cpu: 2 |
| memory: 1Gi |
| limits: |
| cpu: 2 |
| memory: 1Gi |
| udm: |
| requests: |
| cpu: 2 |
| memory: 1Gi |
| limits: |
| cpu: 2 |
| memory: 1Gi |
| webui: |
| requests: |
| cpu: 1 |
| memory: 1Gi |
| limits: |
| cpu: 1 |
| memory: 1Gi |
| |
| mongodb: |
| deploy: true |
| usePassword: false |
| persistence: |
| enabled: false |
| fullnameOverride: 'onf-mongo' |
| |
| |
| config: |
| clusterDomain: cluster.local |
| coreDump: |
| enabled: false |
| path: /tmp/coredump |
| webui: |
| deploy: true |
| podAnnotations: |
| field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| prometheus: |
| port: 9089 |
| nodePort: |
| enabled: false |
| port: 30084 |
| urlport: |
| port: 5000 |
| nodePort: |
| enabled: false |
| port: 35000 |
| yamlCfgFiles: |
| free5GC.conf: |
| db_uri: mongodb://onf-mongo/free5GC |
| logger: |
| # network function |
| AMF: |
| debugLevel: info |
| ReportCaller: false |
| SMF: |
| debugLevel: info |
| ReportCaller: false |
| UDR: |
| debugLevel: info |
| ReportCaller: false |
| UDM: |
| debugLevel: info |
| ReportCaller: false |
| NRF: |
| debugLevel: info |
| ReportCaller: false |
| PCF: |
| debugLevel: info |
| ReportCaller: false |
| AUSF: |
| debugLevel: info |
| ReportCaller: false |
| N3IWF: |
| debugLevel: info |
| ReportCaller: false |
| # library |
| NAS: |
| debugLevel: info |
| ReportCaller: false |
| FSM: |
| debugLevel: info |
| ReportCaller: false |
| NGAP: |
| debugLevel: info |
| ReportCaller: false |
| NamfComm: |
| debugLevel: info |
| ReportCaller: false |
| NamfEventExposure: |
| debugLevel: info |
| ReportCaller: false |
| NsmfPDUSession: |
| debugLevel: info |
| ReportCaller: false |
| NudrDataRepository: |
| debugLevel: info |
| ReportCaller: false |
| OpenApi: |
| debugLevel: info |
| ReportCaller: false |
| Aper: |
| debugLevel: info |
| ReportCaller: false |
| CommonConsumerTest: |
| debugLevel: info |
| ReportCaller: false |
| # webui |
| WEBUI: |
| debugLevel: info |
| ReportCaller: false |
| webuicfg.conf: |
| info: |
| version: 1.0.0 |
| description: WebUI initial local configuration |
| configuration: |
| mongodb: |
| name: free5gc |
| url: mongodb://onf-mongo:27017 |
| |
| udm: |
| deploy: true |
| podAnnotations: |
| field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| prometheus: |
| port: 9089 |
| nodePort: |
| enabled: false |
| port: 30084 |
| sbi: |
| port: 29503 |
| nodePort: |
| enabled: false |
| port: 30074 |
| yamlCfgFiles: |
| free5GC.conf: |
| db_uri: mongodb://onf-mongo/free5GC |
| #all logging levels |
| #panic |
| #fatal |
| #error |
| #warn |
| #info |
| #debug |
| #trace |
| logger: |
| # network function |
| AMF: |
| debugLevel: info |
| ReportCaller: false |
| SMF: |
| debugLevel: info |
| ReportCaller: false |
| UDR: |
| debugLevel: info |
| ReportCaller: false |
| UDM: |
| debugLevel: info |
| ReportCaller: false |
| NRF: |
| debugLevel: info |
| ReportCaller: false |
| PCF: |
| debugLevel: info |
| ReportCaller: false |
| AUSF: |
| debugLevel: info |
| ReportCaller: false |
| N3IWF: |
| debugLevel: info |
| ReportCaller: false |
| # library |
| NAS: |
| debugLevel: info |
| ReportCaller: false |
| FSM: |
| debugLevel: info |
| ReportCaller: false |
| NGAP: |
| debugLevel: info |
| ReportCaller: false |
| NamfComm: |
| debugLevel: info |
| ReportCaller: false |
| NamfEventExposure: |
| debugLevel: info |
| ReportCaller: false |
| NsmfPDUSession: |
| debugLevel: info |
| ReportCaller: false |
| NudrDataRepository: |
| debugLevel: info |
| ReportCaller: false |
| OpenApi: |
| debugLevel: info |
| ReportCaller: false |
| Aper: |
| debugLevel: info |
| ReportCaller: false |
| CommonConsumerTest: |
| debugLevel: info |
| ReportCaller: false |
| # webui |
| WEBUI: |
| debugLevel: info |
| ReportCaller: false |
| udmcfg.conf: |
| info: |
| version: 1.0.0 |
| description: UDM initial local configuration |
| configuration: |
| serviceNameList: |
| - nudm-sdm |
| - nudm-uecm |
| - nudm-ueau |
| - nudm-ee |
| - nudm-pp |
| sbi: |
| scheme: http |
| registerIPv4: POD_IP # IP used to register to NRF |
| bindingIPv4: POD_IP # IP used to bind the service |
| port: 29503 |
| tls: |
| log: free5gc/udmsslkey.log |
| pem: free5gc/support/TLS/udm.pem |
| key: free5gc/support/TLS/udm.key |
| udrclient: |
| scheme: http |
| ipv4Addr: udr-headless |
| port: 29504 |
| nrfclient: |
| scheme: http |
| ipv4Addr: nrf-headless |
| port: 29510 |
| nrfUri: http://nrf.free5gc.org:29510 |
| # test data set from TS33501-f60 Annex C.4 |
| # udmProfileAHNPublicKey: 5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650 |
| # udmProfileAHNPrivateKey: c53c22208b61860b06c62e5406a7b330c2b577aa5558981510d128247d38bd1d |
| # udmProfileBHNPublicKey: 0472DA71976234CE833A6907425867B82E074D44EF907DFB4B3E21C1C2256EBCD15A7DED52FCBB097A4ED250E036C7B9C8C7004C4EEDC4F068CD7BF8D3F900E3B4 |
| # udmProfileBHNPrivateKey: F1AB1074477EBCC7F554EA1C5FC368B1616730155E0041AC447D6301975FECDA |
| keys: |
| udmProfileAHNPublicKey: 5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650 |
| udmProfileAHNPrivateKey: c53c22208b61860b06c62e5406a7b330c2b577aa5558981510d128247d38bd1d |
| udmProfileBHNPublicKey: 0472DA71976234CE833A6907425867B82E074D44EF907DFB4B3E21C1C2256EBCD15A7DED52FCBB097A4ED250E036C7B9C8C7004C4EEDC4F068CD7BF8D3F900E3B4 |
| udmProfileBHNPrivateKey: F1AB1074477EBCC7F554EA1C5FC368B1616730155E0041AC447D6301975FECDA |
| udr: |
| deploy: true |
| podAnnotations: |
| field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| prometheus: |
| port: 9089 |
| nodePort: |
| enabled: false |
| port: 30084 |
| sbi: |
| port: 29504 |
| nodePort: |
| enabled: false |
| port: 30074 |
| yamlCfgFiles: |
| free5GC.conf: |
| db_uri: mongodb://onf-mongo/free5GC |
| #all logging levels |
| #panic |
| #fatal |
| #error |
| #warn |
| #info |
| #debug |
| #trace |
| logger: |
| # network function |
| AMF: |
| debugLevel: info |
| ReportCaller: false |
| SMF: |
| debugLevel: info |
| ReportCaller: false |
| UDR: |
| debugLevel: info |
| ReportCaller: false |
| UDM: |
| debugLevel: info |
| ReportCaller: false |
| NRF: |
| debugLevel: info |
| ReportCaller: false |
| PCF: |
| debugLevel: info |
| ReportCaller: false |
| AUSF: |
| debugLevel: info |
| ReportCaller: false |
| N3IWF: |
| debugLevel: info |
| ReportCaller: false |
| # library |
| NAS: |
| debugLevel: info |
| ReportCaller: false |
| FSM: |
| debugLevel: info |
| ReportCaller: false |
| NGAP: |
| debugLevel: info |
| ReportCaller: false |
| NamfComm: |
| debugLevel: info |
| ReportCaller: false |
| NamfEventExposure: |
| debugLevel: info |
| ReportCaller: false |
| NsmfPDUSession: |
| debugLevel: info |
| ReportCaller: false |
| NudrDataRepository: |
| debugLevel: info |
| ReportCaller: false |
| OpenApi: |
| debugLevel: info |
| ReportCaller: false |
| Aper: |
| debugLevel: info |
| ReportCaller: false |
| CommonConsumerTest: |
| debugLevel: info |
| ReportCaller: false |
| # webui |
| WEBUI: |
| debugLevel: info |
| ReportCaller: false |
| udrcfg.conf: |
| info: |
| version: 1.0.0 |
| description: UDR initial local configuration |
| configuration: |
| sbi: |
| scheme: http |
| registerIPv4: POD_IP # IP used to register to NRF |
| bindingIPv4: POD_IP # IP used to bind the service |
| port: 29504 |
| mongodb: |
| name: free5gc |
| url: mongodb://onf-mongo:27017 |
| nrfUri: http://nrf.free5gc.org:29510 |
| pcf: |
| deploy: true |
| podAnnotations: |
| field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| prometheus: |
| port: 9089 |
| nodePort: |
| enabled: false |
| port: 30084 |
| sbi: |
| port: 29507 |
| nodePort: |
| enabled: false |
| port: 30077 |
| yamlCfgFiles: |
| free5GC.conf: |
| db_uri: mongodb://onf-mongo/free5GC |
| #all logging levels |
| #panic |
| #fatal |
| #error |
| #warn |
| #info |
| #debug |
| #trace |
| logger: |
| # network function |
| AMF: |
| debugLevel: info |
| ReportCaller: false |
| SMF: |
| debugLevel: info |
| ReportCaller: false |
| UDR: |
| debugLevel: info |
| ReportCaller: false |
| UDM: |
| debugLevel: info |
| ReportCaller: false |
| NRF: |
| debugLevel: info |
| ReportCaller: false |
| PCF: |
| debugLevel: info |
| ReportCaller: false |
| AUSF: |
| debugLevel: info |
| ReportCaller: false |
| N3IWF: |
| debugLevel: info |
| ReportCaller: false |
| # library |
| NAS: |
| debugLevel: info |
| ReportCaller: false |
| FSM: |
| debugLevel: info |
| ReportCaller: false |
| NGAP: |
| debugLevel: info |
| ReportCaller: false |
| NamfComm: |
| debugLevel: info |
| ReportCaller: false |
| NamfEventExposure: |
| debugLevel: info |
| ReportCaller: false |
| NsmfPDUSession: |
| debugLevel: info |
| ReportCaller: false |
| NudrDataRepository: |
| debugLevel: info |
| ReportCaller: false |
| OpenApi: |
| debugLevel: info |
| ReportCaller: false |
| Aper: |
| debugLevel: info |
| ReportCaller: false |
| CommonConsumerTest: |
| debugLevel: info |
| ReportCaller: false |
| # webui |
| WEBUI: |
| debugLevel: info |
| ReportCaller: false |
| pcfcfg.conf: |
| info: |
| version: 1.0.0 |
| description: PCF initial local configuration |
| configuration: |
| pcfName: PCF |
| sbi: |
| scheme: http |
| registerIPv4: POD_IP # IP used to register to NRF |
| bindingIPv4: POD_IP # IP used to bind the service |
| port: 29507 |
| timeFormat: 2019-01-02 15:04:05 |
| defaultBdtRefId: BdtPolicyId- |
| nrfUri: http://nrf.free5gc.org:29510 |
| serviceList: |
| - serviceName: npcf-am-policy-control |
| - serviceName: npcf-smpolicycontrol |
| suppFeat: 3fff |
| - serviceName: npcf-bdtpolicycontrol |
| - serviceName: npcf-policyauthorization |
| suppFeat: 3 |
| - serviceName: npcf-eventexposure |
| - serviceName: npcf-ue-policy-control |
| nssf: |
| deploy: true |
| podAnnotations: |
| field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| prometheus: |
| port: 9089 |
| nodePort: |
| enabled: false |
| port: 30084 |
| sbi: |
| port: 29531 |
| nodePort: |
| enabled: false |
| port: 30081 |
| yamlCfgFiles: |
| free5GC.conf: |
| db_uri: mongodb://onf-mongo/free5GC |
| #all logging levels |
| #panic |
| #fatal |
| #error |
| #warn |
| #info |
| #debug |
| #trace |
| logger: |
| # network function |
| AMF: |
| debugLevel: info |
| ReportCaller: false |
| SMF: |
| debugLevel: info |
| ReportCaller: false |
| UDR: |
| debugLevel: info |
| ReportCaller: false |
| UDM: |
| debugLevel: info |
| ReportCaller: false |
| NRF: |
| debugLevel: info |
| ReportCaller: false |
| PCF: |
| debugLevel: info |
| ReportCaller: false |
| AUSF: |
| debugLevel: info |
| ReportCaller: false |
| N3IWF: |
| debugLevel: info |
| ReportCaller: false |
| # library |
| NAS: |
| debugLevel: info |
| ReportCaller: false |
| FSM: |
| debugLevel: info |
| ReportCaller: false |
| NGAP: |
| debugLevel: info |
| ReportCaller: false |
| NamfComm: |
| debugLevel: info |
| ReportCaller: false |
| NamfEventExposure: |
| debugLevel: info |
| ReportCaller: false |
| NsmfPDUSession: |
| debugLevel: info |
| ReportCaller: false |
| NudrDataRepository: |
| debugLevel: info |
| ReportCaller: false |
| OpenApi: |
| debugLevel: info |
| ReportCaller: false |
| Aper: |
| debugLevel: info |
| ReportCaller: false |
| CommonConsumerTest: |
| debugLevel: info |
| ReportCaller: false |
| # webui |
| WEBUI: |
| debugLevel: info |
| ReportCaller: false |
| nssfcfg.conf: |
| info: |
| version: 1.0.0 |
| description: NSSF initial local configuration |
| configuration: |
| nssfName: NSSF |
| sbi: |
| scheme: http |
| registerIPv4: POD_IP # IP used to register to NRF |
| bindingIPv4: POD_IP # IP used to bind the service |
| port: 29531 |
| serviceNameList: |
| - nnssf-nsselection |
| - nnssf-nssaiavailability |
| nrfUri: http://nrf.free5gc.org:29510 |
| supportedPlmnList: |
| - mcc: 208 |
| mnc: 93 |
| supportedNssaiInPlmnList: |
| - plmnId: |
| mcc: 208 |
| mnc: 93 |
| supportedSnssaiList: |
| - sst: 1 |
| sd: "010203" |
| - sst: 1 |
| sd: 112233 |
| - sst: 1 |
| sd: 3 |
| - sst: 2 |
| sd: 1 |
| - sst: 2 |
| sd: 2 |
| nsiList: |
| - snssai: |
| sst: 1 |
| nsiInformationList: |
| - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances |
| nsiId: 10 |
| - snssai: |
| sst: 1 |
| sd: 1 |
| nsiInformationList: |
| - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances |
| nsiId: 11 |
| - snssai: |
| sst: 1 |
| sd: 2 |
| nsiInformationList: |
| - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances |
| nsiId: 12 |
| - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances |
| nsiId: 12 |
| - snssai: |
| sst: 1 |
| sd: 3 |
| nsiInformationList: |
| - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances |
| nsiId: 13 |
| - snssai: |
| sst: 2 |
| nsiInformationList: |
| - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances |
| nsiId: 20 |
| - snssai: |
| sst: 2 |
| sd: 1 |
| nsiInformationList: |
| - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances |
| nsiId: 21 |
| - snssai: |
| sst: 1 |
| sd: "010203" |
| nsiInformationList: |
| - nrfId: http://nrf.free5gc.org:29510/nnrf-nfm/v1/nf-instances |
| nsiId: 22 |
| amfSetList: |
| - amfSetId: 1 |
| amfList: |
| - ffa2e8d7-3275-49c7-8631-6af1df1d9d26 |
| - 0e8831c3-6286-4689-ab27-1e2161e15cb1 |
| - a1fba9ba-2e39-4e22-9c74-f749da571d0d |
| nrfAmfSet: http://nrf.free5gc.org:8081/nnrf-nfm/v1/nf-instances |
| supportedNssaiAvailabilityData: |
| - tai: |
| plmnId: |
| mcc: 466 |
| mnc: 92 |
| tac: 33456 |
| supportedSnssaiList: |
| - sst: 1 |
| sd: 1 |
| - sst: 1 |
| sd: 2 |
| - sst: 2 |
| sd: 1 |
| - tai: |
| plmnId: |
| mcc: 466 |
| mnc: 92 |
| tac: 33457 |
| supportedSnssaiList: |
| - sst: 1 |
| - sst: 1 |
| sd: 1 |
| - sst: 1 |
| sd: 2 |
| - amfSetId: 2 |
| nrfAmfSet: http://nrf.free5gc.org:8084/nnrf-nfm/v1/nf-instances |
| supportedNssaiAvailabilityData: |
| - tai: |
| plmnId: |
| mcc: 466 |
| mnc: 92 |
| tac: 33456 |
| supportedSnssaiList: |
| - sst: 1 |
| - sst: 1 |
| sd: 1 |
| - sst: 1 |
| sd: 3 |
| - sst: 2 |
| sd: 1 |
| - tai: |
| plmnId: |
| mcc: 466 |
| mnc: 92 |
| tac: 33458 |
| supportedSnssaiList: |
| - sst: 1 |
| - sst: 1 |
| sd: 1 |
| - sst: 2 |
| amfList: |
| - nfId: 469de254-2fe5-4ca0-8381-af3f500af77c |
| supportedNssaiAvailabilityData: |
| - tai: |
| plmnId: |
| mcc: 466 |
| mnc: 92 |
| tac: 33456 |
| supportedSnssaiList: |
| - sst: 1 |
| - sst: 1 |
| sd: 2 |
| - sst: 2 |
| - tai: |
| plmnId: |
| mcc: 466 |
| mnc: 92 |
| tac: 33457 |
| supportedSnssaiList: |
| - sst: 1 |
| sd: 1 |
| - sst: 1 |
| sd: 2 |
| - nfId: fbe604a8-27b2-417e-bd7c-8a7be2691f8d |
| supportedNssaiAvailabilityData: |
| - tai: |
| plmnId: |
| mcc: 466 |
| mnc: 92 |
| tac: 33458 |
| supportedSnssaiList: |
| - sst: 1 |
| - sst: 1 |
| sd: 1 |
| - sst: 1 |
| sd: 3 |
| - sst: 2 |
| - tai: |
| plmnId: |
| mcc: 466 |
| mnc: 92 |
| tac: 33459 |
| supportedSnssaiList: |
| - sst: 1 |
| - sst: 1 |
| sd: 1 |
| - sst: 2 |
| - sst: 2 |
| sd: 1 |
| - nfId: b9e6e2cb-5ce8-4cb6-9173-a266dd9a2f0c |
| supportedNssaiAvailabilityData: |
| - tai: |
| plmnId: |
| mcc: 466 |
| mnc: 92 |
| tac: 33456 |
| supportedSnssaiList: |
| - sst: 1 |
| - sst: 1 |
| sd: 1 |
| - sst: 1 |
| sd: 2 |
| - sst: 2 |
| - tai: |
| plmnId: |
| mcc: 466 |
| mnc: 92 |
| tac: 33458 |
| supportedSnssaiList: |
| - sst: 1 |
| - sst: 1 |
| sd: 1 |
| - sst: 2 |
| - sst: 2 |
| sd: 1 |
| taList: |
| - tai: |
| plmnId: |
| mcc: 466 |
| mnc: 92 |
| tac: 33456 |
| accessType: 3GPP_ACCESS |
| supportedSnssaiList: |
| - sst: 1 |
| - sst: 1 |
| sd: 1 |
| - sst: 1 |
| sd: 2 |
| - sst: 2 |
| - tai: |
| plmnId: |
| mcc: 466 |
| mnc: 92 |
| tac: 33457 |
| accessType: 3GPP_ACCESS |
| supportedSnssaiList: |
| - sst: 1 |
| - sst: 1 |
| sd: 1 |
| - sst: 1 |
| sd: 2 |
| - sst: 2 |
| - tai: |
| plmnId: |
| mcc: 466 |
| mnc: 92 |
| tac: 33458 |
| accessType: 3GPP_ACCESS |
| supportedSnssaiList: |
| - sst: 1 |
| - sst: 1 |
| sd: 1 |
| - sst: 1 |
| sd: 3 |
| - sst: 2 |
| restrictedSnssaiList: |
| - homePlmnId: |
| mcc: 310 |
| mnc: 560 |
| sNssaiList: |
| - sst: 1 |
| sd: 3 |
| - tai: |
| plmnId: |
| mcc: 466 |
| mnc: 92 |
| tac: 33459 |
| accessType: 3GPP_ACCESS |
| supportedSnssaiList: |
| - sst: 1 |
| - sst: 1 |
| sd: 1 |
| - sst: 2 |
| - sst: 2 |
| sd: 1 |
| restrictedSnssaiList: |
| - homePlmnId: |
| mcc: 310 |
| mnc: 560 |
| sNssaiList: |
| - sst: 2 |
| sd: 1 |
| mappingListFromPlmn: |
| - operatorName: NTT Docomo |
| homePlmnId: |
| mcc: 440 |
| mnc: 10 |
| mappingOfSnssai: |
| - servingSnssai: |
| sst: 1 |
| sd: 1 |
| homeSnssai: |
| sst: 1 |
| sd: 1 |
| - servingSnssai: |
| sst: 1 |
| sd: 2 |
| homeSnssai: |
| sst: 1 |
| sd: 3 |
| - servingSnssai: |
| sst: 1 |
| sd: 3 |
| homeSnssai: |
| sst: 1 |
| sd: 4 |
| - servingSnssai: |
| sst: 2 |
| sd: 1 |
| homeSnssai: |
| sst: 2 |
| sd: 2 |
| - operatorName: AT&T Mobility |
| homePlmnId: |
| mcc: 310 |
| mnc: 560 |
| mappingOfSnssai: |
| - servingSnssai: |
| sst: 1 |
| sd: 1 |
| homeSnssai: |
| sst: 1 |
| sd: 2 |
| - servingSnssai: |
| sst: 1 |
| sd: 2 |
| homeSnssai: |
| sst: 1 |
| sd: 3 |
| |
| amf: |
| deploy: true |
| podAnnotations: |
| field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| prometheus: |
| port: 9089 |
| nodePort: |
| enabled: false |
| port: 30084 |
| sbi: |
| port: 29518 |
| nodePort: |
| enabled: false |
| |
| port: 30088 |
| ngapp: |
| port: 38412 |
| nodePort: |
| enabled: false |
| port: 30071 |
| yamlCfgFiles: |
| free5GC.conf: |
| db_uri: mongodb://onf-mongo/free5GC |
| logger: |
| # network function |
| AMF: |
| debugLevel: info |
| ReportCaller: false |
| # library |
| NAS: |
| debugLevel: info |
| ReportCaller: false |
| FSM: |
| debugLevel: info |
| ReportCaller: false |
| NGAP: |
| debugLevel: info |
| ReportCaller: false |
| NamfComm: |
| debugLevel: info |
| ReportCaller: false |
| NamfEventExposure: |
| debugLevel: info |
| ReportCaller: false |
| NsmfPDUSession: |
| debugLevel: info |
| ReportCaller: false |
| NudrDataRepository: |
| debugLevel: info |
| ReportCaller: false |
| OpenApi: |
| debugLevel: info |
| ReportCaller: false |
| Aper: |
| debugLevel: info |
| ReportCaller: false |
| CommonConsumerTest: |
| debugLevel: info |
| ReportCaller: false |
| # webui |
| WEBUI: |
| debugLevel: info |
| ReportCaller: false |
| amfcfg.conf: |
| info: |
| version: 1.0.0 |
| description: AMF initial local configuration |
| configuration: |
| amfName: AMF |
| ngapIpList: |
| - POD_IP |
| sbi: |
| scheme: http |
| registerIPv4: POD_IP # IP used to register to NRF |
| bindingIPv4: POD_IP # IP used to bind the service |
| port: 29518 |
| serviceNameList: |
| - namf-comm |
| - namf-evts |
| - namf-mt |
| - namf-loc |
| - namf-oam |
| servedGuamiList: |
| - plmnId: |
| mcc: 208 |
| mnc: 93 |
| amfId: cafe00 |
| supportTaiList: |
| - plmnId: |
| mcc: 208 |
| mnc: 93 |
| tac: 1 |
| plmnSupportList: |
| - plmnId: |
| mcc: 208 |
| mnc: 93 |
| snssaiList: |
| - sst: 1 |
| sd: "010203" |
| - sst: 1 |
| sd: "112233" |
| supportDnnList: |
| - internet |
| nrfUri: http://nrf.free5gc.org:29510 |
| security: |
| integrityOrder: |
| - NIA2 |
| # - NIA0 |
| cipheringOrder: |
| - NEA0 |
| # - NEA2 |
| networkName: |
| full: free5GC |
| short: free |
| t3502: 720 |
| t3512: 3600 |
| non3gppDeregistrationTimer: 3240 |
| nrf: |
| deploy: true |
| podAnnotations: |
| field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| sbi: |
| port: 29510 |
| nodePort: |
| enabled: false |
| port: 30070 |
| yamlCfgFiles1: |
| debugLevel: info |
| yamlCfgFiles: |
| free5GC.conf: |
| logger: |
| # network function |
| NRF: |
| debugLevel: info |
| ReportCaller: false |
| # library |
| NAS: |
| debugLevel: info |
| ReportCaller: true |
| FSM: |
| debugLevel: info |
| ReportCaller: true |
| NGAP: |
| debugLevel: info |
| ReportCaller: true |
| NamfComm: |
| debugLevel: info |
| ReportCaller: true |
| NamfEventExposure: |
| debugLevel: info |
| ReportCaller: true |
| NsmfPDUSession: |
| debugLevel: info |
| ReportCaller: true |
| NudrDataRepository: |
| debugLevel: info |
| ReportCaller: true |
| OpenApi: |
| debugLevel: info |
| ReportCaller: true |
| Aper: |
| debugLevel: info |
| ReportCaller: true |
| CommonConsumerTest: |
| debugLevel: info |
| ReportCaller: true |
| # webui |
| WEBUI: |
| debugLevel: info |
| ReportCaller: true |
| nrfcfg.conf: |
| info: |
| version: 1.0.0 |
| description: NRF initial local configuration |
| configuration: |
| MongoDBName: "free5gc" |
| MongoDBUrl: "mongodb://onf-mongo:27017" |
| DefaultServiceIP: "nrf.free5gc.org" |
| sbi: |
| scheme: http |
| #ipv4Addr: nrf.free5gc.org |
| ipv4Addr: POD_IP |
| port: 29510 |
| DefaultPlmnId: |
| mcc: "208" |
| mnc: "93" |
| serviceNameList: |
| - nnrf-nfm |
| - nnrf-disc |
| smf: |
| deploy: true |
| podAnnotations: |
| field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| n4: |
| port: 8805 |
| nodePort: |
| enabled: false |
| port: 30021 |
| prometheus: |
| port: 9089 |
| nodePort: |
| enabled: false |
| port: 30084 |
| sbi: |
| port: 29502 |
| nodePort: |
| enabled: false |
| port: 30080 |
| yamlCfgFiles1: |
| debugLevel: info |
| yamlCfgFiles: |
| free5GC.conf: |
| db_uri: mongodb://onf-mongo/free5GC |
| logger: |
| SMF: |
| debugLevel: info |
| ReportCaller: true |
| # library |
| NAS: |
| debugLevel: info |
| ReportCaller: true |
| FSM: |
| debugLevel: info |
| ReportCaller: true |
| NGAP: |
| debugLevel: info |
| ReportCaller: true |
| NamfComm: |
| debugLevel: info |
| ReportCaller: true |
| NamfEventExposure: |
| debugLevel: info |
| ReportCaller: true |
| NsmfPDUSession: |
| debugLevel: info |
| ReportCaller: true |
| NudrDataRepository: |
| debugLevel: info |
| ReportCaller: true |
| OpenApi: |
| debugLevel: info |
| ReportCaller: true |
| Aper: |
| debugLevel: info |
| ReportCaller: true |
| CommonConsumerTest: |
| debugLevel: info |
| ReportCaller: true |
| # webui |
| WEBUI: |
| debugLevel: info |
| ReportCaller: true |
| uerouting.yaml: |
| info: |
| version: 1.0.0 |
| description: Routing information for UE |
| |
| ueRoutingInfo: |
| - SUPI: imsi-2089300007487 |
| AN: upf-headless |
| PathList: |
| - DestinationIP: 10.0.0.10 |
| DestinationPort: 8888 |
| UPF: !!seq |
| - AnchorUPF1 |
| |
| - DestinationIP: 10.0.0.11 |
| DestinationPort: 9999 |
| UPF: !!seq |
| - BranchingUPF |
| - AnchorUPF2 |
| |
| - SUPI: imsi-2089300007486 |
| AN: upf-headless |
| PathList: |
| - DestinationIP: 10.0.0.10 |
| DestinationPort: 8888 |
| UPF: !!seq |
| - BranchingUPF |
| - AnchorUPF1 |
| |
| - DestinationIP: 10.0.0.11 |
| DestinationPort: 9999 |
| UPF: !!seq |
| - BranchingUPF |
| - AnchorUPF2 |
| smfcfg.conf: |
| info: |
| version: 1.0.0 |
| description: SMF initial local configuration |
| configuration: |
| smfName: SMF |
| sbi: |
| scheme: http |
| registerIPv4: POD_IP # IP used to register to NRF |
| bindingIPv4: POD_IP # IP used to bind the service |
| port: 29502 |
| tls: |
| key: gofree5gc/support/TLS/smf.key |
| pem: gofree5gc/support/TLS/smf.pem |
| serviceNameList: |
| - nsmf-pdusession |
| - nsmf-event-exposure |
| snssai_info: |
| - sNssai: |
| sst: 1 |
| sd: "010203" |
| dnnSmfInfoList: |
| - dnn: internet |
| - sNssai: |
| sst: 1 |
| sd: 112233 |
| dnnSmfInfoList: |
| - dnn: internet |
| pfcp: |
| addr: POD_IP |
| userplane_information: |
| up_nodes: |
| gNB1: |
| type: AN |
| an_ip: 192.188.2.3 |
| AnchorUPF1: |
| type: UPF |
| node_id: upf-headless |
| links: |
| - A: gNB1 |
| B: AnchorUPF1 |
| dnn: |
| internet: |
| dns: |
| ipv4: 8.8.8.8 |
| ipv6: 2001:4860:4860::8888 |
| internet2: |
| dns: |
| ipv4: 8.8.4.4 |
| ipv6: 2001:4860:4860::8844 |
| ue_subnet: 10.250.0.0/16 |
| nrfUri: http://nrf.free5gc.org:29510 |
| ulcl: false |
| ausf: |
| deploy: true |
| podAnnotations: |
| field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| prometheus: |
| port: 9089 |
| nodePort: |
| enabled: false |
| port: 30084 |
| sbi: |
| port: 29509 |
| nodePort: |
| enabled: false |
| port: 30082 |
| yamlCfgFiles: |
| free5GC.conf: |
| db_uri: mongodb://onf-mongo/free5GC |
| logger: |
| AUSF: |
| debugLevel: info |
| ReportCaller: false |
| # library |
| NAS: |
| debugLevel: info |
| ReportCaller: true |
| FSM: |
| debugLevel: info |
| ReportCaller: true |
| NamfComm: |
| debugLevel: info |
| ReportCaller: true |
| OpenApi: |
| debugLevel: info |
| ReportCaller: true |
| Aper: |
| debugLevel: info |
| ReportCaller: true |
| CommonConsumerTest: |
| debugLevel: info |
| ReportCaller: true |
| # webui |
| WEBUI: |
| debugLevel: info |
| ReportCaller: true |
| ausfcfg.conf: |
| info: |
| version: 1.0.0 |
| description: AUSF initial local configuration |
| configuration: |
| sbi: |
| scheme: http |
| registerIPv4: POD_IP # IP used to register to NRF |
| bindingIPv4: POD_IP # IP used to bind the service |
| port: 29509 |
| serviceNameList: |
| - nausf-auth |
| nrfUri: http://nrf.free5gc.org:29510 |
| plmnSupportList: |
| - mcc: 208 |
| mnc: 93 |
| - mcc: 123 |
| mnc: 45 |
| groupId: ausfGroup001 |