Commit dfc3bec3 authored by ruiyue's avatar ruiyue
Browse files

Merge branch 'Rel19_CR0579_28.623_Add_Geo_area_scope_for_NTN_MDT' into...

Merge branch 'Rel19_CR0579_28.623_Add_Geo_area_scope_for_NTN_MDT' into 'Integration_Rel19_SA5_163_YAML'

Rel19_CR0579_28.623_Add_Geo_area_scope_for_NTN_MDT

See merge request !1947
parents 199f37ff 41926fcb
Loading
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -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
@@ -166,6 +175,10 @@ components:
              items:
                $ref: '#/components/schemas/GeoCoordinate'
              minItems: 1
        - type: object
          properties:
            geoCircle:
              $ref: '#/components/schemas/GeoCircle'
    GeoAreaToCellMapping:
      type: object
      properties:
+8 −0
Original line number Diff line number Diff line
@@ -199,6 +199,14 @@ components:
              type: array
              items:
                $ref: '#/components/schemas/NpnId-Type'
        - type: object
          properties: 
            nTNGeoAreaList:
              type: array
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
              minItems: 1
              maxItems: 8
        - type: array
          items:
            $ref: '#/components/schemas/NpnId-Type'