Commit e301aee6 authored by Yann Garcia's avatar Yann Garcia
Browse files

Review MEC 013

parent 5e37f3a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@
 *                 No part may be reproduced except as authorized by written permission.
 *                 No part may be reproduced except as authorized by written permission.
 *                 The copyright and the foregoing restriction extend to reproduction in all media.
 *                 The copyright and the foregoing restriction extend to reproduction in all media.
 *                 All rights reserved.
 *                 All rights reserved.
 *    @see      ETSI GS MEC 003, Draft ETSI GS MEC 011 V3.2.1
 *    @see      ETSI GS MEC 003, Draft ETSI GS MEC 011 V3.3.1
 */
 */
module AtsMec_EdgePlatformApplicationEnablementAPI_TestCases {
module AtsMec_EdgePlatformApplicationEnablementAPI_TestCases {


+29 −29
Original line number Original line Diff line number Diff line
@@ -36,7 +36,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * @member operationAction Operation that is being performed on the MEC application instance
   * @member operationAction Operation that is being performed on the MEC application instance
   * @member maxGracefulTimeout Maximum non-zero timeout value in seconds for graceful termination or graceful stop of an application instance
   * @member maxGracefulTimeout Maximum non-zero timeout value in seconds for graceful termination or graceful stop of an application instance
   * @member links Object containing hyperlinks related to the resource
   * @member links Object containing hyperlinks related to the resource
   * @see ETSI GS MEC 011 V3.2.1 Table 7.1.4.2-1: Attributes of AppTerminationNotification
   * @see ETSI GS MEC 011 V3.3.1 Table 7.1.4.2-1: Attributes of AppTerminationNotification
   */
   */
  type record AppTerminationNotification {
  type record AppTerminationNotification {
    NotificationType   notificationType,
    NotificationType   notificationType,
@@ -52,7 +52,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   *       that the application has completed its application level related terminate/stop actions, e.g. retention of application state
   *       that the application has completed its application level related terminate/stop actions, e.g. retention of application state
   *       in the case of stop.
   *       in the case of stop.
   * @member operationAction Operation that is being performed on the MEC application instance
   * @member operationAction Operation that is being performed on the MEC application instance
   * @see ETSI GS MEC 011 V3.2.1 Table 7.1.4.3-1: Attributes of AppTerminationConfirmation
   * @see ETSI GS MEC 011 V3.3.1 Table 7.1.4.3-1: Attributes of AppTerminationConfirmation
   */
   */
  type record AppTerminationConfirmation {
  type record AppTerminationConfirmation {
    OperationAction operationAction
    OperationAction operationAction
@@ -61,7 +61,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
  /**
  /**
   * @desc This type represents the information that the MEC application instance indicates to the MEC platform that it is up and running
   * @desc This type represents the information that the MEC application instance indicates to the MEC platform that it is up and running
   * @member indication Indication about the MEC application instance
   * @member indication Indication about the MEC application instance
   * @see ETSI GS MEC 011 V3.2.1 Table 7.1.4.4-1: Attributes of AppReadyConfirmation
   * @see ETSI GS MEC 011 V3.3.1 Table 7.1.4.4-1: Attributes of AppReadyConfirmation
   */
   */
  type record AppReadyConfirmation {
  type record AppReadyConfirmation {
    Json.String indication
    Json.String indication
@@ -79,7 +79,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * @member callbackReference URI selected by the MEC application instance to receive notifications on the subscribed MEC application instance management information
   * @member callbackReference URI selected by the MEC application instance to receive notifications on the subscribed MEC application instance management information
   * @member links Object containing hyperlinks related to the resource
   * @member links Object containing hyperlinks related to the resource
   * @member appInstanceId It is used as the filtering criterion for the subscribed events
   * @member appInstanceId It is used as the filtering criterion for the subscribed events
   * @see ETSI GS MEC 011 V3.2.1 Table 7.1.3.2-1: Attributes of AppTerminationNotificationSubscription
   * @see ETSI GS MEC 011 V3.3.1 Table 7.1.3.2-1: Attributes of AppTerminationNotificationSubscription
   */
   */
  type record AppTerminationNotificationSubscription {
  type record AppTerminationNotificationSubscription {
    SubscriptionType subscriptionType,
    SubscriptionType subscriptionType,
@@ -102,7 +102,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {


  /**
  /**
   * @desc Represents possible states of a MEC service instance
   * @desc Represents possible states of a MEC service instance
   * @see ETSI GS MEC 011 V3.2.1 Table 8.1.6.6-1: Enumeration ServiceState
   * @see ETSI GS MEC 011 V3.3.1 Table 8.1.6.6-1: Enumeration ServiceState
   */
   */
  type enumerated ServiceState {
  type enumerated ServiceState {
    ACTIVE (0),
    ACTIVE (0),
@@ -116,7 +116,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * @member state Liveness state of the MEC service instance
   * @member state Liveness state of the MEC service instance
   * @member timeStamp The time when the last "heartbeat" message was received by MEC platform
   * @member timeStamp The time when the last "heartbeat" message was received by MEC platform
   * @member interval The interval (in seconds) between two consecutive "heartbeat" messages (see clause 8.2.10.3.3) that MEC platform has determined.
   * @member interval The interval (in seconds) between two consecutive "heartbeat" messages (see clause 8.2.10.3.3) that MEC platform has determined.
   * @see ETSI GS MEC 011 V3.2.1 Table 8.1.2.4-1: Attributes of ServiceLivenessInfo
   * @see ETSI GS MEC 011 V3.3.1 Table 8.1.2.4-1: Attributes of ServiceLivenessInfo
   */
   */
  type record ServiceLivenessInfo {
  type record ServiceLivenessInfo {
    ServiceState state,
    ServiceState state,
@@ -127,7 +127,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
  /**
  /**
   * @desc This type represents changes to the liveness information of a MEC service instance
   * @desc This type represents changes to the liveness information of a MEC service instance
   * @member state Update to the state of the MEC service instance to indicate that the service is still alive.
   * @member state Update to the state of the MEC service instance to indicate that the service is still alive.
   * @see ETSI GS MEC 011 V3.2.1 Table 8.1.2.5-1: Attributes of ServiceLivenessUpdate
   * @see ETSI GS MEC 011 V3.3.1 Table 8.1.2.5-1: Attributes of ServiceLivenessUpdate
   */
   */
  type record ServiceLivenessUpdate {
  type record ServiceLivenessUpdate {
    ServiceState state
    ServiceState state
@@ -166,7 +166,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {


  /**
  /**
   * @desc Platform Time Source status. 1 = TRACEABLE - time source is locked to the UTC time source. 2 = NONTRACEABLE - time source is not locked to the UTC time source.
   * @desc Platform Time Source status. 1 = TRACEABLE - time source is locked to the UTC time source. 2 = NONTRACEABLE - time source is not locked to the UTC time source.
   * @see ETSI GS MEC 011 V3.2.1 Table 7.1.2.5-1: Attributes of CurrentTime
   * @see ETSI GS MEC 011 V3.3.1 Table 7.1.2.5-1: Attributes of CurrentTime
   */
   */
  type enumerated TimeSourceStatus {
  type enumerated TimeSourceStatus {
    TRACEABLE (1),
    TRACEABLE (1),
@@ -178,7 +178,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * @member seconds The seconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.
   * @member seconds The seconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.
   * @member nanoSeconds The nanoseconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.
   * @member nanoSeconds The nanoseconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.
   * @member timeSourceStatus Platform Time Source status. 1 = TRACEABLE - time source is locked to the UTC time source. 2 = NONTRACEABLE - time source is not locked to the UTC time source.
   * @member timeSourceStatus Platform Time Source status. 1 = TRACEABLE - time source is locked to the UTC time source. 2 = NONTRACEABLE - time source is not locked to the UTC time source.
   * @see ETSI GS MEC 011 V3.2.1 Table 7.1.2.5-1: Attributes of CurrentTime
   * @see ETSI GS MEC 011 V3.3.1 Table 7.1.2.5-1: Attributes of CurrentTime
   */
   */
  type record CurrentTime {
  type record CurrentTime {
    Seconds seconds,
    Seconds seconds,
@@ -200,7 +200,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * @member appFeatureOptional Describes features a MEC application may use if available
   * @member appFeatureOptional Describes features a MEC application may use if available
   * @member isInsByMec Indicate whether the application instance is instantiated by the MEC Management
   * @member isInsByMec Indicate whether the application instance is instantiated by the MEC Management
   * @member appProfile Can be mapped to EAS profile as defined in ETSI TS 129 558 [19]
   * @member appProfile Can be mapped to EAS profile as defined in ETSI TS 129 558 [19]
   * @see ETSI GS MEC 011 V3.2.1 7.1.2.6-1: Attributes of AppInfo
   * @see ETSI GS MEC 011 V3.3.1 7.1.2.6-1: Attributes of AppInfo
   */
   */
  type record AppInfo {
  type record AppInfo {
    Json.String         appName,
    Json.String         appName,
@@ -252,7 +252,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * member srcMacAddress If the interface type is "MAC", source address identifies the MAC address of the interface
   * member srcMacAddress If the interface type is "MAC", source address identifies the MAC address of the interface
   * member dstMacAddress If the interface type is "MAC", destination address identifies the MAC address of the interface
   * member dstMacAddress If the interface type is "MAC", destination address identifies the MAC address of the interface
   * member dstIpAddress If the interface type is "IP", destination address identifies the IP address of the remote destination
   * member dstIpAddress If the interface type is "IP", destination address identifies the IP address of the remote destination
   * @see ETSI GS MEC 011 V3.2.1 Table 7.1.5.3-1: Attributes of DestinationInterface
   * @see ETSI GS MEC 011 V3.3.1 Table 7.1.5.3-1: Attributes of DestinationInterface
   */
   */
  type record DestinationInterface {
  type record DestinationInterface {
    InterfaceType                   interfaceType,
    InterfaceType                   interfaceType,
@@ -308,7 +308,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * member ipAddress IP address associated with the FQDN resolved by the DNS rule
   * member ipAddress IP address associated with the FQDN resolved by the DNS rule
   * member ttl Time to live value, in seconds.
   * member ttl Time to live value, in seconds.
   * member state Contains the DNS rule state: ACTIVE, INACTIVE
   * member state Contains the DNS rule state: ACTIVE, INACTIVE
   * @see ETSI GS MEC 011 V3.2.1 Table 7.1.2.3-1: Attributes of DnsRule
   * @see ETSI GS MEC 011 V3.3.1 Table 7.1.2.3-1: Attributes of DnsRule
   */
   */
  type record DnsRule {
  type record DnsRule {
    DnsRule_Id            dnsRuleId,
    DnsRule_Id            dnsRuleId,
@@ -370,7 +370,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
  /**
  /**
   * @desc This type represents a type of link and may be referenced from data structures.
   * @desc This type represents a type of link and may be referenced from data structures.
   * @member href URI referring to a resource
   * @member href URI referring to a resource
   * @see ETSI GS MEC 011 V3.2.1 Table 6.3.2-1: Attributes of the LinkType
   * @see ETSI GS MEC 011 V3.3.1 Table 6.3.2-1: Attributes of the LinkType
   */
   */
  type record LinkType {
  type record LinkType {
    Href href
    Href href
@@ -421,7 +421,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * @desc This type represents a list of links related to currently existing subscriptions for a MEC application instance.
   * @desc This type represents a list of links related to currently existing subscriptions for a MEC application instance.
   * @member self_ Self-referring URI
   * @member self_ Self-referring URI
   * @member subscriptions The MEC application instance's subscriptions
   * @member subscriptions The MEC application instance's subscriptions
   * @see ETSI GS MEC 011 V3.2.1 Table 6.2.2-1: Attributes of the SubscriptionLinkList
   * @see ETSI GS MEC 011 V3.3.1 Table 6.2.2-1: Attributes of the SubscriptionLinkList
   */
   */
  type record Links {
  type record Links {
    LinkType      self_,
    LinkType      self_,
@@ -433,7 +433,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
  /**
  /**
   * @desc This type represents a list of links related to currently existing subscriptions for a MEC application instance.
   * @desc This type represents a list of links related to currently existing subscriptions for a MEC application instance.
   * @member links Object containing hyperlinks related to the resource
   * @member links Object containing hyperlinks related to the resource
   * @see ETSI GS MEC 011 V3.2.1 Table 6.2.2-1: Attributes of the SubscriptionLinkList
   * @see ETSI GS MEC 011 V3.3.1 Table 6.2.2-1: Attributes of the SubscriptionLinkList
   */
   */
  type record SubscriptionLinkList {
  type record SubscriptionLinkList {
    Links links
    Links links
@@ -445,7 +445,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * @desc The MEC application instance's subscriptions
   * @desc The MEC application instance's subscriptions
   * @member href URI referring to the subscription
   * @member href URI referring to the subscription
   * @member subscriptionType Type of the subscription
   * @member subscriptionType Type of the subscription
   * @see ETSI GS MEC 011 V3.2.1 Table 6.2.2-1: Attributes of the SubscriptionLinkList
   * @see ETSI GS MEC 011 V3.3.1 Table 6.2.2-1: Attributes of the SubscriptionLinkList
   */
   */
  type record Subscription_ {
  type record Subscription_ {
    Json.AnyURI href,
    Json.AnyURI href,
@@ -479,7 +479,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {


  /**
  /**
   * @desc This type represents security information related to a transport.
   * @desc This type represents security information related to a transport.
   * @see ETSI GS MEC 011 V3.2.1 Table 8.1.5.4-1: Attributes of SecurityInfo
   * @see ETSI GS MEC 011 V3.3.1 Table 8.1.5.4-1: Attributes of SecurityInfo
   */
   */
  type record SecurityInfo {
  type record SecurityInfo {
    OAuth2Info oAuth2Info optional,
    OAuth2Info oAuth2Info optional,
@@ -524,7 +524,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * @member serCategories Categories of services about which to report events
   * @member serCategories Categories of services about which to report events
   * @member states States of the services about which to report events
   * @member states States of the services about which to report events
   * @member isLocal Restrict event reporting to whether the service is local to the MEC platform where the subscription is managed
   * @member isLocal Restrict event reporting to whether the service is local to the MEC platform where the subscription is managed
   * @see ETSI GS MEC 011 V3.2.1 Table 8.1.3.2-1: Attributes of SerAvailabilityNotificationSubscription
   * @see ETSI GS MEC 011 V3.3.1 Table 8.1.3.2-1: Attributes of SerAvailabilityNotificationSubscription
   */
   */
  type record FilteringCriteria {
  type record FilteringCriteria {
    SerInstanceIdList serInstanceIds optional,
    SerInstanceIdList serInstanceIds optional,
@@ -545,7 +545,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {


  /**
  /**
   * @desc The enumeration SerializerTypes represents types of serializers.
   * @desc The enumeration SerializerTypes represents types of serializers.
   * @see ETSI GS MEC 011 V3.2.1 Table 8.1.6.3-1: Enumeration SerializerType
   * @see ETSI GS MEC 011 V3.3.1 Table 8.1.6.3-1: Enumeration SerializerType
   */
   */
  type enumerated SerializerType {
  type enumerated SerializerType {
    JSON,
    JSON,
@@ -580,7 +580,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {


  /**
  /**
   * @desc Contains the types of locality.
   * @desc Contains the types of locality.
   * @see ETSI GS MEC 011 V3.2.1 Table 8.1.6.5-1: Enumeration LocalityType
   * @see ETSI GS MEC 011 V3.3.1 Table 8.1.6.5-1: Enumeration LocalityType
   */
   */
  type enumerated LocalityType {
  type enumerated LocalityType {
    MEC_SYSTEM,
    MEC_SYSTEM,
@@ -625,7 +625,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * @member isLocal Indicate whether the service is located in the same locality (as defined by scopeOfLocality) as the consuming MEC application (TRUE) or not (FALSE)
   * @member isLocal Indicate whether the service is located in the same locality (as defined by scopeOfLocality) as the consuming MEC application (TRUE) or not (FALSE)
   * @member livenessInterval Interval (in seconds) between two consecutive "heartbeat" messages
   * @member livenessInterval Interval (in seconds) between two consecutive "heartbeat" messages
   * @member links Links to resources related to this resource
   * @member links Links to resources related to this resource
   * @see ETSI GS MEC 011 V3.2.1 Table 8.1.2.2-1: Attributes of ServiceInfo
   * @see ETSI GS MEC 011 V3.3.1 Table 8.1.2.2-1: Attributes of ServiceInfo
   */
   */
  type record ServiceInfo {
  type record ServiceInfo {
    SerInstanceId serInstanceId optional,
    SerInstanceId serInstanceId optional,
@@ -719,7 +719,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * @member localPriority NTP server local priority
   * @member localPriority NTP server local priority
   * @member authenticationOption NTP authentication option
   * @member authenticationOption NTP authentication option
   * @member authenticationKeyNum Authentication key number
   * @member authenticationKeyNum Authentication key number
   * @see ETSI GS MEC 011 V3.2.1 Table 7.1.2.4-1: Attributes of TimingCaps
   * @see ETSI GS MEC 011 V3.3.1 Table 7.1.2.4-1: Attributes of TimingCaps
   */
   */
  type record NtpServers {
  type record NtpServers {
    NtpServerAddrType ntpServerAddrType,
    NtpServerAddrType ntpServerAddrType,
@@ -747,7 +747,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * @member timeStamp 
   * @member timeStamp 
   * @member ntpServers Number of available NTP servers
   * @member ntpServers Number of available NTP servers
   * @member ptpMasters Number of available PTP Servers (referred to as "masters" in IEEE 1588-2019™ [i.2])
   * @member ptpMasters Number of available PTP Servers (referred to as "masters" in IEEE 1588-2019™ [i.2])
   * @see ETSI GS MEC 011 V3.2.1 Table 7.1.2.4-1: Attributes of TimingCaps
   * @see ETSI GS MEC 011 V3.3.1 Table 7.1.2.4-1: Attributes of TimingCaps
   */
   */
  type record TimingCaps {
  type record TimingCaps {
    TimeStamp timeStamp optional,
    TimeStamp timeStamp optional,
@@ -821,7 +821,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * @member qCI Used to match all packets that have the same QCI
   * @member qCI Used to match all packets that have the same QCI
   * @member dSCP Used to match all IPv4 packets that have the same DSCP
   * @member dSCP Used to match all IPv4 packets that have the same DSCP
   * @member tC Used to match all IPv6 packets that have the same TC
   * @member tC Used to match all IPv6 packets that have the same TC
   * @see ETSI GS MEC 011 V3.2.1 Table 7.1.5.2-1: Attributes of TrafficFilter
   * @see ETSI GS MEC 011 V3.3.1 Table 7.1.5.2-1: Attributes of TrafficFilter
   */
   */
  type record TrafficFilter {
  type record TrafficFilter {
    TrafficFilter_AddressList srcAddress optional,
    TrafficFilter_AddressList srcAddress optional,
@@ -887,7 +887,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * member action The action of the MEC host data plane when a packet matches the trafficFilter
   * member action The action of the MEC host data plane when a packet matches the trafficFilter
   * member dstInterface Describes the destination interface information
   * member dstInterface Describes the destination interface information
   * member state Contains the traffic rule state: ACTIVE, INACTIVE
   * member state Contains the traffic rule state: ACTIVE, INACTIVE
   * @see ETSI GS MEC 011 V3.2.1 Table 7.1.2.2-1: Attributes of TrafficRule
   * @see ETSI GS MEC 011 V3.3.1 Table 7.1.2.2-1: Attributes of TrafficRule
   */
   */
  type record TrafficRule {
  type record TrafficRule {
    TrafficRule_Id trafficRuleId,
    TrafficRule_Id trafficRuleId,
@@ -938,7 +938,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * @member fqdn Fully Qualified Domain Name of the service
   * @member fqdn Fully Qualified Domain Name of the service
   * @member addresses Entry point information of the service as one or more pairs of IP address and port
   * @member addresses Entry point information of the service as one or more pairs of IP address and port
   * @member alternativeEntry point information of the service in a format defined by an implementation, or in an external specification
   * @member alternativeEntry point information of the service in a format defined by an implementation, or in an external specification
   * @see ETSI GS MEC 011 V3.2.1 Table 8.1.5.3-1: Attributes of EndPointInfo
   * @see ETSI GS MEC 011 V3.3.1 Table 8.1.5.3-1: Attributes of EndPointInfo
   */
   */
  type record EndPointInfo {
  type record EndPointInfo {
    EndPointInfo_UriList uris optional,
    EndPointInfo_UriList uris optional,
@@ -958,7 +958,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * @member endpoint Information about the endpoint to access the transport
   * @member endpoint Information about the endpoint to access the transport
   * @member security Information about the security used by the transport
   * @member security Information about the security used by the transport
   * @member implSpecificInfo Additional implementation specific details of the transport
   * @member implSpecificInfo Additional implementation specific details of the transport
   * @see ETSI GS MEC 011 V3.2.1 Table 8.1.2.3-1: Attributes of TransportInfo
   * @see ETSI GS MEC 011 V3.3.1 Table 8.1.2.3-1: Attributes of TransportInfo
   */
   */
  type record TransportInfo {
  type record TransportInfo {
    TransportInfo_Id id,
    TransportInfo_Id id,
@@ -977,7 +977,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {


  /**
  /**
   * @desc The enumeration TransportType represents types of transports.
   * @desc The enumeration TransportType represents types of transports.
   * @see ETSI GS MEC 011 V3.2.1 Table 8.1.6.4-1: Enumeration TransportType
   * @see ETSI GS MEC 011 V3.3.1 Table 8.1.6.4-1: Enumeration TransportType
   */
   */
  type enumerated TransportType {
  type enumerated TransportType {
    REST_HTTP,
    REST_HTTP,
@@ -1012,7 +1012,7 @@ module EdgePlatformApplicationEnablementAPI_TypesAndValues {
   * @member tunnelType Type of the tunnel, e.g. GTP_U, GRE, etc
   * @member tunnelType Type of the tunnel, e.g. GTP_U, GRE, etc
   * @member tunnelDstAddress Destination address of the tunnel
   * @member tunnelDstAddress Destination address of the tunnel
   * @member tunnelSrcAddress Source address of the tunnel
   * @member tunnelSrcAddress Source address of the tunnel
   * @see ETSI GS MEC 011 V3.2.1 Table 7.1.5.4-1: Attributes of TunnelInfo
   * @see ETSI GS MEC 011 V3.3.1 Table 7.1.5.4-1: Attributes of TunnelInfo
   */
   */
  type record TunnelInfo {
  type record TunnelInfo {
    TunnelInfo_TunnelType tunnelType,
    TunnelInfo_TunnelType tunnelType,
+40 −40

File changed.

Preview size limit exceeded, changes collapsed.