Commit c439e30b authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TS28.541_Rel18_CR0903_Correction_to_multiplicity_definition_to_nRPciList_and_stage_3_implementation_of_both_NRPciList_and_CSonPciList' into 'Integration_Rel18_SA5_149_YAML'

TS28.541_Rel18_CR0903 Update TS28541_NrNrm.yaml

See merge request !614
parents a9ba238c d3c6fb1d
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