Commit fa963a5e authored by Pengxiang Xie's avatar Pengxiang Xie
Browse files

Edit TS28541_5GcNrm.yaml

parent 47cb85aa
Loading
Loading
Loading
Loading
Loading
+78 −5
Original line number Diff line number Diff line
@@ -578,6 +578,25 @@ components:
            items:
              $ref: '#/components/schemas/SelectionConditions'
            minItems: 1
    
    2G3GLocationArea:
      description: 2G/3G Location Area.
      type: object
      properties:
        lai:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/LocationAreaId'
        rai:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/RoutingAreaId'

    2G3GLocationAreaRange:
      description: 2G/3G Location Area Range.
      type: object
      properties:
        laiRange:
          $ref: '#/components/schemas/LocationAreaIdRange'
        raiRange:
          $ref: '#/components/schemas/RoutingAreaIdRange'

    SelectionConditions:
      description: >
        It contains the set of conditions that shall be evaluated to determine whether a consumer
@@ -2387,12 +2406,42 @@ components:
        supportedPfcpFeatures:
          type: string
          readOnly: true
        # upfEvents:
          # type: array
          uniqueItems: true
          # items:
            # $ref: 'TS29564_Nupf_EventExposure.yaml#/components/schemas/EventType'
          # minItems: 1
        upfEvents:
          type: array
          items:
            type: string
          minItems: 1
        2g3gLocationAreaList:
          type: array
          items:
            $ref: '#/components/schemas/2G3GLocationArea'
          minItems: 1
        2g3gLocationAreaRangeList:
          type: array
          items:
            $ref: '#/components/schemas/2G3GLocationAreaRange'
          minItems: 1
        preferredEpdgInfoList:
          type: array
          items:
            $ref: '#/components/schemas/EpdgInfo'
          minItems: 1
        preferredWAgfInfoList:
          type: array
          items:
            $ref: '#/components/schemas/WAgfInfo'
          minItems: 1
        preferredTngfInfoList:
          type: array
          items:
            $ref: '#/components/schemas/TngfInfo'
          minItems: 1
        preferredTwifInfoList:
          type: array
          items:
            $ref: '#/components/schemas/TwifInfo'
          minItems: 1

    PcfInfo:
      description: Information of a PCF NF Instance
@@ -3479,6 +3528,13 @@ components:
        redundantTransport:
          type: boolean
          default: false
        interfaceUpfInfoList:
          type: array
          items:
            $ref: '#/components/schemas/InterfaceUpfInfoItem'
          minItems: 1
        dnnUpfInfoListId:
          type: integer
    IpIndex:
      description: Represents the IP Index to be sent from UDM to the SMF (its value can be either an integer or a string)
      anyOf:
@@ -3545,6 +3601,23 @@ components:
          additionalProperties:
            type: string
          minProperties: 1
        interfaceUpfInfoList:
          type: array
          items:
            $ref: '#/components/schemas/InterfaceUpfInfoItem'
          minItems: 1
        privateIpv4AddressRangesPerIpDomain:
          description: >
            Map of private IPv4 Address Ranges Per Ip Domain, where the key of the map is the IP.
            Domain. When present, the value of each entry of the map shall contain a IPv4 private
            address ranges configured for that IP domain.
          type: object
          additionalProperties:
            type: array
            items:
              $ref: '#/components/schemas/Ipv4AddressRange'
            minItems: 1
          minProperties: 1
      not:
        required: [ networkInstance, dnaiNwInstanceList ]
    MnpfInfo: