diff options
author | 2023-11-09 21:10:31 +0530 | |
---|---|---|
committer | 2023-11-09 21:10:39 +0530 | |
commit | 84daefd12baff85e8ca6f10d082bee2f6939e311 (patch) | |
tree | 8af31a503ad40b4e8ed4d35d1b5646f85bb6b960 /aai-schema/src/main/resources/onap/oxm/v27 | |
parent | 55fa0c94f9bdab6ae3891402dc3563f8c00eb429 (diff) |
[AAI] Schema changes for Cell band and Neighbour relation-type
AAI Cell band and Neighbour relation-type attributes are added into v28 version
Issue-ID: AAI-3663
Change-Id: Ic24d48ed1fcaf8ff655fbff661158b2d92c1bfe5
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm/v27')
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v27/aai_oxm_v27.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v27/aai_oxm_v27.xml b/aai-schema/src/main/resources/onap/oxm/v27/aai_oxm_v27.xml index 5e7ea9a..7da6d13 100644 --- a/aai-schema/src/main/resources/onap/oxm/v27/aai_oxm_v27.xml +++ b/aai-schema/src/main/resources/onap/oxm/v27/aai_oxm_v27.xml @@ -7301,7 +7301,6 @@ </xml-element> <xml-element java-attribute="coverageArea" name="coverage-area" type="java.lang.String"/> <xml-element java-attribute="frequencyBand" name="frequency-band" type="java.lang.String"/> - <xml-element java-attribute="band" name="band" type="java.lang.String"/> <xml-element java-attribute="latitude" name="latitude" type="java.lang.Float"/> <xml-element java-attribute="longitude" name="longitude" type="java.lang.Float"/> <xml-element java-attribute="mcc" name="mcc" type="java.lang.String"/> @@ -7343,7 +7342,7 @@ <xml-properties> <xml-property name="description" value="General purpose Cell object"/> <xml-property name="nameProps" value="cell-name"/> - <xml-property name="indexedProps" value="cell-id,cell-name,radio-access-technology,cell-type,mno-id,cell-local-id,node-id,mnc,mcc,longitude,latitude,frequency-band,band,coverage-area,data-owner,data-source,data-source-version"/> + <xml-property name="indexedProps" value="cell-id,cell-name,radio-access-technology,cell-type,mno-id,cell-local-id,node-id,mnc,mcc,longitude,latitude,frequency-band,coverage-area,data-owner,data-source,data-source-version"/> <xml-property name="searchable" value="cell-id,cell-name,cell-local-id,mno-id,node-id,radio-access-technology"/> <xml-property name="uniqueProps" value="cell-id"/> <xml-property name="container" value="cells"/> @@ -7399,11 +7398,6 @@ <xml-property name="description" value="Identifies the upstream source of the data."/> </xml-properties> </xml-element> - <xml-element java-attribute="relationType" name="relation-type" type="java.lang.String"> - <xml-properties> - <xml-property name="description" value="Identifies the relation type of the data."/> - </xml-properties> - </xml-element> <xml-element java-attribute="dataSourceVersion" name="data-source-version" type="java.lang.String"> <xml-properties> <xml-property name="description" value="Identifies the version of the upstream source."/> |