Commit 4e230ca4 authored by Jose Antonio Ordoñez Lucena's avatar Jose Antonio Ordoñez Lucena
Browse files

Update _3gpp-common-trace.yang to set min-elements 0

parent e378a488
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -601,7 +601,7 @@ module _3gpp-common-trace {
    list areaScope {
      description "it specifies the area where data shall be collected";
      key idx;
      min-elements 1;
      min-elements 0;
      max-elements 1;
      leaf idx {type string; }
      uses AreaScopeGrp;