Commit 447cec26 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bugs & Fixes to report to try-mec

parent 00c6687b
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
# Copyright (c) 2024  The AdvantEDGE Authors
# Copyright (c) 2025  The AdvantEDGE Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: 1.10.0
version: 1.11.0
repo:
  name: etsi-mec-sandbox

@@ -424,6 +424,12 @@ repo:
          meep-virt-chart-templates: charts/meep-virt-chart-templates
          meep-vis: charts/meep-vis
          meep-federation: charts/meep-federation
          meep-cloud-mosquitto: charts/meep-cloud-mosquitto
          meep-mosquitto: charts/meep-mosquitto
          meep-acme-mn-cse: charts/meep-acme-mn-cse
          meep-acme-in-cse: charts/meep-acme-in-cse
          meep-tinyiot-mn-cse: charts/meep-tinyiot-mn-cse
          meep-tinyiot-in-cse: charts/meep-tinyiot-in-cse
        # list of sandbox specific pods
        sandbox-pods:
          - meep-gis-engine
+5 −0
Original line number Diff line number Diff line
@@ -17,3 +17,8 @@ FSCOM
InterDigital Communications Inc
xFlow Research (Pvt.) Inc.
FSCOM

[v1.11.0-Beta xFlow/FSCOM]
InterDigital Communications Inc
xFlow Research (Pvt.) Inc.
FSCOM
+7 −1
Original line number Diff line number Diff line
@@ -20,13 +20,19 @@

------

**_What's New in v1.11.0-Beta xFlow/FSCOM!_**

:zap: **New edge native service: [ETSI MEC040 - MEC Federation API](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#mec-federation-service)**

:zap: ** [ETSI MEC033](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#iot-api) and [ETSI MEC046](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#mec-sensors-sharing) :arrow_up:**

**_What's New in v1.10.0!_**

:zap: **New edge native service: [ETSI MEC Profile for CAPIF](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#edge-platform-application-enablement-service)**

:zap: **New edge native service: [ETSI MEC040 - MEC Federation API](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#mec-federation-service)**

:zap: **Service API upgrade to MEC Phase 3 for [ETSI MEC011](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#edge-platform-application-enablement-service), [ETSI MEC012](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#radio-network-information-service), [ETSI MEC013](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#location-service), [ETSI MEC021](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#application-mobility-service), [ETSI MEC030](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#v2x-information-service), [ETSI MEC033](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#iot-api), [ETSI MEC040](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#mec-federation-service) and [ETSI MEC046](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#mec-sensors-sharing) :arrow_up:**
:zap: **Service API upgrade to MEC Phase 3 for [ETSI MEC011](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#edge-platform-application-enablement-service), [ETSI MEC012](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#radio-network-information-service), [ETSI MEC013](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#location-service), [ETSI MEC021](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#application-mobility-service), [ETSI MEC030](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#v2x-information-service) and [ETSI MEC040](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#mec-federation-service) :arrow_up:**

:zap: **New command line api to develop MEC application/service without GUI**

+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ image:
    MEEP_SANDBOX_NAME: {{.SandboxName}}
    MEEP_SVC_PATH: /fed_enablement/v1
    MEEP_HOST_URL: {{.HostUrl}}
    MEEP_BROKER: mqtt://meep-cloud-mosquitto:1883
    MEEP_BROKER: mqtt://meep-cloud-mosquitto:9001
    MEEP_TOPIC: ETSI/MEC/Federation
    {{- if .IsMepService }}
    MEEP_MEP_NAME: {{.MepName}}
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ image:
    MEEP_SANDBOX_NAME: {{.SandboxName}}
    MEEP_SVC_PATH: /vis/v2
    MEEP_HOST_URL: {{.HostUrl}}
    MEEP_BROKER: mqtt://meep-mosquitto:1883
    MEEP_BROKER: mqtt://meep-mosquitto:9001
    MEEP_TOPIC: 3gpp/v2x/obu
    MEEP_POA_LIST: poa-5g1
    {{- if .IsMepService }}
Loading