X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=7784d5c37e7b9994c5e86d6de6888ff8de34f656;hp=d34a9c5539b18fec77d85f8f7026d39efe208c99;hb=25fa538e051d06cfa4c3f23dc6617d090211cfcf;hpb=a3c3ec9802462ebbf40574a97917a8313eb7dfe6;ds=sidebyside diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index d34a9c5..7784d5c 100644 --- a/models/yang/mano-types.yang +++ b/models/yang/mano-types.yang @@ -20,15 +20,15 @@ module mano-types { - namespace "urn:ietf:params:xml:ns:yang:nfvo:mano-types"; + namespace "urn:etsi:osm:yang:mano-types"; prefix "manotypes"; import ietf-inet-types { prefix "inet"; } - import rw-project { - prefix "rw-project"; + import osm-project { + prefix "osm-project"; } revision 2017-02-08 { @@ -692,7 +692,8 @@ module mano-types enum disk_write_bytes; enum packets_sent; enum packets_received; - enum packets_dropped; + enum packets_in_dropped; + enum packets_out_dropped; } } @@ -2304,7 +2305,7 @@ module mano-types description "Project to which this belongs"; type leafref { - path "/rw-project:project/rw-project:name"; + path "/osm-project:project/osm-project:name"; } } }