Skip to content
Snippets Groups Projects
Commit a0e673a3 authored by M. Rehan Abbasi's avatar M. Rehan Abbasi
Browse files

update version to v1.9

parent 8026c847
No related branches found
Tags STF625_Milestone_B
No related merge requests found
......@@ -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.
......
......@@ -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;
......
......@@ -22,6 +22,16 @@ class VersionDialog extends Component {
>
<div style={styles.text}>
<Typography theme="primary" use="subtitle1"><p><b>v1.8 &bull;</b> 2022-09-29</p></Typography>
<Typography use="body1">
STF625 update 2:
<ul>
<li>Addition of the BWM API (Bandwidth Management Service) v2.2.1</li>
<li>Addition of the MTS API (Multi-access Traffic Steering Service) v2.2.1</li>
<li>Addition of the DAI API (Device Application Interface Service) v2.2.1</li>
</ul>
</Typography>
<Typography theme="primary" use="subtitle1"><p><b>v1.7 &bull;</b> 2022-06-20</p></Typography>
<Typography use="body1">
STF625 update:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment