Commit 0cc9c87e authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update file _3gpp-common-trace.yang

parent 8a7cbbf8
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1771,14 +1771,14 @@ module _3gpp-common-trace {

  grouping trsrPrefixCfgGrp {
    leaf trstPrefix {
      type string
      type string;
      mandatory true;
      description "A 2 byte Octet String. This is the base TRSR prefix"
      description "A 2 byte Octet String. This is the base TRSR prefix";
    }
    leaf trsrPrefixLength {
      type int32
      type int32;
      mandatory true;
      description "An integer to indicate how many bit"
      description "An integer to indicate how many bit";

    }
  }