Commit ed7bc5db authored by sunse's avatar sunse
Browse files

manual fix for rebase confliction

parents e6c84629 760fe1f5
Loading
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -1371,6 +1371,33 @@ components:
          items:
            $ref: '#/components/schemas/SuciInfo'
          minItems: 1
    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 --------------------------------------------
    ProvMnS:
@@ -1996,6 +2023,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: