Commit 8fecdec0 authored by Laurent Vreck's avatar Laurent Vreck Committed by Miguel Angel Reina Ortega
Browse files

Update src/yang/etsi-nfv-common.yang, src/yang/etsi-nfv-descriptors.yang,...

Update src/yang/etsi-nfv-common.yang, src/yang/etsi-nfv-descriptors.yang, src/yang/etsi-nfv-ns.yang, src/yang/etsi-nfv-nsd.yang, src/yang/etsi-nfv-pnf.yang, src/yang/etsi-nfv-pnfd.yang, src/yang/etsi-nfv-vnf.yang, src/yang/etsi-nfv-vnfd.yang files
parent a1e42db5
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -16,6 +16,15 @@ submodule etsi-nfv-common {
  description
    "Common data types for ETSI data models.";

revision 2021-07-05 {
    description
      "Version 3.5.1.

       Common data structures to support VNFD and NSD according to:
       ETSI GS NFV-IFA 014 Release 3
       ETSI GS NFV-IFA 011 Release 3.";
  }

  revision 2020-06-10 {
    description
      "Version 3.3.1.
+8 −0
Original line number Diff line number Diff line
@@ -14,6 +14,14 @@ module etsi-nfv-descriptors {
  description
    "Network Function Virtualization Descriptors";

  revision 2021-07-05 {
    description
      "Version 3.5.1.

       NSD and PNFD according to ETSI GS NFV-IFA 014 Release 3
       VNFD according to ETSI GS NFV-IFA 011 Release 3.";
  }

  revision 2020-06-10 {
    description
      "Version 3.3.1.
+7 −0
Original line number Diff line number Diff line
@@ -11,6 +11,13 @@ submodule etsi-nfv-ns {
  description
    "Models for NS according to ETSI GS NFV-IFA 014.";

  revision 2021-07-05 {
    description
      "Version 3.5.1.

       NSD according to ETSI GS NFV-IFA 014 Release 3.";
  }

  revision 2020-06-10 {
    description
      "Version 3.3.1.
+7 −0
Original line number Diff line number Diff line
@@ -13,6 +13,13 @@ module etsi-nfv-nsd {
  description
    "Network Services Descriptors";

  revision 2021-07-05 {
    description
      "Version 3.5.1.

       NSD according to ETSI GS NFV-IFA 014 Release 3.";
  }

  revision 2020-06-10 {
    description
      "Version 3.3.1.
+8 −0
Original line number Diff line number Diff line
@@ -12,6 +12,14 @@ submodule etsi-nfv-pnf {
  description
    "Models for PNFD according to GS NFV-IFA 014.";

 revision 2021-07-05 {
    description
      "Version 3.5.1.

       PNFD according to ETSI GS NFV-IFA 014 Release 3.";
  }


  revision 2020-06-10 {
    description
      "Version 3.3.1.
Loading