Commit 82bb4aa1 authored by ruiyue's avatar ruiyue
Browse files

Merge branch '28.541_Rel20_CR1611_Enhancement_of_PcscfInfo' into 'Integration_Rel20_SA5_163_YAML'

28.541 Rel20 CR1611 Enhancement of PcscfInfo

See merge request !1925
parents be657409 2c51181d
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -3974,6 +3974,18 @@ components:
          items:
            $ref: '#/components/schemas/Ipv6PrefixRange'
          minItems: 1
        supiRanges:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/SupiRange'
          minItems: 1
        gpsiRanges:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/IdentityRange'
          minItems: 1
    NfInfo:
      description: Information of a generic NF Instance
      type: object