Commit e41988e6 authored by sunse's avatar sunse
Browse files

CR0859 SMSFFunction NRM enhancement, Update TS28541_5GcNrm.yaml

parent 29cc6a24
Loading
Loading
Loading
Loading
+29 −1
Original line number Diff line number Diff line
@@ -1142,7 +1142,6 @@ components:
          anyOf:
            - $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
            - $ref: 'TS29571_CommonData.yaml#/components/schemas/WildcardDnn'
<<<<<<< HEAD
    EasdfInfo:
      description: Information of an EASDF NF Instance
      type: object
@@ -1372,6 +1371,33 @@ components:
          type: array
          items:
            $ref: '#/components/schemas/SuciInfo'

    PlmnRange:
      description: Range of PLMN IDs
      type: object
      oneOf:
        - required: [ start, end ]
        - required: [ pattern ]
      properties:
        start:
          type: string
          pattern: '^[0-9]{3}[0-9]{2,3}$'
        end:
          type: string
          pattern: '^[0-9]{3}[0-9]{2,3}$'
        pattern:
          type: string

    SmsfInfo:
      description: Specific Data for SMSF
      type: object
      properties:
        roamingUeInd:
          type: boolean
        remotePlmnRangeList:
          type: array
          items:
            $ref: '#/components/schemas/PlmnRange'
          minItems: 1

#-------- Definition of concrete IOCs --------------------------------------------
@@ -1998,6 +2024,8 @@ components:
                      $ref: '#/components/schemas/ManagedNFProfile'
                    commModelList:
                      $ref: '#/components/schemas/CommModelList'
                    smsfInfo:
                      $ref: '#/components/schemas/SmsfInfo'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties: