From a0e673a35bedb4e94bf06ed3f16d87602b416cce Mon Sep 17 00:00:00 2001 From: "M. Rehan Abbasi" Date: Thu, 29 Sep 2022 18:38:54 +0500 Subject: [PATCH] update version to v1.9 --- README.md | 4 +++- js-apps/frontend/src/js/app-constants.js | 2 +- .../src/js/components/dialogs/version-dialog.js | 10 ++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b3638a..efc3e5a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ presented via OpenAPI compliant descriptions. MEC Sandbox provides the user with a choice of scenarios combining different network technologies (4G, 5G, Wi-Fi) and terminal types. Combining these assets in a geolocated environment, a user can gain hands-on experience on the behaviour -and capabilities of the Location (MEC013), Radio Network Information (MEC012), Traffic Management APIs (MEC015), Device Application Interface (MEC016), WLAN Information (MEC028), Edge Platform +and capabilities of the Location (MEC013), Radio Network Information (MEC012), Traffic Management APIs (MEC015), Device Application Interface (MEC016), +WLAN Information (MEC028), Edge Platform Application Enablement (MEC011) and Application Mobility (MEC021) service APIs. Such contextual information can offer +significant differential performance for edge based MEC applications. Application Enablement (MEC011) and Application Mobility (MEC021) service APIs. Such contextual information can offer significant differential performance for edge based MEC applications. diff --git a/js-apps/frontend/src/js/app-constants.js b/js-apps/frontend/src/js/app-constants.js index b730716..c935e14 100644 --- a/js-apps/frontend/src/js/app-constants.js +++ b/js-apps/frontend/src/js/app-constants.js @@ -3,7 +3,7 @@ */ // Version -export const MEC_SANDBOX_VERSION = 'v1.7'; +export const MEC_SANDBOX_VERSION = 'v1.8'; // Host export const HOST_PATH = location.origin; 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 05336e9..dd3bb07 100644 --- a/js-apps/frontend/src/js/components/dialogs/version-dialog.js +++ b/js-apps/frontend/src/js/components/dialogs/version-dialog.js @@ -22,6 +22,16 @@ class VersionDialog extends Component { >
+

v1.8 • 2022-09-29

+ + STF625 update 2: +
    +
  • Addition of the BWM API (Bandwidth Management Service) v2.2.1
  • +
  • Addition of the MTS API (Multi-access Traffic Steering Service) v2.2.1
  • +
  • Addition of the DAI API (Device Application Interface Service) v2.2.1
  • +
+
+

v1.7 • 2022-06-20

STF625 update: -- GitLab