Commit 04fa47fc authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TS28.541_Rel17_CR0902_Correction_to_multiplicity_definition_to_nRPciList_and_stage_3_implementation_of_both_NRPciList_and_CSonPciList' into 'Integration_Rel17_SA5_149_YAML'

TS28.541_Rel17_CR0902 Update TS28541_NrNrm.yaml

See merge request !613
parents 632facaa 506e0e80
Loading
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
@@ -199,16 +199,18 @@ components:
          type: integer

    NRPciList:
      type: object
      properties:
        NRPci:
          type: integer
      type: array
      items:
        $ref: '#/components/schemas/NrPci'
      minItems: 0
      maxItems: 1007

    CSonPciList:
      type: object
      properties:
        NRPci:
          type: integer
      type: array
      items:
        $ref: '#/components/schemas/NrPci'
      minItems: 1
      maxItems: 100

    MaximumDeviationHoTrigger:
      type: integer