Commit 5bb16cf7 authored by ruiyue's avatar ruiyue
Browse files

Replace TS28623_GenericNrm.yaml

parent 732fc210
Loading
Loading
Loading
Loading
Loading
+47 −16
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: Generic NRM
  version: 18.9.0
  version: 18.10.0
  description: >-
    OAS 3.0.1 definition of the Generic NRM
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 28.623; Generic NRM
@@ -233,24 +233,55 @@ components:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
        timer:
          type: integer
    
    AreaScope:
      allOf:
      - type: array
        items:
          $ref: '#/components/schemas/NpnId-Type'
      - oneOf:
      oneOf:
      - type: array
        items:
          $ref: '#/components/schemas/EutraCellId'
        - type: array
        minItems: 1
        maxItems: 32
      - type: object
        properties: 
          nrCellId:
            type: array
            items:
              $ref: '#/components/schemas/NrCellId'
        - type: array
            minItems: 1
            maxItems: 32
          nPNIdentityList:
            type: array
            items:
              $ref: '#/components/schemas/NpnId-Type'
      - type: object
        properties: 
          tacList:
            type: array
            items:
              $ref: '#/components/schemas/Tac'
        - type: array
            minItems: 1
            maxItems: 8
          cAGIdList:
            type: array
            items:
              type: string
            maxItems: 256
      - type: object
        properties: 
          taiList:
            type: array
            items:
              $ref: '#/components/schemas/Tai'
            minItems: 1
            maxItems: 8
          nPNIdentityList:
            type: array
            items:
              $ref: '#/components/schemas/NpnId-Type'
      - type: array
        items:
          $ref: '#/components/schemas/NpnId-Type'
        minItems: 1
    Tai:
      type: object
      properties: