Commit fad7122f authored by lengyelb's avatar lengyelb
Browse files

removed invariant from attribute comments

parent 44444132
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ module _3gpp-common-fm {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.111";

  revision 2025-03-24 { reference CR-0025; } 
  revision 2024-05-12 { 
    description "The definition of the module was from TS 28.623 to TS 28.111";
    reference CR-0008 ; 
@@ -103,12 +104,14 @@ module _3gpp-common-fm {
      type yang:date-and-time;
      config false;
      mandatory true;
      yext3gpp:inVariant;
      description "Date and Time the comment was created.";
    }

    leaf commentUserId {
      type string;
      mandatory true;
      yext3gpp:inVariant;
      description "It carries the identification of the user who made the
        comment.";
    }
@@ -116,6 +119,7 @@ module _3gpp-common-fm {
    leaf commentSystemId {
      type string;
      mandatory true;
      yext3gpp:inVariant;
      description "It carries the identification of the system (
        Management System) from which the comment is made. That system
        supports the user that made the comment.";
@@ -124,6 +128,7 @@ module _3gpp-common-fm {
    leaf commentText {
      type string;
      mandatory true;
      yext3gpp:inVariant;
      description "It carries the textual comment.";
    }
  }
@@ -382,7 +387,6 @@ module _3gpp-common-fm {
    }

    list comments {
      yext3gpp:inVariant;
      yext3gpp:notNotifyable;
      description "List of comments and data about the comments.";
      key idx;