Commit fa02dfaf authored by Giacomo Bernini's avatar Giacomo Bernini Committed by Giacomo Bernini
Browse files

updated data model: peer entity clause 5.6.2.15

parent 40c799ad
Loading
Loading
Loading
Loading
+231 −229
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
                "type": "string"
            },
            "type": {
		  "description": "The enumeration PeerEntityEnumType defines the permitted values to represent peer functional entities. it shall complains with the provisions : - NFVO\tThe peer functional entity is an NFVO. - VNFM\tThe peer functional entity is a VNFM. - VIM\t  The peer functional entity is a VIM. - WIM\t  The peer functional entity is a WIM. - CISM   The peer functional entity is a CISM.  - CIR   The NFV-MANO functional entity is a CIR. - CCM   The NFV-MANO functional entity is a CCM. - EM\t  The peer functional entity is an EM. - OSS\t  The peer functional entity is an OSS/BSS.\n",
                "description": "The enumeration PeerEntityEnumType defines the permitted values to represent peer functional entities. it shall complains with the provisions : - NFVO\tThe peer functional entity is an NFVO. - VNFM\tThe peer functional entity is a VNFM. - VIM\t  The peer functional entity is a VIM. - WIM\t  The peer functional entity is a WIM. - CISM  The peer functional entity is a CISM.  - CIR   The NFV-MANO functional entity is a CIR. - CCM   The NFV-MANO functional entity is a CCM. - MDAF  The peer functional entity is a MDAF. - CMF   The peer functional entity is a CMF. - EM\t  The peer functional entity is an EM. - OSS\t  The peer functional entity is an OSS/BSS.\n",
                "type": "string",
                "enum": [
                    "NFVO",
@@ -34,6 +34,8 @@
                    "CISM",
                    "CIR",
                    "CCM",
                    "MDAF",
                    "CMF",
                    "EM",
                    "OSS"
                ]
+227 −225
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
            "type": "string"
        },
        "type": {
			"description": "The enumeration PeerEntityEnumType defines the permitted values to represent peer functional entities. it shall complains with the provisions : - NFVO\tThe peer functional entity is an NFVO. - VNFM\tThe peer functional entity is a VNFM. - VIM\t  The peer functional entity is a VIM. - WIM\t  The peer functional entity is a WIM. - CISM   The peer functional entity is a CISM.  - CIR   The NFV-MANO functional entity is a CIR. - CCM   The NFV-MANO functional entity is a CCM. - EM\t  The peer functional entity is an EM. - OSS\t  The peer functional entity is an OSS/BSS.\n",
            "description": "The enumeration PeerEntityEnumType defines the permitted values to represent peer functional entities. it shall complains with the provisions : - NFVO\tThe peer functional entity is an NFVO. - VNFM\tThe peer functional entity is a VNFM. - VIM\t  The peer functional entity is a VIM. - WIM\t  The peer functional entity is a WIM. - CISM  The peer functional entity is a CISM.  - CIR   The NFV-MANO functional entity is a CIR. - CCM   The NFV-MANO functional entity is a CCM. - MDAF  The peer functional entity is a MDAF. - CMF   The peer functional entity is a CMF. - EM\t  The peer functional entity is an EM. - OSS\t  The peer functional entity is an OSS/BSS.\n",
            "type": "string",
            "enum": [
                "NFVO",
@@ -32,6 +32,8 @@
                "CISM",
                "CIR",
                "CCM",
                "MDAF",
                "CMF",
                "EM",
                "OSS"
            ]