aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/oxm/v19
diff options
context:
space:
mode:
authorRahul_cool <rahul.tamrkar@huawei.com>2020-05-04 22:06:23 +0530
committerJames Forsyth <jf2512@att.com>2020-05-04 16:57:23 +0000
commitadd9ff0cd51283b62ca159133f7fe29bdd288730 (patch)
treea1f0c521dcf2c933d3c7e343c9410103bd802870 /aai-schema/src/main/resources/onap/oxm/v19
parent6b762e733c0f6ab061c83f9b89f3732f293ce2d0 (diff)
SOTN-NNI integration test issue fixed1.6.9
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/oxm/v19')
-rw-r--r--aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml b/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml
index 9284501..9f04581 100644
--- a/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml
+++ b/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml
@@ -9000,12 +9000,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>
@@ -9051,7 +9051,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"/>