From 99c90b24c9e9290966db8e4ebd3140f454a37f27 Mon Sep 17 00:00:00 2001
From: garciay
Date: Mon, 7 Oct 2024 16:47:12 +0200
Subject: [PATCH] Add additional explanation on using MEC040; Moving to verdion
1.10.0
---
config/.meepctl-repocfg.yaml | 2 +-
.../frontend/src/js/containers/home/home-page-container.js | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/config/.meepctl-repocfg.yaml b/config/.meepctl-repocfg.yaml
index 1173aa7..1a17d5b 100644
--- a/config/.meepctl-repocfg.yaml
+++ b/config/.meepctl-repocfg.yaml
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-version: 1.9.0
+version: 1.10.0
repo:
name: AdvantEDGE
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 026e976..97993eb 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
@@ -75,6 +75,12 @@ class HomePageContainer extends Component {
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).
+
+ Important Note: If MEC Federation Service API (MEC040) is used (e.g. by activation 4g-5g-wifi-macro-v2x-fed network scenarion), MEC services and
+ MEC applications will be visible from other MEC Platform using also MEC Federation Service API (MEC040).
+ If you choose to use MEC Federation Service API (MEC040), you accept to establish MEC federation between two partners as specified in ETSI GS MEC 040 V3.2.1 (2024-03) Clause 5.2.4.1 Introduction.
+
+
Users can use the MEC Sandbox API to develop their own MEC applications to access and use the live MEC APIs running an instance of the MEC Sandbox.
The demo6 example illustrates how to use the MEC Sandbox API.
--
GitLab