aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/oxm
diff options
context:
space:
mode:
authorRahul_cool <rahul.tamrkar@huawei.com>2020-05-04 22:17:07 +0530
committerRahul_cool <rahul.tamrkar@huawei.com>2020-05-04 22:18:01 +0530
commitfdbcaf6e50a68d8a16166c2e40fb95d981e54bb6 (patch)
tree8e40257e4ebd545977bfe447b15c7d84e7568917 /aai-schema/src/main/resources/onap/oxm
parent898a85ca8742a977559f7a21c3628ca8fcf5742c (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 Issue-ID: AAI-2593 Signed-off-by: Rahul_cool <rahul.tamrkar@huawei.com> Change-Id: I82e12b813eee1be147835392f2c858c15d29a3ce
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm')
-rw-r--r--aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml6
1 files changed, 3 insertions, 3 deletions
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 @@
<xml-property name="description" value="Id that identifies the UNI"/>
</xml-properties>
</xml-element>
- <xml-element java-attribute="tpId" name="tpId" type="java.lang.String">
+ <xml-element java-attribute="tpId" name="tp-id" type="java.lang.String">
<xml-properties>
<xml-property name="description" value="Termination point ID."/>
</xml-properties>
</xml-element>
- <xml-element java-attribute="cVLAN" name="cVLAN" type="java.lang.String">
+ <xml-element java-attribute="cvlan" name="cvlan" type="java.lang.String">
<xml-properties>
<xml-property name="description" value="The cvlan for the site used for ethernet type connectivity."/>
</xml-properties>
@@ -8978,7 +8978,7 @@
</java-attributes>
<xml-properties>
<xml-property name="description" value="Instance of an User network interface"/>
- <xml-property name="indexedProps" value="id,tpId,cVLAN,operational-status,model-invariant-id,model-version-id"/>
+ <xml-property name="indexedProps" value="id,tp-id,cvlan,operational-status,model-invariant-id,model-version-id"/>
<xml-property name="searchable" value="id"/>
<xml-property name="uniqueProps" value="id"/>
<xml-property name="container" value="unis"/>