Commit 15670517 authored by lengyelb's avatar lengyelb
Browse files

minor corrections

parent 24ecfabd
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ module _3gpp-common-trace {
      Integration Reference Point (IRP);
      Information Service (IS)" ;

  revision 2025-06-24 { reference "CR-0550" ; }
  revision 2025-05-06 { reference "CR-0531 CR-0535" ; }
  revision 2025-02-06 { reference "CR-0503 CR-0507" ; }
  revision 2025-02-05 { reference "CR-0460" ; }
@@ -225,10 +226,13 @@ module _3gpp-common-trace {
      uses types3gpp:PLMNId;  // mcc+mnc
      
      leaf traceId {
        type string;
        type string {
          pattern "[0-9a-fA-F]{6}";
        }
        mandatory true;
        description "An identifier, which identifies the Trace 
          (together with MCC and MNC). This is a 3 byte Octet String.";
          (together with MCC and MNC). This is a 3 byte Octet String,
          expressed in hexadecimal form e.g., '1a7b3d').";
      }
  }
  
+1 −1

File changed.

Contains only whitespace changes.