Loading yang-models/_3gpp-ns-nrm-common.yang +4 −2 Original line number Diff line number Diff line Loading @@ -108,20 +108,22 @@ module _3gpp-ns-nrm-common { leaf ruleType { description "This attribute specifies the type of provisioning rule."; mandatory true; type enumeration type enumeration { enum INSTANCE_SHARING_RULE; } } leaf sharingPolicy { description "This attribtue specifies the sahring policy for an instance sharing rule. In case of selectively shared sharingGroup also needs to be provided"; mandatory true; type enumeration; type enumeration { enum SHARED; enum NOT_SHARED; enum SELECTIVILY_SHARED; } } leaf sharingGroup { description "This attribute indicates the group associated with a rule in Loading Loading
yang-models/_3gpp-ns-nrm-common.yang +4 −2 Original line number Diff line number Diff line Loading @@ -108,20 +108,22 @@ module _3gpp-ns-nrm-common { leaf ruleType { description "This attribute specifies the type of provisioning rule."; mandatory true; type enumeration type enumeration { enum INSTANCE_SHARING_RULE; } } leaf sharingPolicy { description "This attribtue specifies the sahring policy for an instance sharing rule. In case of selectively shared sharingGroup also needs to be provided"; mandatory true; type enumeration; type enumeration { enum SHARED; enum NOT_SHARED; enum SELECTIVILY_SHARED; } } leaf sharingGroup { description "This attribute indicates the group associated with a rule in Loading