Add x-ran devicemanager 37/2737/1
authorherbert <herbert.eiselt@highstreet-technologies.com>
Tue, 10 Mar 2020 17:37:27 +0000 (18:37 +0100)
committerherbert <herbert.eiselt@highstreet-technologies.com>
Tue, 10 Mar 2020 17:40:08 +0000 (18:40 +0100)
commit959fe0ae609e1cb265cf81615bc035ebc9ce16d8
treeb173f2fad5cfb060e28b4548540bd4c9463b0200
parent674087e459a59591dcc85ae6da48681958c0fdf7
Add x-ran devicemanager

initial x-ran devicemanager

Issue-ID: OAM-59
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: If44aabb3dfd013e61dd9ada0c782ca24daccb59a
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
71 files changed:
features/devicemanager/.gitignore [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/feature/pom.xml [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/installer/pom.xml [new file with mode: 0755]
features/devicemanager/x-ran/ru-fh/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/model/pom.xml [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/model/src/main/yang/devicemanager-xran.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/pom.xml [new file with mode: 0755]
features/devicemanager/x-ran/ru-fh/provider/copyright [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/pom.xml [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/impl/DeviceManagerXRanImpl.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/impl/NullableHelper.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/impl/XRanChangeNotificationListener.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/impl/XRanFaultNotificationListener.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/impl/XRanNetworkElement.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/impl/XRanNetworkElementFactory.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/impl/XRanToInternalDataModel.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/alarms/rev190911/OperatorStateBuilder.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/alarms/rev190911/ResourceBuilder.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/alarms/rev190911/ResourceMatchBuilder.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/alarms/rev190911/SeverityWithClearBuilder.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/alarms/rev190911/alarms/ControlMaxAlarmStatusChangesBuilder.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/java/org/opendaylight/yang/gen/v1/urn/xran/dhcp/_1/_0/rev180720/NetconfClientIdBuilder.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/resources/version.properties [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/interfaces/xran-ald-port.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/interfaces/xran-dhcp.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/interfaces/xran-externalio.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/interfaces/xran-interfaces.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/interfaces/xran-mplane-int.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/interfaces/xran-processing-element.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/interfaces/xran-transceiver.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/operations/xran-ald.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/operations/xran-ecpri-delay.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/operations/xran-file-management.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/operations/xran-lbm.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/operations/xran-operations.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/operations/xran-performance-management.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/operations/xran-software-management.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/operations/xran-troubleshooting.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/operations/xran-udp-echo.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/operations/xran-uplane-conf.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/radio/xran-beamforming.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/radio/xran-delay-management.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/radio/xran-module-cap.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/readme.txt [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/sync/xran-sync.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/system/xran-alarm-id.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/system/xran-fan.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/system/xran-fm.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/system/xran-hardware.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/system/xran-supervision.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/1-0-0/system/xran-usermgmt.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/iana-hardware.yang [new file with mode: 0755]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/ietf-alarms@2019-09-11.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/ietf-hardware.yang [new file with mode: 0755]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/ietf-interfaces.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/plus/iana-if-type.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/plus/ietf-dhcpv6-types.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/plus/ietf-ip.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/main/yang/plus/org-openroadm-user-mgmt.yang [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/TestDeviceManagerXRanImpl.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/TestHardwareClass.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/TestXORanNetworkElementFactory.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/TestXRanChangeNotificationListener.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/TestXRanFaultNotificationListener.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/TestXRanNetworkElement.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/TestXRanToInternalDataModel.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/mock/NetconfAccessorMock.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/mock/NetconfConfigChangeMock.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/xran/mock/TransactionUtilsMock.java [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/provider/src/test/resources/simplelogger.properties [new file with mode: 0644]