Commit c2daa3bd authored by sunse's avatar sunse
Browse files

Rel19 TS28623 CR0464 enhancement to NRM related to multiplicity

parent abc15b95
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -196,16 +196,23 @@ components:
        - type: array
          items:
            $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai'
          minItems: 1
          maxItems: 8
        - type: array
          items:
            $ref: '#/components/schemas/NrCellId'
          minItems: 1
          maxItems: 32
        - type: array
          items:
            $ref: '#/components/schemas/EutraCellId'
          minItems: 1
          maxItems: 32
        - type: array
          items:
            $ref: '#/components/schemas/UtraCellId'

          minItems: 1
          maxItems: 32
    Fqdn:
      type: string
      description: This datatype is used for writable attribute
+15 −4
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ components:
          items:
            type: string
          readOnly: true 
          minItems: 1 
        granularityPeriods:
          type: array
          uniqueItems: true
@@ -150,19 +151,28 @@ components:
      - type: array
        items:
          $ref: '#/components/schemas/NpnId-Type'
        minItems: 1
      - oneOf:
        - type: array
          items:
            $ref: '#/components/schemas/EutraCellId'
          minItems: 1
          maxItems: 32
        - type: array
          items:
            $ref: '#/components/schemas/NrCellId'
          minItems: 1
          maxItems: 32
        - type: array
          items:
            $ref: '#/components/schemas/Tac'
          minItems: 1
          maxItems: 8
        - type: array
          items:
            $ref: '#/components/schemas/Tai'
          minItems: 1
          maxItems: 8
    Tai:
      type: object
      properties:
@@ -216,6 +226,8 @@ components:
                  - FRIDAY
                  - SATURDAY
                  - SUNDAY
                minItems: 1
                maxItems: 7
        - type: object
          properties:
            timeIntervals:
@@ -240,14 +252,12 @@ components:
          uniqueItems: true
          items:
            type: string
          minItems: 1
          maxItems: 256  
        nIDList:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Nid'
          minItems: 1
          maxItems: 16
      oneOf:
        - required: [plmnId, cAGIdList]
@@ -303,6 +313,7 @@ components:
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mcc'
          readOnly: true
          minItems: 1
        priorityLabel:
          type: integer
          readOnly: true
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ components:
               uniqueItems: true
               items:
                 $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
               minItems: 1

#-------- Definition of YAML arrays for name-contained IOCs ----------------------

+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ components:
                  uniqueItems: true
                  items:
                    type: string
                  minItems: 1
                granularityPeriod:
                  type: integer
                  minimum: 1
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ components:
          uniqueItems: true
          items:
            type: string
          minItems: 1
        thresholdDirection:
          type: string
          enum:
@@ -70,6 +71,7 @@ components:
                  uniqueItems: true
                  items:
                    $ref: '#/components/schemas/ThresholdInfo'
                  minItems: 1
                monitorGranularityPeriod:
                  type: integer
                  minimum: 1
Loading