Commit 2f0e5443 authored by lengyelb's avatar lengyelb Committed by lengyelb
Browse files

trace clarification

parent 1b696c6d
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-25 { reference "CR-xxxx" ; }
  revision 2025-05-07 { reference "CR-0532 CR-0536 CR-0540" ; }
  revision 2025-02-07 { reference "CR-0504" ; }
  revision 2025-02-05 { reference "CR-0461" ; }
@@ -202,10 +203,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').";
      }
  }