Loading ttcn/AtsMec_UEidentity/AtsMec_UEidentityAPI_TestCases.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * No part may be reproduced except as authorized by written permission. * The copyright and the foregoing restriction extend to reproduction in all media. * All rights reserved. * @see ETSI GS MEC 003, ETSI GS MEC 014 V3.1.1 * @see ETSI GS MEC 003, ETSI GS MEC 014 V3.2.1 */ module AtsMec_UEidentityAPI_TestCases { Loading ttcn/LibMec/UEidentityAPI/ttcn/UEidentityAPI_TypesAndValues.ttcn +6 −6 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * @author ETSI / STF569 / TTF T027 * @version $URL$ * $Id$ * @desc Module containing types and values for ETSI GS MEC 014 V3.1.1 (2023-06) * @desc Module containing types and values for ETSI GS MEC 014 V3.2.1 (2024-02) * @copyright ETSI Copyright Notification * No part may be reproduced except as authorized by written permission. * The copyright and the foregoing restriction extend to reproduction in all media. Loading @@ -16,7 +16,7 @@ module UEidentityAPI_TypesAndValues { /** * @desc Information of UE identity tag used in UE Identity feature * @member ueIdentityTags 1 to N tags presented by a ME Application instance to a ME Platform * @see ETSI GS MEC 014 V3.1.1 (2023-06) Table 6.2.2-1: Definition of type UeIdentityTagInfo * @see ETSI GS MEC 014 V3.2.1 (2024-02) Table 6.2.2-1: Definition of type UeIdentityTagInfo */ type record UeIdentityTagInfo { UeIdentityTags ueIdentityTags Loading @@ -24,13 +24,13 @@ module UEidentityAPI_TypesAndValues { /** * @desc Specific tag presented by a ME Application instance to a ME Platform * @see ETSI GS MEC 014 V3.1.1 (2023-06) Table 6.2.2-1: Definition of type UeIdentityTagInfo * @see ETSI GS MEC 014 V3.2.1 (2024-02) Table 6.2.2-1: Definition of type UeIdentityTagInfo */ type Json.String UeIdentityTag; /** * @desc Status of the resource ueIdentityTagInfo * @see ETSI GS MEC 014 V3.1.1 (2023-06) Table 6.2.2-1: Definition of type UeIdentityTagInfo * @see ETSI GS MEC 014 V3.2.1 (2023-02) Table 6.2.2-1: Definition of type UeIdentityTagInfo */ type enumerated State { UNREGISTERED, Loading @@ -42,7 +42,7 @@ module UEidentityAPI_TypesAndValues { * @desc ME Application instance to a ME Platform * @member ueIdentityTag Specific tag presented by a ME Application instance to a ME Platform * @member state Status of the resource ueIdentityTagInfo * @see ETSI GS MEC 014 V3.1.1 (2023-06) Table 6.2.2-1: Definition of type UeIdentityTagInfo * @see ETSI GS MEC 014 V3.2.1 (2024-02) Table 6.2.2-1: Definition of type UeIdentityTagInfo */ type record UeIdentityTagItem { Json.String ueIdentityTag, Loading @@ -51,7 +51,7 @@ module UEidentityAPI_TypesAndValues { /** * @desc 1 to N tags presented by a ME Application instance to a ME Platform * @see ETSI GS MEC 014 V3.1.1 (2023-06) Table 6.2.2-1: Definition of type UeIdentityTagInfo * @see ETSI GS MEC 014 V3.2.1 (2024-02) Table 6.2.2-1: Definition of type UeIdentityTagInfo */ type set of UeIdentityTagItem UeIdentityTags; Loading Loading
ttcn/AtsMec_UEidentity/AtsMec_UEidentityAPI_TestCases.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * No part may be reproduced except as authorized by written permission. * The copyright and the foregoing restriction extend to reproduction in all media. * All rights reserved. * @see ETSI GS MEC 003, ETSI GS MEC 014 V3.1.1 * @see ETSI GS MEC 003, ETSI GS MEC 014 V3.2.1 */ module AtsMec_UEidentityAPI_TestCases { Loading
ttcn/LibMec/UEidentityAPI/ttcn/UEidentityAPI_TypesAndValues.ttcn +6 −6 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * @author ETSI / STF569 / TTF T027 * @version $URL$ * $Id$ * @desc Module containing types and values for ETSI GS MEC 014 V3.1.1 (2023-06) * @desc Module containing types and values for ETSI GS MEC 014 V3.2.1 (2024-02) * @copyright ETSI Copyright Notification * No part may be reproduced except as authorized by written permission. * The copyright and the foregoing restriction extend to reproduction in all media. Loading @@ -16,7 +16,7 @@ module UEidentityAPI_TypesAndValues { /** * @desc Information of UE identity tag used in UE Identity feature * @member ueIdentityTags 1 to N tags presented by a ME Application instance to a ME Platform * @see ETSI GS MEC 014 V3.1.1 (2023-06) Table 6.2.2-1: Definition of type UeIdentityTagInfo * @see ETSI GS MEC 014 V3.2.1 (2024-02) Table 6.2.2-1: Definition of type UeIdentityTagInfo */ type record UeIdentityTagInfo { UeIdentityTags ueIdentityTags Loading @@ -24,13 +24,13 @@ module UEidentityAPI_TypesAndValues { /** * @desc Specific tag presented by a ME Application instance to a ME Platform * @see ETSI GS MEC 014 V3.1.1 (2023-06) Table 6.2.2-1: Definition of type UeIdentityTagInfo * @see ETSI GS MEC 014 V3.2.1 (2024-02) Table 6.2.2-1: Definition of type UeIdentityTagInfo */ type Json.String UeIdentityTag; /** * @desc Status of the resource ueIdentityTagInfo * @see ETSI GS MEC 014 V3.1.1 (2023-06) Table 6.2.2-1: Definition of type UeIdentityTagInfo * @see ETSI GS MEC 014 V3.2.1 (2023-02) Table 6.2.2-1: Definition of type UeIdentityTagInfo */ type enumerated State { UNREGISTERED, Loading @@ -42,7 +42,7 @@ module UEidentityAPI_TypesAndValues { * @desc ME Application instance to a ME Platform * @member ueIdentityTag Specific tag presented by a ME Application instance to a ME Platform * @member state Status of the resource ueIdentityTagInfo * @see ETSI GS MEC 014 V3.1.1 (2023-06) Table 6.2.2-1: Definition of type UeIdentityTagInfo * @see ETSI GS MEC 014 V3.2.1 (2024-02) Table 6.2.2-1: Definition of type UeIdentityTagInfo */ type record UeIdentityTagItem { Json.String ueIdentityTag, Loading @@ -51,7 +51,7 @@ module UEidentityAPI_TypesAndValues { /** * @desc 1 to N tags presented by a ME Application instance to a ME Platform * @see ETSI GS MEC 014 V3.1.1 (2023-06) Table 6.2.2-1: Definition of type UeIdentityTagInfo * @see ETSI GS MEC 014 V3.2.1 (2024-02) Table 6.2.2-1: Definition of type UeIdentityTagInfo */ type set of UeIdentityTagItem UeIdentityTags; Loading