Commit 65c3c02b authored by Mahesh Jethanandani's avatar Mahesh Jethanandani
Browse files

Fix for bug#89

parent 79ebe631
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -269,6 +269,7 @@ submodule etsi-nfv-ns {
          }
          }


          container qos {
          container qos {
	    presence "VL QoS parameters";
            description
            description
              "The QoS information element specifies quality of
              "The QoS information element specifies quality of
               service parameters applicable to a VL.";
               service parameters applicable to a VL.";
+3 −2
Original line number Original line Diff line number Diff line
@@ -700,7 +700,7 @@ submodule etsi-nfv-vnf {
              fraction-digits 1;
              fraction-digits 1;
              range "0..max";
              range "0..max";
            }
            }
            units "MBytes";
            units "Gb";
            default 1;
            default 1;
            description
            description
              "Amount of virtual memory in MB.";
              "Amount of virtual memory in MB.";
@@ -877,7 +877,7 @@ submodule etsi-nfv-vnf {
        leaf size-of-storage {
        leaf size-of-storage {
          type uint64;
          type uint64;
          units "Gb";
          units "Gb";
          default 1;
          default 0;
          description
          description
            "Size of virtualised storage resource (e.g. size of
            "Size of virtualised storage resource (e.g. size of
             volume, in Gb)";
             volume, in Gb)";
@@ -1187,6 +1187,7 @@ submodule etsi-nfv-vnf {
               information element.";
               information element.";
          }
          }
          container qos {
          container qos {
	    presence "VL QoS parameters";
            description
            description
              "QoS of the VL.";
              "QoS of the VL.";
            reference
            reference