Commit f619062c authored by Muhammad Umair Khan's avatar Muhammad Umair Khan
Browse files

update MEC014 description version from v3.1.1 to v3.2.1

parent e301aee6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {
  
+6 −6
Original line number Diff line number Diff line
@@ -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.
@@ -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
@@ -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,
@@ -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,
@@ -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;