Commit b3a0aa5f authored by ruiyue's avatar ruiyue
Browse files

Replace TS28623_ComDefs.yaml

parent 411220ce
Loading
Loading
Loading
Loading
Loading
+56 −3
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: Common Type Definitions
  version: 19.5.0
  version: 19.6.0
  description: >-
    OAS 3.0.1 specification of common type definitions in the Generic NRM
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -58,7 +58,16 @@ components:
      format: float
      minimum: -180
      maximum: 180

    GeoCircle:
      description: This datatype is specifies the geographical area for NTN
      type: object
      properties:
        referenceLocation:
          $ref: '#/components/schemas/GeoCoordinate'
        distanceRadius:
          type: integer
          minimum: 1
          maximum: 65535
    Dn:
      description: This datatype is used for writable attribute
      type: string
@@ -148,6 +157,46 @@ components:
          $ref: '#/components/schemas/DateTimeRo'
        endTime:
          $ref: '#/components/schemas/DateTimeRo'
    EventTriggerConfig:
      description: This defines the configuration parameters of trigger event used for M10 measurement in NR. For details, please refer to TS 32.422 subclause 5.10.X.
      type: object
      properties:
        eventType:
          type: string
          enum:
            - eventA1
            - eventA2
        thresholdRAN:
          type: integer
          minimum: 0
          maximum: 127
        measurementQuantityRAN:
          type: string
          enum:
            - RSRP
        hysteresisRAN:
          type: integer
          minimum: 0
          maximum: 30
        timeToTriggerRAN:
          type: string
          enum:
            - 0ms
            - 40ms
            - 64ms
            - 80ms
            - 100ms
            - 128ms
            - 160ms
            - 256ms
            - 320ms
            - 480ms
            - 512ms
            - 640ms
            - 1024ms
            - 1280ms
            - 2560ms
            - 5120ms
    GeoCoordinate:
      type: object
      properties:
@@ -166,6 +215,10 @@ components:
              items:
                $ref: '#/components/schemas/GeoCoordinate'
              minItems: 1
        - type: object
          properties:
            geoCircle:
              $ref: '#/components/schemas/GeoCircle'
    GeoAreaToCellMapping:
      type: object
      properties:
@@ -527,7 +580,7 @@ components:
          type: string
        title:
          type: string
        badOP:
        badOp:
          type: string
        otherProblems:
          type: array