Decoding Versions issue in AefProfile/InterfaceDescription
According to ETSI GS MEC 011 V3.3.1 (2024-11) Table 9.1.5.3-1: Profiling of the AefProfile data type and ETSI TS 129 222 V18.7.0 (2025-01) Table 8.2.4.2.3-1: Definition of type InterfaceDescription, InterfaceDescription is a record with ipv4Addr/ipv5Addr field, not uris. In the MEC Sandbox, it is sent as a uris: ``` "interfaceDescriptions": { "uris": [ "https://mec-platform.etsi.org/sbxykqjr17/mep1/bwm/v1/" ], "fqdn": null, "addresses": null, "alternative": null } ``` Use test AtsMec_EdgePlatformApplicationEnablementAPI_TestCases.TC_MEC_MEC011_SRV_MEC_PROFILE_FOR_CAPIF_001_OK_02 to validate
issue