From 8d081872c5d5031faef91851978ca5430258d8e0 Mon Sep 17 00:00:00 2001 From: garciay Date: Thu, 7 Nov 2024 08:08:03 +0100 Subject: [PATCH] Add text for CAPIF support into the Help page and the Welcome page --- js-apps/frontend/src/js/components/dialogs/version-dialog.js | 1 + .../frontend/src/js/containers/home/home-page-container.js | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/js-apps/frontend/src/js/components/dialogs/version-dialog.js b/js-apps/frontend/src/js/components/dialogs/version-dialog.js index be344ad..dc2c6e7 100644 --- a/js-apps/frontend/src/js/components/dialogs/version-dialog.js +++ b/js-apps/frontend/src/js/components/dialogs/version-dialog.js @@ -29,6 +29,7 @@ class VersionDialog extends Component { diff --git a/js-apps/frontend/src/js/containers/home/home-page-container.js b/js-apps/frontend/src/js/containers/home/home-page-container.js index 97993eb..e17c8cd 100644 --- a/js-apps/frontend/src/js/containers/home/home-page-container.js +++ b/js-apps/frontend/src/js/containers/home/home-page-container.js @@ -72,6 +72,10 @@ class HomePageContainer extends Component { hands-on experience on the behaviour and capabilities of the Location (MEC013), Radio Network Information (MEC012), Traffic Management APIs (MEC015), Application Mobility (MEC021), WLAN Information (MEC028) and V2X Information API (MEC030) service API and MEC Federation Service API (MEC040) service APIs. + MEC Sandbox provides also a support for Edge Native Connector (3GPP TS 29.222: 3rd Generation Partnership Project; Technical Specification Group Core + Network and Terminals; Common API Framework for 3GPP Northbound APIs). +

+

Such contextual information can offer significant differential performance for edge based MEC applications. MEC Sandbox also provides the support of capabilities described by Edge Platform Application Enablement (MEC011) and Device Application Interface (MEC016).

-- GitLab