Commit 3b2bc0a7 authored by Jose Antonio Ordoñez Lucena's avatar Jose Antonio Ordoñez Lucena Committed by ruiyue
Browse files

Edit TS28623_GenericNrm.yaml

parent 7218874c
Loading
Loading
Loading
Loading
+13 −5
Original line number Diff line number Diff line
@@ -157,11 +157,19 @@ components:
          $ref: '#/components/schemas/EutraCellId'
        minItems: 1
        maxItems: 32
      - type: array
      - type: object
        properties: 
          nrCellId:
            type: array
            items:
              $ref: '#/components/schemas/NrCellId'
            minItems: 1
            maxItems: 32
          nPNIdentityList:
            type: array
            items:
              $ref: '#/components/schemas/NpnId-Type'
          minItems: 1
      - type: array
        items:
          $ref: '#/components/schemas/Tac'