Commit 46c42c4c authored by Yann Garcia's avatar Yann Garcia
Browse files

Add MEC-040 descriptions; Move to versoon 1.10

parent c8af1e94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 */

// Version
export const MEC_SANDBOX_VERSION = 'v1.9';
export const MEC_SANDBOX_VERSION = 'v1.10';

// Host
export const HOST_PATH = location.origin;
+11 −0
Original line number Diff line number Diff line
@@ -22,6 +22,17 @@ class VersionDialog extends Component {
      >
        <div style={styles.text}>

          <Typography theme="primary" use="subtitle1"><p><b>v1.10 &bull;</b> 2023-02-22</p></Typography>
          <Typography use="body1">
            <p>AdvantEDGE baseline upgrade to v1.10.0</p>
            STF678 Final:
            <ul>
              <li>MEC Federation Service API support</li>
              <li>MEC Sandbox API for command line support</li>
              <li>General maintenance fixes</li>
            </ul>
          </Typography>

          <Typography theme="primary" use="subtitle1"><p><b>v1.9 &bull;</b> 2023-02-22</p></Typography>
          <Typography use="body1">
            <p>AdvantEDGE baseline upgrade to v1.9.0</p>
+7 −3
Original line number Diff line number Diff line
@@ -68,13 +68,17 @@ class HomePageContainer extends Component {
              </p>
              <p>
                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
                (4G, 5G, Wi-Fi, MEC Federation) 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), Application Mobility (MEC021), WLAN Information (MEC028) and
                V2X Information API (MEC030) service APIs. Such contextual information can offer significant differential performance
                for edge based MEC applications.
                V2X Information API (MEC030) service API and MEC Federation Service API (MEC040) service 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).
              </p>
              <p>
                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.
              </p>
              <p>
                But wait - MEC Sandbox is not only a browser experience!<br/>
                Users with existing applications can configure them to access and use the live MEC APIs running in their own
+1 −1
Original line number Diff line number Diff line
version: 1.9.0
version: 1.10.0
name: 4g-5g-macro-v2x-fed
deployment:
    netChar:
+1 −1
Original line number Diff line number Diff line
version: 1.9.0
version: 1.10.0
name: 4g-5g-macro-v2x
deployment:
    netChar:
Loading