From fdbcaf6e50a68d8a16166c2e40fb95d981e54bb6 Mon Sep 17 00:00:00 2001 From: Rahul_cool Date: Mon, 4 May 2020 22:17:07 +0530 Subject: 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 Issue-ID: AAI-2593 Signed-off-by: Rahul_cool Change-Id: I82e12b813eee1be147835392f2c858c15d29a3ce --- aai-schema/src/main/resources/onap/aai_schema/aai_schema_v20.xsd | 6 +++--- aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v20.xsd b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v20.xsd index 6a6ab11..5fdb080 100644 --- a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v20.xsd +++ b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v20.xsd @@ -10973,7 +10973,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @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}") + @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}") @@ -10984,14 +10984,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - + @org.onap.aai.annotations.Metadata(description="Termination point ID.") - + @org.onap.aai.annotations.Metadata(description="The cvlan for the site used for ethernet type connectivity.") diff --git a/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml b/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml index 2e61b38..503ea2f 100644 --- a/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml +++ b/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml @@ -8927,12 +8927,12 @@ - + - + @@ -8978,7 +8978,7 @@ - + -- cgit 1.2.3-korg