Commit 99b18540 authored by Jan Groenendijk's avatar Jan Groenendijk
Browse files

Update _3gpp-ns-nrm-common.yang correct leafs

parent d58221d3
Loading
Loading
Loading
Loading
+17 −16
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ module _3gpp-ns-nrm-common {
      type enumeration {
        enum INSTANCE_SHARING_RULE;
      } 
    }

    leaf sharingPolicy {
      description "This attribute specifies sharing policy for an instance 
@@ -119,11 +120,12 @@ module _3gpp-ns-nrm-common {
         provided.";
        mandatory true;
        
        type enumeration;
        type enumeration {
          enum SHARED;
          enum NOT_SHARED;
          enum SELECTIVELY_SHARED;
        }
    }

    leaf sharingGroup {
      description "This attribute indicates the group associated with a rule in
@@ -133,4 +135,3 @@ module _3gpp-ns-nrm-common {
    }
  } 
}
}