Commit 7b3bf778 authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update file _3gpp-common-trace.yang

parent cef6cda0
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ module _3gpp-common-trace {
      Integration Reference Point (IRP);
      Information Service (IS)";

  revision 2025-05-04 { reference "CR-xxxx"; }
  revision 2025-02-04 { reference "CR-0501"; }
  revision 2024-11-05 { reference "CR-0468"; }
  revision 2023-11-04 { reference "CR-0292 CR-0300"; }
@@ -492,6 +493,8 @@ module _3gpp-common-trace {
      max-elements 1;

      leaf targetIdType {
        min-elements 1;
        max-elements 1;
        type enumeration {
          enum IMSI;
          enum IMEI;
@@ -507,7 +510,8 @@ module _3gpp-common-trace {
        }
      }

      leaf targetIdValue {
      leaf-list targetIdValue {
        min-elements 1;
        type string;
      }