diff options
author | Rahul_cool <rahul.tamrkar@huawei.com> | 2020-05-04 22:06:23 +0530 |
---|---|---|
committer | Rahul_cool <rahul.tamrkar@huawei.com> | 2020-05-04 22:11:27 +0530 |
commit | fff079b903dad1c1606792bebcfaf1570e30c2a8 (patch) | |
tree | 3ff9c0f71995e5509bc56d19ccaf99820aed91e9 /aai-schema/src/main/resources/onap/aai_schema | |
parent | 898a85ca8742a977559f7a21c3628ca8fcf5742c (diff) |
SOTN-NNI integration test issue fixed
ccsdk adaptor not able to process cVLAN and tpId attribute
Changed tpId to tp-id and cVLAN to cvlan
need cherrypick to frakfurt
Issue-ID: AAI-2593
Signed-off-by: Rahul_cool <rahul.tamrkar@huawei.com>
Change-Id: I2d3a3a9b8ffd27fcda4ffc68bd81300e6bc9f770
Diffstat (limited to 'aai-schema/src/main/resources/onap/aai_schema')
-rw-r--r-- | aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd index de0859b..c7f0a29 100644 --- a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd +++ b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd @@ -10711,7 +10711,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:complexType> <xs:annotation> <xs:appinfo> - <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Instance of an User network interface",indexedProps="id,tpId,cVLAN,operational-status,model-invariant-id,model-version-id",searchable="id",uniqueProps="id",container="unis",namespace="network",requiredProps="id",uriTemplate="/network/unis/uni/{id}")</annox:annotate> + <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Instance of an User network interface",indexedProps="id,tp-id,cvlan,operational-status,model-invariant-id,model-version-id",searchable="id",uniqueProps="id",container="unis",namespace="network",requiredProps="id",uriTemplate="/network/unis/uni/{id}")</annox:annotate> </xs:appinfo> </xs:annotation> <xs:sequence> @@ -10722,14 +10722,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> </xs:element> - <xs:element name="tpId" type="xs:string" minOccurs="0"> + <xs:element name="tp-id" type="xs:string" minOccurs="0"> <xs:annotation> <xs:appinfo> <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Termination point ID.")</annox:annotate> </xs:appinfo> </xs:annotation> </xs:element> - <xs:element name="cVLAN" type="xs:string" minOccurs="0"> + <xs:element name="cvlan" type="xs:string" minOccurs="0"> <xs:annotation> <xs:appinfo> <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The cvlan for the site used for ethernet type connectivity.")</annox:annotate> |