From 63da40528eb7d0b1f2ad10038f9d8c1ef292a5b5 Mon Sep 17 00:00:00 2001 From: "rintse.vandevlasakker-tno" Date: Tue, 19 May 2026 15:33:44 +0200 Subject: [PATCH] add tele-operation service level --- code/API_definitions/predictive-connectivity-data.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/API_definitions/predictive-connectivity-data.yaml b/code/API_definitions/predictive-connectivity-data.yaml index 25541db..f5d9279 100644 --- a/code/API_definitions/predictive-connectivity-data.yaml +++ b/code/API_definitions/predictive-connectivity-data.yaml @@ -433,11 +433,13 @@ components: service levels are as follows: - C2: Command and Control. Consists in connecting an unmanned aerial vehicle with its remote controller. This link allows data transmission in both directions, facilitating real-time operation and feedback. - STREAM_4K: Streaming in 4K quality. + - TELE_OPERATION: Intended for vehicle tele-operation in the automotive sector. Combination of low-latency actuation and low-latency, high-throughput sensor feedback (e.g. camera feeds). - BEST_EFFORT: This service level provides a qualitative estimation of coverage based on each operator's own prediction models or public coverage maps. It does not imply any guarantee of network performance or service availability. The values of GC, MC, NC, and ND should be interpreted as approximate indicators of expected connectivity quality, not as results derived from standardised thresholds. type: string enum: - C2 - STREAM_4K + - TELE_OPERATION - BEST_EFFORT NetworkType: description: >-