Schema changes and version upgrade to v31 to support band steering 52/142352/5
authorakshay.khairnar@t-systems.com <akshay.khairnar@t-systems.com>
Mon, 3 Nov 2025 12:51:12 +0000 (13:51 +0100)
committerAkshay Khairnar <akshay.khairnar@t-systems.com>
Mon, 3 Nov 2025 13:00:20 +0000 (13:00 +0000)
commit2cac6f23d9b478146ce99de9e557bbd789084c41
tree910b707e00138cbc2f95137d232353b8edb28015
parentf28b5345d8f3213a1df239454016f15fd14e9770
Schema changes and version upgrade to v31 to support band steering

- AAI is extended with data structures to store frequency band information.
- AAI is extended with new service-instance attributes "status-detail" and "taskId".
- AAI is extended with new attribute as 'updated-at' in feasibility-check-and-reservation-jobs.
- Schema version is updated to v31.
- Bump up aai-schema to 1.13.3

Issue-ID: AAI-4207
Change-Id: I62447772b2b146f97a99133d344741f9903ce4fb
Signed-off-by: akshay.khairnar@t-systems.com <akshay.khairnar@t-systems.com>
22 files changed:
aai-annotations/pom.xml
aai-queries/pom.xml
aai-queries/src/test/resources/application-onap-test.properties
aai-queries/src/test/resources/application-test.properties
aai-queries/src/test/resources/schema-ingest.properties
aai-schema-gen/pom.xml
aai-schema-gen/src/test/resources/schema-ingest.properties
aai-schema-service/pom.xml
aai-schema-service/src/main/resources/application.properties
aai-schema-service/src/test/resources/application.properties
aai-schema/pom.xml
aai-schema/src/main/resources/onap/aai_schema/aai_schema_v31.xsd [new file with mode: 0644]
aai-schema/src/main/resources/onap/dbedgerules/v31/DbEdgeRules_bbs_v31.json [new file with mode: 0644]
aai-schema/src/main/resources/onap/dbedgerules/v31/DbEdgeRules_ccvpn_v31.json [new file with mode: 0644]
aai-schema/src/main/resources/onap/dbedgerules/v31/DbEdgeRules_esr_v31.json [new file with mode: 0644]
aai-schema/src/main/resources/onap/dbedgerules/v31/DbEdgeRules_hpa_v31.json [new file with mode: 0644]
aai-schema/src/main/resources/onap/dbedgerules/v31/DbEdgeRules_pnp_v31.json [new file with mode: 0644]
aai-schema/src/main/resources/onap/dbedgerules/v31/DbEdgeRules_v31.json [new file with mode: 0644]
aai-schema/src/main/resources/onap/oxm/v31/aai_oxm_v31.xml [new file with mode: 0644]
aai-schema/src/main/xjb/bindings-onap.xjb
pom.xml
version.properties