Commit 915c9070 authored by sunse's avatar sunse
Browse files

Rel17_CR0339_correction_to_OpenAPI_stage_3_issues Update TS28623_ComDefs.yaml

parent 1f64b516
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ info:
  version: 17.6.0
  description: >-
    OAS 3.0.1 specification of common type definitions in the Generic NRM
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 28.623; Generic NRM; Common type definitions
@@ -93,13 +93,16 @@ components:
    GeoAreaToCellMapping:
      type: object
      properties:
        convexGeoPolygon:
        geoArea:
          $ref: '#/components/schemas/GeoArea'
        associationThreshold:
          type: integer
    AreaOfInterest:
      oneOf:
        - $ref: '#/components/schemas/GeoAreaToCellMapping'
        - type: array
          items:
            $ref: '#/components/schemas/GeoAreaToCellMapping'
          minItems: 1
        - type: array
          items:
            $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai'
@@ -163,7 +166,7 @@ components:
    UsageState:
      type: string
      enum:
        - IDEL
        - IDLE
        - ACTIVE
        - BUSY