Commit dd59b3d9 authored by Bruno Chatras's avatar Bruno Chatras
Browse files

Merge branch 'update-version-3.3.1' into 'dev-v3.3.1'

Issue #22: Update version in all the models in 3.3.1.

See merge request nfv/SOL006!79
parents 3deb02c1 ba5ede15
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -16,13 +16,13 @@ submodule etsi-nfv-common {
  description
  description
    "Common data types for ETSI data models.";
    "Common data types for ETSI data models.";


  revision 2020-02-11 {
  revision 2020-06-10 {
    description
    description
      "Version 3.3.1
      "Version 3.3.1.


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


  revision 2019-10-01 {
  revision 2019-10-01 {
+4 −4
Original line number Original line Diff line number Diff line
@@ -14,12 +14,12 @@ module etsi-nfv-descriptors {
  description
  description
    "Network Function Virtualization Descriptors";
    "Network Function Virtualization Descriptors";


  revision 2020-02-11 {
  revision 2020-06-10 {
    description
    description
      "Version 3.3.1
      "Version 3.3.1.


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


  revision 2019-10-01 {
  revision 2019-10-01 {
+3 −4
Original line number Original line Diff line number Diff line
@@ -11,12 +11,11 @@ submodule etsi-nfv-ns {
  description
  description
    "Models for NS according to ETSI GS NFV-IFA 014.";
    "Models for NS according to ETSI GS NFV-IFA 014.";


  revision 2020-02-11 {
  revision 2020-06-10 {
    description
    description
      "Version 3.3.1
      "Version 3.3.1.


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


  revision 2019-10-01 {
  revision 2019-10-01 {
+3 −4
Original line number Original line Diff line number Diff line
@@ -13,12 +13,11 @@ module etsi-nfv-nsd {
  description
  description
    "Network Services Descriptors";
    "Network Services Descriptors";


  revision 2020-02-11 {
  revision 2020-06-10 {
    description
    description
      "Version 3.3.1
      "Version 3.3.1.


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


  revision 2019-10-01 {
  revision 2019-10-01 {
+3 −4
Original line number Original line Diff line number Diff line
@@ -12,12 +12,11 @@ submodule etsi-nfv-pnf {
  description
  description
    "Models for PNFD according to GS NFV-IFA 014.";
    "Models for PNFD according to GS NFV-IFA 014.";


  revision 2020-02-11 {
  revision 2020-06-10 {
    description
    description
      "Version 3.3.1
      "Version 3.3.1.


       Common data structures to support PNFD according to:
       PNFD according to ETSI GS NFV-IFA 014 Release 3.";
       ETSI GS NFV-IFA 014 Ed341v333.";
  }
  }


  revision 2019-10-01 {
  revision 2019-10-01 {
Loading