Commit 72c4755c authored by Yann Garcia's avatar Yann Garcia
Browse files

TTF T043 validation (continue)

parent 5a07b995
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -13,7 +13,8 @@ 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 Application Enablement (MEC011), Application Mobility (MEC021) service APIs, V2X Information API (MEC030) service API, MEC Federation Service API (MEC040) service APIs and Sensors-Sharing Services (MEC046) service APIs. 
WLAN Information (MEC028), Edge Platform Application Enablement (MEC011), Application Mobility (MEC021) service APIs, V2X Information API (MEC030) service API,  
MEC IoT API (MEC 033), MEC Federation Service API (MEC040) service APIs and Sensors-Sharing Services (MEC046) service APIs. 
MEC Sandbox provides also a support for Edge Native Connector (3GPP TS 29.222: 3rd Generation Partnership Project; Technical Specification GroupCore
Network and Terminals; Common API Framework for 3GPP Northbound APIs). Such contextual information can offer
significant differential performance for edge based MEC applications.
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 */

// Version
export const MEC_SANDBOX_VERSION = 'v1.10';
export const MEC_SANDBOX_VERSION = 'v1.11-Beta FSCOM';

// Host
export const HOST_PATH = location.origin;
+2 −2
Original line number Diff line number Diff line
@@ -22,9 +22,9 @@ 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 theme="primary" use="subtitle1"><p><b>v1.11-beta FSCOM &bull;</b> 2023-02-22</p></Typography>
          <Typography use="body1">
            <p>AdvantEDGE baseline upgrade to v1.10.0</p>
            <p>AdvantEDGE baseline upgrade to v1.11.0-beta FSCOM</p>
            STF678 Final:
            <ul>
              <li>MEC Federation Service API support</li>
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ class HomePageContainer extends Component {
                (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), Device application interface (MEC016), Application Mobility (MEC021), WLAN Information (MEC028),
                V2X Information API (MEC030) service API, MEV IoT API (MEC 033), MEC Federation Service API (MEC040) service APIs and Sensors-Sharing Services (MEC046).
                V2X Information API (MEC030) service API, MEC IoT API (MEC 033), MEC Federation Service API (MEC040) service APIs and Sensors-Sharing Services (MEC046).
                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).
              </p>
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ class ApiTable extends Component {
    case 'meep-iot':
      prefixStd = '033';
      break;
    case 'meep-fed':
    case 'meep-federation':
      prefixStd = '040';
      break;
    case 'meep-sss':