Commit 4b6435ea authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update file _3gpp-common-trace.yang

parent ef04eb28
Loading
Loading
Loading
Loading
Loading
+10 −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 2024-11-07 { reference "CR-0xxx"; }
  revision 2024-10-01 { reference "CR-0457"; }
  revision 2024-08-13 { reference "CR-0387 CR-0377"; } 
  revision 2024-08-07 { reference "CR-0405 CR-0421 CR-0379"; }
@@ -214,12 +215,19 @@ module _3gpp-common-trace {
      trace identifier.";
    
      uses types3gpp:PLMNId;  // mcc+mnc
      
      leaf consumerId {
        type string;
        mandatory true;
        description "An identifier, which identifies the Trace 
          (together with MCC, MNC, and traceId). This is a one-byte 
          Octet String. Pattern: '^[A-Fa-f0-9]{2}$'";
      }
      leaf traceId {
        type string;
        mandatory true;
        description "An identifier, which identifies the Trace 
          (together with MCC and MNC). This is a 3 byte Octet String.";
          (together with MCC, MNC, and consumerId). This is a 3-byte 
          Octet String. Pattern: '^[A-Fa-f0-9]{6}$'";
      }
  }