Commit 5e5336ef authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TS28.541_Rel16_CR0901_Correction_to_multiplicity_definition_to_nRPciList_and_stage_3_implementation_of_both_NRPciList_and_CSonPciList' into 'Integration_Rel16_SA5_149_YAML'

TS28.541_Rel16_CR0901 Update TS28541_NrNrm.yaml

See merge request !612
parents 47431dae 036b9347
Loading
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
@@ -175,16 +175,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