Commit dbb60c72 authored by Alejandro Sanchez's avatar Alejandro Sanchez
Browse files

fix(packages): update free5gcReleaseName and refine parameters in params.yaml

parent 320a234b
Loading
Loading
Loading
Loading
+39 −16
Original line number Diff line number Diff line
@@ -8,14 +8,21 @@ additionalParamsForVnf:
  - kdu_name: ueransim
    additionalParams:
      global:
        free5gcReleaseName: oai-5g-basic
        free5gcReleaseName: oai-5g-core
        gnb:
          amfNodePort: true
          multus:
            enabled: false
      service:
        type: ClusterIP
      gnb:
        enabled: true
        name: gnb
        replicaCount: 1
        image:
          name: free5gc/ueransim
          tag: v4.0.1
          pullPolicy: IfNotPresent
        n2if:
          ipAddress: 10.100.50.250
        n3if:
@@ -23,8 +30,8 @@ additionalParamsForVnf:
        amf:
          n2if:
            ipAddress: 10.95.134.142
            serviceName: oai-amf
            port: 30355
            serviceName: "oai-amf"
            port: 30412
        configuration: |-
          mcc: '001'
          mnc: '01'
@@ -37,19 +44,35 @@ additionalParamsForVnf:
          ignoreStreamIds: true
      ue:
        enabled: true
        name: ue
        replicaCount: 1
        image:
          name: free5gc/ueransim
          tag: v4.0.1
          pullPolicy: IfNotPresent
        configuration: |-
          supi: imsi-001010000000100
          mcc: 001
          mnc: 01
          key: fec86ba6eb707ed08905757b1bb44b8f
          op: C42449363BBAD02B66D16BC975D77CC1
          opType: OPC
          mcc: "001"
          mnc: "01"
          key: "fec86ba6eb707ed08905757b1bb44b8f"
          op: "C42449363BBAD02B66D16BC975D77CC1"
          opType: "OPC"
          amf: 8000
          imei: 356938035643803
          imeiSv: 4370816125816151
          imei: "356938035643803"
          imeiSv: "4370816125816151"
          uacAic:
            mps: false
            mcs: false
          uacAcc:
            normalClass: 0
            class11: false
            class12: false
            class13: false
            class14: false
            class15: false
          sessions:
            - type: IPv4
              apn: oai
            - type: "IPv4"
              apn: "oai"
              slice:
                sst: 0x1
                sd: 0xffffff
@@ -57,8 +80,8 @@ additionalParamsForVnf:
            - sst: 0x1
              sd: 0xffffff
          default-nssai:
            - sst: 1
              sd: 1
            - sst: 0x01
              sd: 0xffffff
          integrity:
            IA1: true
            IA2: true
@@ -68,5 +91,5 @@ additionalParamsForVnf:
            EA2: true
            EA3: true
          integrityMaxRate:
            uplink: full
            downlink: full
            uplink: "full"
            downlink: "full"