Add o-ran devicemanager 59/2759/2
authorherbert <herbert.eiselt@highstreet-technologies.com>
Wed, 11 Mar 2020 16:13:25 +0000 (17:13 +0100)
committerherbert <herbert.eiselt@highstreet-technologies.com>
Wed, 11 Mar 2020 16:38:33 +0000 (17:38 +0100)
commit2215cc53ac8a8988e89dc503dedafd25c746ed36
tree376e6d2bc1dd520d105be6b8bb7e3f6c253e1e11
parent0fc640d9fe0a52a2d9b1c790d86a22b5925ded70
Add o-ran devicemanager

initial o-ran devicemanager

Issue-ID: OAM-60
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: Ie680e483c144561fbb5491e8503679b7da0b7245
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
53 files changed:
features/.gitignore [moved from features/devicemanager/.gitignore with 100% similarity]
features/devicemanager/o-ran/ru-fh/feature/pom.xml [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/installer/pom.xml [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/model/pom.xml [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/model/src/main/yang/devicemanager-oran.yang [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/pom.xml [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/copyright [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/pom.xml [new file with mode: 0644]
features/devicemanager/o-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/o-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/o-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/o-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/o-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/o-ran/ru-fh/provider/src/main/java/org/oransc/oam/features/devicemanager/oran/impl/DeviceManagerORanImpl.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/java/org/oransc/oam/features/devicemanager/oran/impl/NtsNetworkElement.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/java/org/oransc/oam/features/devicemanager/oran/impl/ORanChangeNotificationListener.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/java/org/oransc/oam/features/devicemanager/oran/impl/ORanFaultNotificationListener.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/java/org/oransc/oam/features/devicemanager/oran/impl/ORanNetworkElement.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/java/org/oransc/oam/features/devicemanager/oran/impl/ORanNetworkElementFactory.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/java/org/oransc/oam/features/devicemanager/oran/impl/ORanToInternalDataModel.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/resources/version.properties [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/yang/iana-hardware.yang [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/yang/ietf-alarms@2019-09-11.yang [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/yang/ietf-hardware.yang [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/yang/ietf-interfaces.yang [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/yang/network-topology-simulator.yang [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/yang/o-ran-fm.yang [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/yang/o-ran-hardware.yang [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/yang/o-ran-sc-common-alarms-v1.yang [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/yang/o-ran-sc-cu-cp-alarms-v1.yang [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/yang/o-ran-sc-cu-up-alarms-v1.yang [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/yang/o-ran-sc-du-alarms-v1.yang [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/yang/o-ran-sc-ric-alarms-v1.yang [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/main/yang/o-ran-sc-ru-alarms-v1.yang [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/test/TestDeviceManagerORanImpl.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/test/TestHardwareClass.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/test/TestORanChangeNotificationListener.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/test/TestORanFaultNotificationListener.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/test/TestORanNetworkElement.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/test/TestORanNetworkElementFactory.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/test/TestORanToInternalDataModel.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/test/mock/NetconfAccessorMock.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/test/mock/NetconfConfigChangeMock.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/test/mock/TransactionUtilsMock.java [new file with mode: 0644]
features/devicemanager/o-ran/ru-fh/provider/src/test/resources/simplelogger.properties [new file with mode: 0644]
features/devicemanager/x-ran/ru-fh/feature/pom.xml
features/devicemanager/x-ran/ru-fh/installer/pom.xml
features/devicemanager/x-ran/ru-fh/model/pom.xml
features/devicemanager/x-ran/ru-fh/pom.xml
features/devicemanager/x-ran/ru-fh/provider/pom.xml
features/pom.xml [moved from pom.xml with 80% similarity]