Commit 6d760e2d authored by ppree's avatar ppree
Browse files

issue#34 Addressing VnfLcmOperation coordination based on IFA011ed351

parent aea79ca8
Loading
Loading
Loading
Loading
Loading
+18 −4
Original line number Diff line number Diff line
@@ -3704,8 +3704,15 @@ submodule etsi-nfv-vnf {
           information element";
      }

      leaf input-parameter {
      list input-parameter {
        key "key";

        leaf key {
          type string;
        }
        leaf value {
          type string;
        }
        description
          "Input parameter needed by the external coordinating
           entity.";
@@ -3714,8 +3721,15 @@ submodule etsi-nfv-vnf {
           information element";
      }

      leaf output-parameter {
      list output-parameter {
        key "key";

        leaf key {
          type string;
        }
        leaf value {
          type string;
        }
        description
          "Output parameter provided by the external coordinating
           entity.";