Commit 29539338 authored by sunse's avatar sunse
Browse files

correction to rebase issue Update TS28541_5GcNrm.yaml

parent 7f93fa1c
Loading
Loading
Loading
Loading
Loading
+0 −52
Original line number Diff line number Diff line
@@ -1622,58 +1622,6 @@ components:
          items:
            $ref: '#/components/schemas/InternalGroupIdRange'


    SnssaiTsctsfInfoItem:
      description: Set of parameters supported by TSCTSF for a given S-NSSAI
      type: object
      required:
        - sNssai
        - dnnInfoList
      properties:
        sNssai:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/ExtSnssai'
        dnnInfoList:
          type: array
          items:
            $ref: '#/components/schemas/DnnTsctsfInfoItem'
          minItems: 1
    DnnTsctsfInfoItem:
      description: Parameters supported by an TSCTSF for a given DNN
      type: object
      required:
        - dnn
      properties:
        dnn:
          anyOf:
            - $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
            - $ref: 'TS29571_CommonData.yaml#/components/schemas/WildcardDnn'
    TsctsfInfo:
      description: Information of a TSCTSF NF Instance
      type: object
      properties:
        sNssaiInfoList:
          description: A map (list of key-value pairs) where a valid JSON string serves as key
          additionalProperties:
            $ref: '#/components/schemas/SnssaiTsctsfInfoItem'
          minProperties: 0
        externalGroupIdentifiersRanges:
          type: array
          items:
            $ref: '#/components/schemas/IdentityRange'
        supiRanges:
          type: array
          items:
            $ref: '#/components/schemas/SupiRange'
        gpsiRanges:
          type: array
          items:
            $ref: '#/components/schemas/IdentityRange'
        internalGroupIdentifiersRanges:
          type: array
          items:
            $ref: '#/components/schemas/InternalGroupIdRange'


#-------- Definition of concrete IOCs --------------------------------------------
    ProvMnS:
      oneOf: