X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fmock%2Fplugins%2Fyang%2Flpmocklet.yang;fp=rwlaunchpad%2Fmock%2Fplugins%2Fyang%2Flpmocklet.yang;h=0f8b4de07849b2136e97be9f11051d7deb61b35f;hb=4870d0ee29789b859931e4e2c73e13dcb29537d5;hp=819ee40968807e66470635900c7525b48598cea9;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/rwlaunchpad/mock/plugins/yang/lpmocklet.yang b/rwlaunchpad/mock/plugins/yang/lpmocklet.yang index 819ee409..0f8b4de0 100644 --- a/rwlaunchpad/mock/plugins/yang/lpmocklet.yang +++ b/rwlaunchpad/mock/plugins/yang/lpmocklet.yang @@ -23,10 +23,6 @@ module lpmocklet namespace "http://riftio.com/ns/riftware-1.0/lpmocklet"; prefix "lpmocklet"; - import rw-pb-ext { - prefix "rwpb"; - } - import ietf-inet-types { prefix "inet"; } @@ -83,14 +79,12 @@ module lpmocklet rpc start-vnfr { input { - rwpb:msg-new "StartVnfrInput"; leaf id { type yang:uuid; mandatory true; } } output { - rwpb:msg-new "StartVnfrOutput"; leaf status { description "status of the start request"; type string; @@ -100,7 +94,6 @@ module lpmocklet rpc stop-vnfr { input { - rwpb:msg-new "StopVnfr"; leaf id { type yang:uuid; mandatory true;