Commit 29615e51 authored by lengyelb's avatar lengyelb
Browse files

Edit _3gpp-common-subscription-control.yang update idx type to follow TS 32.160

parent 6e37dba4
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ module _3gpp-common-subscription-control {
      Solution Set (SS) definitions
      3GPP TS 28.623";

  revision 2025-11-07 { reference "CR-0551 CR-0586"; } //common for r19, r20
  revision 2025-08-13 { reference "CR-0551 CR-0561"; }
  revision 2025-05-13 { reference "CR-0548"; }
  revision 2025-03-24 { reference "CR-0516 0518"; }
@@ -308,7 +309,7 @@ module _3gpp-common-subscription-control {
      description "Scopes (selects) data nodes in an object tree.";
      key idx;
      max-elements 1;
      leaf idx { type string; }
      leaf idx { type uint32; }
      uses ScopeGrp;
    }