Loading OpenAPI/TS28623_ComDefs.yaml +15 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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: Loading OpenAPI/TS28623_GenericNrm.yaml +8 −0 Original line number Diff line number Diff line Loading @@ -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' Loading Loading
OpenAPI/TS28623_ComDefs.yaml +15 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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: Loading
OpenAPI/TS28623_GenericNrm.yaml +8 −0 Original line number Diff line number Diff line Loading @@ -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' Loading