From 83563aaff6b38d807241035bb51cea4f5b9dc19c Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Tue, 8 Jul 2025 10:33:16 +0100 Subject: [PATCH 1/2] Update predictive-connectivity-data.yaml --- 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 64edac1..8ec122f 100644 --- a/code/API_definitions/predictive-connectivity-data.yaml +++ b/code/API_definitions/predictive-connectivity-data.yaml @@ -359,10 +359,12 @@ 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. + - BEST_EFFORT: A best effort data service with a qualitative connectivity assessment but no specific service level guarantee. type: string enum: - C2 - STREAM_4K + - BEST_EFFORT NetworkType: description: >- Specifies the type of connectivity for which to retrieve data. Allowed From dc5a9b4f777d96c20107feffeb8231c7841b6f52 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Tue, 28 Oct 2025 09:51:31 +0000 Subject: [PATCH 2/2] Clarify BEST_EFFORT service level description Updated the description of the BEST_EFFORT service level to clarify its qualitative nature and lack of guarantees. --- code/API_definitions/predictive-connectivity-data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/predictive-connectivity-data.yaml b/code/API_definitions/predictive-connectivity-data.yaml index 6850093..e51ded6 100644 --- a/code/API_definitions/predictive-connectivity-data.yaml +++ b/code/API_definitions/predictive-connectivity-data.yaml @@ -433,7 +433,7 @@ 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. - - BEST_EFFORT: A best effort data service with a qualitative connectivity assessment but no specific service level guarantee. + - 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