Commit 98461c8c authored by shumim's avatar shumim Committed by ruiyue
Browse files

CR0579

parent 199f37ff
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -58,7 +58,16 @@ components:
      format: float
      minimum: -180
      maximum: 180

    Circle:
      description: This datatype is specifies the geographical area for NTN
      type: object
      properties:
        referenceLocation:
          type: string
        distanceRadius:
          type: integer
          minimum: 1
          maximum: 65535
    Dn:
      description: This datatype is used for writable attribute
      type: string
@@ -166,6 +175,11 @@ components:
              items:
                $ref: '#/components/schemas/GeoCoordinate'
              minItems: 1
        - type: object
          properties:
            geoCircle:
              $ref: '#/components/schemas/Circle'
            minItems: 1
    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'