X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fplugins%2Fyang%2Fnsr.yang;fp=models%2Fplugins%2Fyang%2Fnsr.yang;h=78c86ad3b13bfe6dc94089e8c88e45a4cb9744bc;hb=6b732c720ec31351624871f83ab156e50d93c940;hp=2e12788e0b3ff00455c5a36247a056b6c8a39088;hpb=71d69942de5da5974b7ff7da12fe59d090033fb6;p=osm%2FSO.git diff --git a/models/plugins/yang/nsr.yang b/models/plugins/yang/nsr.yang index 2e12788e..78c86ad3 100644 --- a/models/plugins/yang/nsr.yang +++ b/models/plugins/yang/nsr.yang @@ -148,9 +148,7 @@ module nsr leaf nsd-ref { description "Reference to NSR ID ref"; mandatory true; - type leafref { - path "/nsd:nsd-catalog/nsd:nsd/nsd:id"; - } + type string; } uses ns-instance-config-params; }