Provide ccsdk features wt 55/14555/1
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Wed, 11 Jun 2025 14:51:47 +0000 (20:21 +0530)
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Wed, 11 Jun 2025 14:51:47 +0000 (20:21 +0530)
commit9ca823e472ad875bddad78f8104976a0fd73efc9
treef835aa43b206f558805ea5c588704839186ac92d
parent0b4f2333cff8033d425ba13ccf1251b4ad2a0ae1
Provide ccsdk features wt

provide ccsdk features odlux

Issue-ID: OAM-468
Change-Id: I9064d8d38378106179767f4784f7df25e6edb2e0
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
1432 files changed:
features/sdnr/odlux/helpserver/pom.xml [new file with mode: 0755]
features/sdnr/odlux/helpserver/provider/README.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/bitnami/nginx/help/meta.json [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/bitnami/nginx/help/test.css [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/bitnami/nginx/help/test.eps [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/bitnami/nginx/help/test.pdf [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/bitnami/nginx/help/test/test.txt [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/help/meta.json [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/help/test/test.txt [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/pom.xml [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/helpserver/HelpServlet.java [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/helpserver/data/HelpInfrastructureObject.java [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/mediatorserver/README.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/mediatorserver/installation/README.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/mediatorserver/mediator/README.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/meta.json [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/sdnr/ONAP-SDN-R.png [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/sdnr/README.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/sdnr/abbreviations.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/sdnr/connect/README.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/sdnr/faq.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/sdnr/general.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/sdnr/linkCalculator/README.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/sdnr/networkMap/README.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/sdnr/pnfConfig/README.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/sdnr/pnfEventLog/README.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/sdnr/pnfFault/README.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/sdnr/pnfInventory/README.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/sdnr/pnfMaintenance/README.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/sdnr/pnfMediator/README.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/main/resources/help/sdnr/pnfPerformance/README.md [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/helpserver/test/TestMyServlet.java [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/src/test/resources/simplelogger.properties [new file with mode: 0644]
features/sdnr/odlux/helpserver/provider/test/test.txt [new file with mode: 0644]
features/sdnr/odlux/odlux/.eslintignore [new file with mode: 0644]
features/sdnr/odlux/odlux/.eslintrc.json [new file with mode: 0644]
features/sdnr/odlux/odlux/.gitignore [new file with mode: 0644]
features/sdnr/odlux/odlux/LICENSE [new file with mode: 0644]
features/sdnr/odlux/odlux/README.md [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/apiDemo/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/apiDemo/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/apiDemo/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/apiDemo/src/actions/modulesSuccess.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/apiDemo/src/handlers/apiDemoRootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/apiDemo/src/handlers/modulesHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/apiDemo/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/apiDemo/src/models/module.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/apiDemo/src/plugin.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/apiDemo/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/apiDemo/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/app-installer/pom.xml [new file with mode: 0755]
features/sdnr/odlux/odlux/apps/app-installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/policies.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/actions/deviceActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/assets/icons/configurationAppIcon.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/components/baseProps.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/components/ifWhenTextInput.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/components/uiElementBoolean.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/components/uiElementLeafList.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/components/uiElementNumber.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/components/uiElementReference.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/components/uiElementSelection.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/components/uiElementString.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/components/uiElementUnion.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/handlers/configurationAppRootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/handlers/connectedNetworkElementsHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/handlers/deviceDescriptionHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/handlers/valueSelectorHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/handlers/viewDescriptionHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/models/networkElementConnection.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/models/uiModels.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/models/yang.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/pluginConfiguration.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/services/restServices.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/services/yangService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/utilities/verifyer.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/utilities/viewEngineHelper.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/views/configurationApplication.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/views/networkElementSelector.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/yang/whenParser.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/src/yang/yangParser.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/configurationApp/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/policies.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/actions/commonNetworkElementsActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/actions/infoNetworkElementActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/actions/mountedNetworkElementsActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/actions/networkElementsActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/actions/tlsKeyActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/assets/icons/connectAppIcon.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/components/connectionStatusLog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/components/editNetworkElementDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/components/infoNetworkElementDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/components/networkElements.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/components/refreshConnectionStatusLogDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/components/refreshNetworkElementsDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/handlers/connectAppRootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/handlers/connectionStatusLogHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/handlers/infoNetworkElementHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/handlers/networkElementsHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/handlers/tlsKeyHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/models/connectionStatusLog.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/models/guiCutTrough.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/models/networkElementBase.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/models/networkElementConnection.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/models/networkElementConnectionLog.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/models/panelId.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/models/topologyNetconf.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/models/yangCapabilitiesType.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/pluginConnect.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/services/connectService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/src/views/connectView.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/connectApp/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/src/actions/authorActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/src/components/counter.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/src/handlers/demoAppRootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/src/handlers/editAuthorHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/src/handlers/listAuthorsHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/src/models/author.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/src/plugin.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/src/services/authorService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/src/views/authorsList.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/src/views/editAuthor.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/demoApp/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/eventLogApp/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/eventLogApp/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/eventLogApp/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/eventLogApp/src/assets/icons/eventLogAppIcon.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/eventLogApp/src/components/refreshEventLogDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/eventLogApp/src/handlers/eventLogAppRootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/eventLogApp/src/handlers/eventLogHandler.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/eventLogApp/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/eventLogApp/src/models/eventLogType.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/eventLogApp/src/pluginEventLog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/eventLogApp/src/views/eventLog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/eventLogApp/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/eventLogApp/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/actions/clearStuckAlarmsAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/actions/notificationActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/actions/panelChangeActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/actions/statusActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/assets/icons/faultAppIcon.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/components/clearStuckAlarmsDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/components/dashboardHome.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/components/faultStatus.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/components/refreshAlarmLogDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/components/refreshCurrentAlarmsDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/handlers/alarmLogEntriesHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/handlers/clearStuckAlarmsHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/handlers/currentAlarmsHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/handlers/faultAppRootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/handlers/faultStatusHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/handlers/notificationsHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/models/fault.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/models/panelId.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/pluginFault.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/services/faultStatusService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/src/views/faultApplication.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/faultApp/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/src/actions/helpActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/src/assets/icons/helpAppIcon.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/src/components/helpStatus.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/src/components/markdown.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/src/components/tocEntry.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/src/handlers/helpAppRootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/src/models/tocNode.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/src/plugin.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/src/services/helpService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/src/utilities/path.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/src/views/helpApplication.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/src/views/helpTocApp.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/helpApp/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/actions/inventoryDeviceListActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/actions/inventoryTreeActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/actions/panelActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/assets/icons/inventoryAppIcon.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/components/refreshInventoryDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/fakeData/index.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/handlers/inventoryAppRootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/handlers/inventoryDeviceListActionHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/handlers/inventoryElementsHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/handlers/inventoryTreeHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/handlers/panelHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/models/inventory.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/models/inventoryDeviceListType.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/models/networkElementConnection.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/models/panelId.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/pluginInventory.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/services/inventoryService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/views/dashboard.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/views/detail.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/src/views/treeview.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/inventoryApp/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/src/actions/maintenenceActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/src/assets/icons/maintenanceAppIcon.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/src/components/editMaintenenceEntryDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/src/components/refreshMaintenanceEntries.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/src/handlers/maintenanceAppRootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/src/handlers/maintenanceEntriesHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/src/models/maintenanceEntryType.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/src/pluginMaintenance.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/src/services/maintenenceService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/src/utils/timeUtils.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/src/views/maintenanceView.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/maintenanceApp/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/actions/avaliableMediatorServersActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/actions/mediatorConfigActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/actions/mediatorServerActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/assets/icons/mediatorAppIcon.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/components/editMediatorConfigDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/components/editMediatorServerDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/components/refreshMediatorDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/components/showMeditaorInfoDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/handlers/avaliableMediatorServersHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/handlers/mediatorAppRootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/handlers/mediatorServerHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/models/mediatorServer.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/plugin.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/services/mediatorService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/views/mediatorApplication.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/src/views/mediatorServerSelection.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/tslint.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/mediatorApp/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/actions/lineOfSightCommonActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/actions/lineOfSightMapActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/assets/lineOfSightAppIcon.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/components/lineOfSightConnectionErrorPoup.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/components/lineOfSightHeightChart.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/components/lineOfSightMap.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/components/lineOfSightMapContextMenu.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/components/lineOfSightMapInfo.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/config.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/handlers/lineOfSightMapHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/hooks/d3.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/model/lineOfSightGPSProfileResult.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/model/lineOfSightHeight.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/model/lineOfSightLatLon.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/service/lineOfSightHeightService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/styles/index.css [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/styles/mapbox-gl.css [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/utils/lineOfSightMap.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/utils/lineOfSightMath.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/lineOfSight/views/lineOfSightMain.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/actions/adaptiveModulationAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/actions/antennaActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/actions/atmosphericLossAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/actions/bandPlanAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/actions/commonActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/actions/errorAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/actions/handleButtonAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/actions/linkAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/actions/queryActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/actions/radioActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/actions/saveLinkAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/actions/siteAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/actions/viewAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/actions/waveguideActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/assets/icons/microwaveAppIcon.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/components/adaptiveModulationDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/components/antenna.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/components/attenuations.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/components/channelListDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/components/connectionInfo.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/components/frequencyChannel.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/components/linkTable.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/components/location.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/components/manualLocationEntr.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/components/missingInformation.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/components/outlinedDiv.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/components/radio.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/components/textFieldwithAdornment.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/components/waveguide.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/handlers/antennaHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/handlers/atmosphericLossHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/handlers/bandPlanHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/handlers/errorHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/handlers/linkHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/handlers/linkTableHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/handlers/queryHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/handlers/radioHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/handlers/rootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/handlers/siteHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/handlers/viewHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/handlers/waveguideHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/model/adaptiveModulationInput.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/model/adaptiveModulationTable.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/model/antenna.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/model/bandPlan.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/model/calculationResult.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/model/link.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/model/linkTable.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/model/modulation.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/model/radio.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/model/tabId.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/model/topologyTypes.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/model/updateLink.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/model/waveguide.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/service/dataService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/service/processingService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/utils/checkLink.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/utils/geoConverter.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/utils/math.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/views/linkCalculation.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/linkCalculator/views/mainView.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/src/pluginMicrowave.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/microwaveApp/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/minimumApp/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/minimumApp/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/minimumApp/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/minimumApp/src/assets/icons/minimumAppIcon.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/minimumApp/src/handlers/minimumAppRootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/minimumApp/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/minimumApp/src/plugin.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/minimumApp/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/minimumApp/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/README.md [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/apartment.png [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/apartment.png.d.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/customize.png [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/customize.png.d.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/datacenter.png [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/datacenter.png.d.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/datacenterred.png [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/datacenterred.png.d.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/factory.png [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/factory.png.d.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/factoryred.png [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/factoryred.png.d.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/lamp.png [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/lamp.png.d.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/lampred.png [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/icons/lampred.png.d.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/actions/connectivityAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/actions/detailsAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/actions/filterActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/actions/mapActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/actions/searchAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/actions/settingsAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/actions/sitedocManagementAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/app.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/assets/icons/networkMapAppIcon.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/customize/networkMapSetup.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/customize/themeElement.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/denseTable.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/details/details.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/details/linkDetails.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/details/serviceDetails.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/details/siteDetails.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/map/connectionInfo.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/map/filterBar.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/map/iconSwitch.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/map/layerSelection.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/map/map.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/map/mapControl.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/map/mapPopup.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/map/searchBar.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/map/searchResultDisplay.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/map/statistics.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/components/stadok/stadokDetailsPopup.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/config.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/handlers/connectivityHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/handlers/detailsHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/handlers/filterHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/handlers/mapHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/handlers/rootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/handlers/searchHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/handlers/settingsHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/handlers/sitedocManagementHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/model/boundingBox.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/model/coordinates.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/model/count.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/model/historyEntry.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/model/networkElementConnection.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/model/searchResult.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/model/settings.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/model/siteDocTypes.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/model/stadokOrder.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/model/stadokSite.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/model/topologyTypes.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/pluginTransport.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/services/dataService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/services/mapImagesService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/services/settingsService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/services/sitedocDataService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/styles/index.css [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/styles/mapbox-gl.css [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/utils/detailsUtils.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/utils/mapLayers.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/src/utils/mapUtils.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/networkMapApp/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/actions/deviceListActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/actions/ltpAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/actions/panelChangeActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/actions/reloadAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/actions/timeChangeAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/actions/toggleActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/assets/icons/performanceHistoryAppIcon.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/components/adaptiveModulation.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/components/chartFilter.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/components/crossPolarDiscrimination.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/components/ltpSelection.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/components/performanceData.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/components/receiveLevel.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/components/signalToInterference.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/components/temperature.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/components/toggleContainer.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/components/transmissionPower.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/handlers/adaptiveModulationHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/handlers/availableLtpsActionHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/handlers/crossPolarDiscriminationHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/handlers/deviceListActionHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/handlers/performanceDataHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/handlers/performanceHistoryRootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/handlers/receiveLevelHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/handlers/signalToInterferenceHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/handlers/temperatureHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/handlers/transmissionPowerHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/models/adaptiveModulationDataType.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/models/availableLtps.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/models/chartTypes.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/models/crossPolarDiscriminationDataType.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/models/deviceListType.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/models/panelId.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/models/performanceDataType.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/models/receiveLevelDataType.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/models/signalToInteferenceDataType.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/models/temperatureDataType.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/models/toggleDataType.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/models/topologyNetconf.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/models/transmissionPowerDataType.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/pluginPerformance.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/services/performanceHistoryService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/utils/chartUtils.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/utils/tableUtils.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/src/views/performanceHistoryApplication.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/performanceHistoryApp/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/actions/detailsAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/actions/panelActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/actions/siteManagerSiteSearchAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/actions/siteManagerTreeActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/actions/sitedocManagementAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/assets/icons/siteManagerAppIcon.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/createNewOrder.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/denseTable.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/deviceTable.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/linkTable.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/messageDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/orderTask.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/picturesTable.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/refreshSiteTableDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/siteAdditionalInformation.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/siteConfiguration.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/siteDetails.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/siteManagerSiteSearch.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/siteManagerTreeview.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/siteOrdersTable.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/siteTable.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/treeItem.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/components/tssReportsTable.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/config.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/handlers/detailsReducer.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/handlers/deviceTableHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/handlers/linkTableHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/handlers/siteManagerAppRootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/handlers/siteManagerSiteSearchHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/handlers/siteManagerTreeHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/handlers/siteTableHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/handlers/sitedocManagementHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/models/count.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/models/historyEntry.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/models/link.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/models/networkElementConnection.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/models/panelId.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/models/site.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/models/siteDetails.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/models/siteDocTypes.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/models/siteManager.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/models/siteSearch.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/models/stadokSite.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/models/topologyTypes.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/pluginSiteManager.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/services/dataService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/services/mapService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/services/siteManagerService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/services/sitedocDataService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/views/OrderCreation.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/src/views/siteManager.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/siteManagerApp/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/actions/panelChangeActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/actions/unmFaultManagementAlarmStatusActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/assets/icons/unmFaultManagementAppIcon.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/components/refreshUnmFaultLogDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/components/unmFaultManagementAlarmDetailsDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/components/unmFaultManagementDashboard.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/components/unmFaultManagementFaultLog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/handlers/unmFaultLogEntriesHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/handlers/unmFaultManagementAlarmStatusHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/handlers/unmFaultManagementAppRootHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/models/panelId.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/models/unmFault.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/pluginUnmFaultManagement.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/services/unmFaultStatusService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/src/views/unmFaultManagementApplication.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/apps/unmFaultManagementApp/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/.babelrc [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/LICENSE [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/actions/authentication.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/actions/errorActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/actions/loginProvider.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/actions/menuAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/actions/navigationActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/actions/settingsAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/actions/snackbarActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/actions/titleActions.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/actions/websocketAction.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/app.css [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/app.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/icons/About.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/icons/Home.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/icons/Menu.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/icons/Tools.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/icons/User.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/icons/ht.Connect.png [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/icons/ht.Connect.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/images/defaultLogo.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/images/defaultLogo.svg.d.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/images/home.svg [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/images/home.svg.d.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/images/odluxLogo.gif [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/images/odluxLogo.gif.d.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/images/onapLogo.gif [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/images/onapLogo.gif.d.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/assets/version.json [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/common/event.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/errorDisplay.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/icons/menuIcon.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/logo.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/material-table/columnModel.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/material-table/index.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/material-table/showColumnDialog.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/material-table/tableFilter.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/material-table/tableHead.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/material-table/tableToolbar.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/material-table/utilities.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/material-ui/index.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/material-ui/listItemLink.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/material-ui/loader.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/material-ui/panel.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/material-ui/snackDisplay.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/material-ui/toggleButton.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/material-ui/toggleButtonGroup.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/material-ui/treeView.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/navigationMenu.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/objectDump/index.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/routing/appFrame.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/settings/general.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/components/titleBar.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/design/default.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/favicon.ico [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/flux/action.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/flux/connect.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/flux/middleware.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/flux/store.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/handlers/applicationRegistryHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/handlers/applicationStateHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/handlers/authenticationHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/handlers/navigationStateHandler.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/index.dev.html [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/index.html [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/middleware/api.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/middleware/logger.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/middleware/navigation.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/middleware/policies.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/middleware/thunk.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/models/applicationConfig.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/models/applicationInfo.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/models/authentication.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/models/elasticSearch.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/models/errorInfo.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/models/externalLoginProvider.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/models/iconDefinition.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/models/index.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/models/restService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/models/settings.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/models/snackbarItem.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/run.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/services/applicationApi.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/services/applicationManager.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/services/authenticationService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/services/broadcastService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/services/index.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/services/notificationService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/services/restAccessorService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/services/restService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/services/snackbarService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/services/storeService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/services/userSessionService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/services/userdataService.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/store/applicationStore.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/styles/att.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/utilities/elasticSearch.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/utilities/logLevel.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/utilities/withComponents.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/utilities/yangHelper.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/views/about.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/views/frame.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/views/home.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/views/login.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/views/settings.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src/views/test.tsx [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/src2/main/resources/version.json [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/webpack.config.js [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/webpack.runner.js [new file with mode: 0644]
features/sdnr/odlux/odlux/framework/webpack.vendor.js [new file with mode: 0644]
features/sdnr/odlux/odlux/installer/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/jest.json [new file with mode: 0644]
features/sdnr/odlux/odlux/lerna.json [new file with mode: 0644]
features/sdnr/odlux/odlux/lib/broadcast/mapChannel.ts [new file with mode: 0644]
features/sdnr/odlux/odlux/odlux.properties [new file with mode: 0644]
features/sdnr/odlux/odlux/package.json [new file with mode: 0644]
features/sdnr/odlux/odlux/pom.xml [new file with mode: 0644]
features/sdnr/odlux/odlux/proxy.conf.js [new file with mode: 0644]
features/sdnr/odlux/odlux/test.txt [new file with mode: 0644]
features/sdnr/odlux/odlux/tsconfig.json [new file with mode: 0644]
features/sdnr/odlux/odlux/yarn.lock [new file with mode: 0644]
features/sdnr/odlux/pom.xml [new file with mode: 0644]
features/sdnr/odlux/readthedocs/README.md [new file with mode: 0644]
features/sdnr/odlux/readthedocs/convert.sh [new file with mode: 0755]
features/sdnr/odlux/readthedocs/pom.xml [new file with mode: 0644]
features/sdnr/odlux/readthedocs/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
features/sdnr/odlux/readthedocs/src/docs/conf.py [new file with mode: 0755]
features/sdnr/odlux/readthedocs/src/docs/guides/onap-user/applications.rst [new file with mode: 0644]
features/sdnr/odlux/readthedocs/src/docs/guides/onap-user/home.rst [new file with mode: 0644]
features/sdnr/odlux/readthedocs/src/docs/guides/onap-user/installation.rst [new file with mode: 0644]
features/sdnr/odlux/readthedocs/src/docs/guides/onap-user/sdnr_Docker_Image_configuration.rst [new file with mode: 0644]
features/sdnr/odlux/readthedocs/src/docs/guides/onap-user/sdnr_WT_Service_Configuration_parameters.rst [new file with mode: 0644]
features/sdnr/odlux/readthedocs/src/docs/index.rst [new file with mode: 0644]
features/sdnr/odlux/readthedocs/src/docs/requirements.txt [new file with mode: 0644]
features/sdnr/wt/README.md [new file with mode: 0644]
features/sdnr/wt/common-yang/iana-crypt-hash/pom.xml [new file with mode: 0755]
features/sdnr/wt/common-yang/iana-crypt-hash/src/main/yang/iana-crypt-hash@2014-08-06.yang [new file with mode: 0644]
features/sdnr/wt/common-yang/ietf-alarms/pom.xml [new file with mode: 0755]
features/sdnr/wt/common-yang/ietf-alarms/src/main/yang/ietf-alarms@2019-09-11.yang [new file with mode: 0644]
features/sdnr/wt/common-yang/openroadm-pm-types/pom.xml [new file with mode: 0755]
features/sdnr/wt/common-yang/openroadm-pm-types/src/main/java/org/opendaylight/yang/gen/v1/http/org/openroadm/pm/types/rev191129/PmDataTypeBuilder.java [new file with mode: 0644]
features/sdnr/wt/common-yang/openroadm-pm-types/src/main/yang/org-openroadm-pm-types@2019-11-29.yang [new file with mode: 0644]
features/sdnr/wt/common-yang/pom.xml [new file with mode: 0755]
features/sdnr/wt/common-yang/rfc7317-ietf-system/pom.xml [new file with mode: 0755]
features/sdnr/wt/common-yang/rfc7317-ietf-system/src/main/yang/ietf-system@2014-08-06.yang [new file with mode: 0644]
features/sdnr/wt/common-yang/rfc8341/pom.xml [new file with mode: 0755]
features/sdnr/wt/common-yang/rfc8341/src/main/yang/ietf-netconf-acm.yang [new file with mode: 0644]
features/sdnr/wt/common-yang/test-yang/pom.xml [new file with mode: 0644]
features/sdnr/wt/common-yang/test-yang/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/HostBuilder.java [new file with mode: 0644]
features/sdnr/wt/common-yang/test-yang/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/IpAddressBuilder.java [new file with mode: 0644]
features/sdnr/wt/common-yang/test-yang/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/IpAddressNoZoneBuilder.java [new file with mode: 0644]
features/sdnr/wt/common-yang/test-yang/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/inet/types/rev130715/IpPrefixBuilder.java [new file with mode: 0644]
features/sdnr/wt/common-yang/test-yang/src/main/yang/test-yang-utils.yang [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/pom.xml [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/YangToolsMapper.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/YangToolsMapperHelper.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/builder/DateAndTimeBuilder.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/mapperextensions/YangToolsBuilderAnnotationIntrospector.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/mapperextensions/YangToolsDeserializerModifier.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/mapperextensions/YangToolsModule.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/mapperextensions/YangtoolsMapDesirializer.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/serialize/BaseIdentityDeserializer.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/serialize/BaseIdentitySerializer.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/serialize/ClassDeserializer.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/serialize/ContainerNodeSerializer.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/serialize/DateAndTimeSerializer.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/serialize/EnumSerializer.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/serialize/IdentifierDeserializer.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/serialize/MapSerializer.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/serialize/SetDeserializer.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/serialize/TypeObjectDeserializer.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/serialize/TypeObjectSerializer.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/main/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/serialize/XMLNamespaceSerializer.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/test/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/TestHashMap.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/test/java/org/onap/ccsdk/features/sdnr/wt/yang/mapper/TestYangToolsMapper.java [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/test/yang/ietf-inet-types.yang [new file with mode: 0644]
features/sdnr/wt/common-yang/utils/src/test/yang/test-yang-utils.yang [new file with mode: 0644]
features/sdnr/wt/common/pom.xml [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/HtAssert.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/Resources.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/YangHelper.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/configuration/Configuration.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/configuration/ConfigurationFileRepresentation.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/configuration/ISubConfigHandler.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/configuration/exception/ConversionException.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/configuration/filechange/ConfigFileObserver.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/configuration/filechange/IConfigChangedListener.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/configuration/subtypes/Section.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/configuration/subtypes/SectionValue.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/database/Portstatus.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/database/data/DatabaseVersion.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/file/FileWatchdog.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/file/PomFile.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/file/PomPropertiesFile.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/http/BaseHTTPClient.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/http/BaseHTTPResponse.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/test/JSONAssert.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/test/ServletOutputStreamToByteArrayOutputStream.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/test/ServletOutputStreamToStringWriter.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/threading/GenericRunnableFactory.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/threading/GenericRunnableFactoryCallback.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/threading/KeyBasedThreadpool.java [new file with mode: 0644]
features/sdnr/wt/common/src/main/java/org/onap/ccsdk/features/sdnr/wt/common/util/StackTrace.java [new file with mode: 0644]
features/sdnr/wt/common/src/test/java/org/onap/ccsdk/features/sdnr/wt/common/test/TestBaseHttpClient.java [new file with mode: 0644]
features/sdnr/wt/common/src/test/java/org/onap/ccsdk/features/sdnr/wt/common/test/TestConfig.java [new file with mode: 0644]
features/sdnr/wt/common/src/test/java/org/onap/ccsdk/features/sdnr/wt/common/test/TestDatabaseVersion.java [new file with mode: 0644]
features/sdnr/wt/common/src/test/java/org/onap/ccsdk/features/sdnr/wt/common/test/TestJsonAssert.java [new file with mode: 0644]
features/sdnr/wt/common/src/test/java/org/onap/ccsdk/features/sdnr/wt/common/test/TestKeybasedThreadpool.java [new file with mode: 0644]
features/sdnr/wt/common/src/test/java/org/onap/ccsdk/features/sdnr/wt/common/test/TestPomfile.java [new file with mode: 0644]
features/sdnr/wt/common/src/test/java/org/onap/ccsdk/features/sdnr/wt/common/test/TestPortstatus.java [new file with mode: 0644]
features/sdnr/wt/common/src/test/java/org/onap/ccsdk/features/sdnr/wt/common/test/TestResources.java [new file with mode: 0644]
features/sdnr/wt/common/src/test/resources/log4j.properties [new file with mode: 0644]
features/sdnr/wt/common/src/test/resources/log4j2.xml [new file with mode: 0644]
features/sdnr/wt/common/src/test/resources/simplelogger.properties [new file with mode: 0644]
features/sdnr/wt/common/src/test/resources/testpom.xml [new file with mode: 0644]
features/sdnr/wt/data-provider/README.md [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/pom.xml [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/SqlDBClient.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/SqlDBConfig.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/data/HtUserdataManagerBase.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/data/HtUserdataManagerImpl.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/data/PropertyList.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/data/SqlDBDataProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/data/SqlDbInventoryTreeProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/data/SqlPropertyInfo.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/data/SqlTable.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/data/SqlView.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/data/Userdata.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/data/UserdataBuilder.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/data/entity/DatabaseIdGenerator.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/data/entity/FaultEntityManager.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/data/entity/HtDatabaseEventsService.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/data/entity/HtDatabaseMaintenanceService.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/data/rpctypehelper/QueryResult.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/database/SqlDBMapper.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/database/SqlDBReader.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/database/SqlDBReaderWriter.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/database/SqlDBReaderWriterFault.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/database/SqlDBReaderWriterInventory.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/database/SqlDBReaderWriterPm.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/database/SqlDBReaderWriterUserdata.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/database/SqlDBStatusReader.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/query/CountQuery.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/query/DeleteQuery.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/query/InsertQuery.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/query/SelectQuery.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/query/SqlQuery.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/query/UpdateQuery.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/query/UpsertQuery.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/query/filters/DBFilterKeyValuePair.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/query/filters/DBKeyValuePair.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/query/filters/RangeSqlDBFilter.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/query/filters/RegexSqlDBFilter.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/query/filters/SqlDBFilter.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/sqldb/query/filters/SqlDBSearchFilter.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/dblib/test/TestCRUDMariaDB.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/dblib/test/TestConfig.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/dblib/test/TestMariaDataProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/dblib/test/TestObjectIds.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/dblib/test/TestQuerySyntax.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/dblib/test/util/MariaDBTestBase.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/test/resources/UserdataBuilder.java [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/test/resources/inventory.json [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/test/resources/inventory2.json [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/test/resources/pmdata15m.json [new file with mode: 0644]
features/sdnr/wt/data-provider/dblib/src/test/resources/pmdata24h.json [new file with mode: 0644]
features/sdnr/wt/data-provider/feature/pom.xml [new file with mode: 0644]
features/sdnr/wt/data-provider/installer/pom.xml [new file with mode: 0755]
features/sdnr/wt/data-provider/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
features/sdnr/wt/data-provider/model/pom.xml [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/ArchiveCleanProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/BaseInventoryTreeProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/DataInconsistencyException.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/DataProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/DatabaseDataProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/HtDatabaseMaintenance.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/HtDatabaseMediatorserver.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/HtUserdataManager.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/IEntityDataProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/IEsConfig.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/InventoryTreeProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/NetconfTimeStamp.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/SdnrDbType.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/StatusChangedHandler.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/types/DataTreeChildObject.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/types/DataTreeObject.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/types/NetconfTimeStampImpl.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/types/ScalarTypeObject.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/model/types/YangHelper.java [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/yang/data-provider-g826-pm-types.yang [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/yang/data-provider-openroadm-pm-types.yang [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/yang/data-provider-units.yang [new file with mode: 0644]
features/sdnr/wt/data-provider/model/src/main/yang/data-provider@2020-11-10.yang [new file with mode: 0644]
features/sdnr/wt/data-provider/pom.xml [new file with mode: 0755]
features/sdnr/wt/data-provider/provider/copyright [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/java.sh [new file with mode: 0755]
features/sdnr/wt/data-provider/provider/pom.xml [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/simplelogger.properties [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/nodb/NoDbDataProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/nodb/NoDbDatabaseDataProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/nodb/NoDbHtDatabaseMaintenance.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/nodb/NoDbHtUserdataManager.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/database/nodb/NoDbInventoryTreeProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/http/DataTreeHttpServlet.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/http/UserdataHttpServlet.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/http/about/AboutHttpServlet.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/http/about/MarkdownTable.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/http/about/ODLVersionLUT.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/http/about/SystemInfo.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/http/yangschema/GetYangSchemaRequest.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/http/yangschema/YangFileProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/http/yangschema/YangFilename.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/http/yangschema/YangSchemaHttpServlet.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/impl/DataProviderConfig.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/impl/DataProviderImpl.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/impl/DataProviderService.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/impl/DataProviderServiceImpl.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/yangtools/DataProviderYangToolsMapper.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/resources/about/README.json [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/resources/about/README.md [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/resources/about/test.bmp [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/test/TestAbout.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/test/TestDataMappings.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/test/TestMapper.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/test/TestNetconfNodeBuilder.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/test/TestNetconfTimestamp.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/test/TestNoDbDataProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/test/TestNuMappings.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/test/TestYangCloning.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/test/TestYangGenSalMappingOpenRoadm.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/test/TestYangProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/test/issues/TestIssue227.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/test/util/DataBrokerHelper.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/test/util/MariaDBTestBase.java [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/resources/TestTree/test1.json [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/resources/TestTree/test2.json [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/resources/TestTree/test3.json [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/resources/TestYangGenSalMappingOpenRoadm/pmdata1.json [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/resources/TestYangGenSalMappingOpenRoadm/pmdata2.json [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/resources/TestYangGenSalMappingOpenRoadm/pmdata3.json [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/resources/log4j.properties [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/resources/test.properties [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/resources/tlskeys/keys1.json [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/resources/userdata/full.json [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/resources/userdata/merged.json [new file with mode: 0644]
features/sdnr/wt/data-provider/provider/src/test/resources/userdata/networkmap.json [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/pom.xml [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/DataMigrationProviderImpl.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/DataMigrationProviderService.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/Program.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/ReleaseInformation.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/data/ComponentName.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/data/ConfigData.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/data/ConfigName.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/data/DataMigrationReport.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/data/DatabaseInfo.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/data/DatabaseInfo7.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/data/MariaDBTableInfo.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/data/MavenDatabasePluginInitFile.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/data/Release.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/data/ReleaseGroup.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/database/MariaDbDataMigrationProvider.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/releases/ElAltoReleaseInformation.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/releases/FrankfurtReleaseInformation.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/releases/FrankfurtReleaseInformationR2.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/releases/GuilinReleaseInformation.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/releases/HonoluluReleaseInformation.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/releases/IstanbulReleaseInformation.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/main/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/releases/JakartaReleaseInformation.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/MariaDBTestBase.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/TestBaseReleaseInformation.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/TestMariaDBJakarta.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/test/java/org/onap/ccsdk/features/sdnr/wt/dataprovider/setup/TestMariaDBMapper.java [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/test/resources/test.bak.json [new file with mode: 0644]
features/sdnr/wt/data-provider/setup/src/test/resources/test2.bak.json [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/feature/pom.xml [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/installer/pom.xml [new file with mode: 0755]
features/sdnr/wt/devicemanager-core/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/pom.xml [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/ne/factory/DevicemanagerNature.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/ne/factory/FactoryRegistration.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/ne/factory/NetworkElementFactory.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/ne/factory/NetworkElementFactory2.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/ne/service/DeviceMonitoredNe.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/ne/service/InventoryProvider.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/ne/service/NetworkElement.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/ne/service/NetworkElementService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/ne/service/PerformanceDataProvider.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/service/AaiService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/service/DeviceManagerService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/service/DeviceManagerServiceProvider.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/service/EquipmentService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/service/EventHandlingService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/service/FaultService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/service/MaintenanceService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/service/NetconfNetworkElementService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/service/NotificationProxyParser.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/service/NotificationService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/service/PerformanceManager.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/service/VESCollectorCfgService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/service/VESCollectorConfigChangeListener.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/service/VESCollectorService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/types/EquipmentData.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/types/EventlogNotificationBuilder.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/types/FaultData.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/types/FaultNotificationBuilder2.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/types/InternalConnectionStatus.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/types/InventoryInformationDcae.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/types/PerformanceDataLtp.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/types/VESCommonEventHeaderPOJO.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/types/VESFaultFieldsPOJO.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/types/VESMessage.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/types/VESNotificationFieldsPOJO.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/types/VESPNFRegistrationFieldsPOJO.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/types/VESStndDefinedFieldsPOJO.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/util/InconsistentPMDataException.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/util/PmUtil.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/util/UnkownDevicemanagerServiceException.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/model/src/main/yang/devicemanager.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/pom.xml [new file with mode: 0755]
features/sdnr/wt/devicemanager-core/provider/copyright [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/pom.xml [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/aaiconnector/impl/AaiProviderClient.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/aaiconnector/impl/AaiWebApiClient.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/aaiconnector/impl/URLParamEncoder.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/aaiconnector/impl/config/AaiClientPropertiesFile.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/aaiconnector/impl/config/AaiConfig.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/dcaeconnector/impl/DcaeForwarderImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/dcaeconnector/impl/DcaeForwarderInternal.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/dcaeconnector/impl/DcaeMessages.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/dcaeconnector/impl/DcaeProviderClient.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/dcaeconnector/impl/DcaeProviderTask.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/dcaeconnector/impl/DcaeProviderWorker.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/dcaeconnector/impl/DcaeSender.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/dcaeconnector/impl/DcaeSenderImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/dcaeconnector/impl/config/DcaeConfig.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/devicemonitor/impl/Checker.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/devicemonitor/impl/DeviceMonitor.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/devicemonitor/impl/DeviceMonitorEmptyImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/devicemonitor/impl/DeviceMonitorImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/devicemonitor/impl/DeviceMonitorProblems.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/devicemonitor/impl/DeviceMonitorTask.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/devicemonitor/impl/config/DmConfig.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/eventdatahandler/DeviceManagerDatabaseNotificationService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/eventdatahandler/ODLEventListenerHandler.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/eventdatahandler/RpcPushNotificationsHandler.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/housekeeping/ConnectionStatusHousekeepingService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/housekeeping/HouseKeepingConfig.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/housekeeping/ResyncNetworkElementHouskeepingService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/housekeeping/ResyncNetworkElementsListener.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/DeviceManagerApiServiceImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/DeviceManagerImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/DeviceManagerNetconfConnectHandler.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/DeviceManagerNetconfNotConnectHandler.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/NetconfNodeService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/ProviderClient.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/PushNotifications.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/util/InternalDateAndTime.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/util/InternalSeverity.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/util/NetworkElementConnectionEntitiyUtil.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/util/NotificationProxyParserImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/util/OdlClusterSingleton.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/xml/FaultEntityManager.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/xml/GetEventType.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/xml/MwtNotificationBase.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/xml/ProblemNotificationXml.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/xml/WebSocketServiceClientImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/impl/xml/WebSocketServiceClientInternal.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/maintenance/MaintenanceRPCServiceAPI.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/maintenance/impl/MaintenanceCalculator.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/maintenance/impl/MaintenanceServiceImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/performancemanager/impl/PerformanceManagerImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/performancemanager/impl/PerformanceManagerTask.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/performancemanager/impl/config/PmConfig.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/toggleAlarmFilter/DevicemanagerNotificationDelayService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/toggleAlarmFilter/NotificationDelayFilter.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/toggleAlarmFilter/NotificationDelayService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/toggleAlarmFilter/NotificationDelayedListener.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/toggleAlarmFilter/NotificationWithServerTimeStamp.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/toggleAlarmFilter/ToggleAlarmFilterable.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/toggleAlarmFilter/conf/ToggleAlarmConfig.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/vescollectorconnector/impl/VESCollectorServiceImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/vescollectorconnector/impl/config/VESCollectorCfgImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/bbf-tr-196-2-0-3-full@2018-04-08.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/core-model@2017-03-20.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/g.874.1-model@2017-03-20.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/iana-crypt-hash@2014-08-06.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/ietf-inet-types@2010-09-24.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/ietf-inet-types@2013-07-15.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/ietf-netconf-acm@2012-02-22.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/ietf-netconf-monitoring@2010-10-04.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/ietf-netconf-partial-lock@2009-10-19.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/ietf-netconf-with-defaults@2011-06-01.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/ietf-netconf@2011-06-01.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/ietf-ptp-dataset@2017-02-08.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/ietf-restconf@2013-10-19.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/ietf-system@2014-08-06.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/ietf-yang-library@2016-04-09.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/ietf-yang-types@2013-07-15.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/microwave-model@2017-03-24.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/microwave-model@2018-09-07.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/microwave-model@2018-10-10.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/nc-notifications@2008-07-14.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/notifications@2008-07-14.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/notifications@2018-05-30.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/onf-core-model-conditional-packages@2017-04-02.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/onf-ethernet-conditional-packages@2017-04-02.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/onf-otn-odu-conditional-packages@2017-10-20.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/onf-ptp-dataset@2017-05-08.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/photonic-media@2018-09-24.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/tapi-common@2018-08-31.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/tapi-connectivity@2018-08-31.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/tapi-dsr@2018-08-31.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/tapi-eth@2018-08-31.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/tapi-notification@2018-08-31.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/tapi-oam@2018-08-31.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/tapi-odu@2018-08-31.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/tapi-path-computation@2018-08-31.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/tapi-photonic-media@2018-08-31.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/tapi-topology@2018-08-31.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/preload.cache.schema/tapi-virtual-network@2018-08-31.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/main/resources/version.properties [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/test/TestAai.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/test/TestDcae.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/test/TestDevMgrPropertiesFile.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/test/TestDeviceMonitor.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/test/TestDevicemanager.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/test/TestMaintenanceTimeFilter.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/test/TestNameSpace.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/test/TestToggleAlarmFilter.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/test/TestVESCollectorClient.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/test/TestsNectconfDateTime.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/test/mock/RpcProviderServiceMock.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/test/util/NetconfTimeStampOld.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/resources/aaiclient.properties [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/resources/captured-akka.conf [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/resources/mediator-server.json [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/resources/simplelogger.properties [new file with mode: 0644]
features/sdnr/wt/devicemanager-core/provider/src/test/resources/test.properties [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/feature/pom.xml [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/installer/pom.xml [new file with mode: 0755]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/model/pom.xml [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/model/src/main/yang/devicemanager-oran.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/pom.xml [new file with mode: 0755]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/copyright [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/pom.xml [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/config/ORanDMConfig.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/dataprovider/ORanDOMToInternalDataModel.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/impl/dom/DeviceManagerORanImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/impl/dom/ORanDOMNetworkElement.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/impl/dom/ORanNetworkElementFactory.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/notification/ORanDOMChangeNotificationListener.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/notification/ORanDOMFaultNotificationListener.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/notification/ORanDOMNotifToVESEventAssembly.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/notification/ORanDOMNotificationToXPath.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/notification/ORanDOMSupervisionNotificationListener.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/notification/ORanNotificationObserver.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/notification/ORanNotificationObserverImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/notification/ORanNotificationReceivedService.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/rpc/ORanSupervisionRPCImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/util/ORanDMDOMUtility.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/util/ORanDeviceManagerQNames.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/vesmapper/ORanDOMFaultToVESFaultMapper.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/vesmapper/ORanDOMSupervisionNotifToVESMapper.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/vesmapper/ORanRegistrationToVESpnfRegistrationMapper.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/yangspecs/ORANFM.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/yangspecs/OnapSystem.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/yangspecs/YangModule.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/resources/version.properties [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/yang/iana-hardware.yang [new file with mode: 0755]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/yang/ietf-alarms@2019-09-11.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/yang/ietf-hardware.yang [new file with mode: 0755]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/yang/ietf-interfaces.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/yang/o-ran-ald-port@2019-07-03.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/yang/o-ran-fm.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/yang/o-ran-hardware.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/yang/o-ran-hardware@2019-07-03.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/yang/o-ran-sc-common-alarms-v1.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/yang/o-ran-sc-cu-cp-alarms-v1.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/yang/o-ran-sc-cu-up-alarms-v1.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/yang/o-ran-sc-du-alarms-v1.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/yang/o-ran-sc-ric-alarms-v1.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/main/yang/o-ran-sc-ru-alarms-v1.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/impl/dom/TestDeviceManagerORanImpl.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/impl/dom/TestORanDOMFaultNotificationListener.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/impl/dom/TestORanDOMNetworkElement.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/impl/dom/TestORanDOMNotification.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/impl/dom/TestORanDOMToInternalDataModel.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/impl/dom/TestORanNetworkElementFactory.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/impl/dom/TestORanRegistrationToVESpnfRegistration.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/devicemanager/oran/impl/dom/util/TestYangParserUtil.java [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/resources/Device-ietf-hardware-Output.json [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/resources/iana-crypt-hash@2014-08-06.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/resources/iana-hardware.yang [new file with mode: 0755]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/resources/ietf-hardware.xml [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/resources/ietf-hardware.yang [new file with mode: 0755]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/resources/ietf-inet-types.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/resources/ietf-netconf-acm.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/resources/ietf-system@2014-08-06.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/resources/ietf-yang-types.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/resources/o-ran-fm@2022-08-15.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/resources/o-ran-hardware@2019-07-03.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/resources/onap-system.xml [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/resources/onap-system.yang [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/resources/oran-fm-active-alarm.xml [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/src/test/resources/simplelogger.properties [new file with mode: 0644]
features/sdnr/wt/devicemanager-o-ran-sc/pom.xml [new file with mode: 0644]
features/sdnr/wt/featureaggregator/feature-devicemanager-base/pom.xml [new file with mode: 0644]
features/sdnr/wt/featureaggregator/feature-devicemanager/pom.xml [new file with mode: 0644]
features/sdnr/wt/featureaggregator/feature-oauth/pom.xml [new file with mode: 0644]
features/sdnr/wt/featureaggregator/feature/pom.xml [new file with mode: 0644]
features/sdnr/wt/featureaggregator/installer/pom.xml [new file with mode: 0755]
features/sdnr/wt/featureaggregator/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0755]
features/sdnr/wt/featureaggregator/pom.xml [new file with mode: 0755]
features/sdnr/wt/mountpoint-registrar/feature/pom.xml [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/installer/pom.xml [new file with mode: 0755]
features/sdnr/wt/mountpoint-registrar/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/model/pom.xml [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/model/src/main/yang/mountpoint-registrar.yang [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/pom.xml [new file with mode: 0755]
features/sdnr/wt/mountpoint-registrar/provider/copyright [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/pom.xml [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/config/FaultConfig.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/config/GeneralConfig.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/config/MessageConfig.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/config/PNFRegistrationConfig.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/config/ProvisioningConfig.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/config/StndDefinedFaultConfig.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/config/StrimziKafkaConfig.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/impl/InvalidMessageException.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/impl/MessageClient.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/impl/MountpointRegistrarImpl.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/impl/StrimziKafkaVESMsgConsumer.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/impl/StrimziKafkaVESMsgConsumerImpl.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/impl/StrimziKafkaVESMsgConsumerMain.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/impl/StrimziKafkaVESMsgValidator.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/kafka/VESMsgKafkaConsumer.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/vesdomain/cm/CMBasicHeaderFieldsNotification.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/vesdomain/cm/CMNotification.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/vesdomain/cm/CMNotificationClient.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/vesdomain/cm/StrimziKafkaCMVESMsgConsumer.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/vesdomain/fault/FaultNotificationClient.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/vesdomain/fault/StrimziKafkaFaultVESMsgConsumer.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/vesdomain/pnfreg/PNFMountPointClient.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/vesdomain/pnfreg/StrimziKafkaPNFRegVESMsgConsumer.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/vesdomain/stnddefined/StrimziKafkaStndDefinedFaultVESMsgConsumer.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/main/resources/version.properties [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/TestMapping.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/TestMountpointRegistrarImpl.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/client/TestCMBasicHeaderFieldsNotification.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/client/TestCMNotificationBuilder.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/client/TestCMNotificationClient.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/client/TestFaultNotificationClient.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/client/TestPNFMountPointClient.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/config/GeneralConfigForTest.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/config/PNFRegistrationConfigTest.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/config/TestFaultConfig.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/config/TestGeneralConfig.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/config/TestProvisioningConfig.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/config/TestStrimziKafkaConfig.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/consumer/TestStrimziKafkaCMVESMsgConsumer.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/consumer/TestStrimziKafkaFaultVESMsgConsumer.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/consumer/TestStrimziKafkaPNFRegVESMsgConsumer.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/consumer/TestStrimziKafkaStndDefinedVESMsgConsumer.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/consumer/TestStrimziKafkaVESMsgConsumerMain.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointregistrar/test/mock/odlapi/ClusterSingletonServiceProviderMock.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/resources/msgs/cm_invalid.json [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/resources/msgs/cm_invalid_type.json [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/resources/msgs/cm_moi_attribute_value_changes.json [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/resources/msgs/cm_moi_creation.json [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/resources/msgs/cm_moi_deletion.json [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/resources/msgs/cm_valid.json [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/resources/msgs/cm_valid_two_element_moi_changes_array.json [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/resources/msgs/not_a_json.json [new file with mode: 0644]
features/sdnr/wt/mountpoint-registrar/provider/src/test/resources/simplelogger.properties [new file with mode: 0644]
features/sdnr/wt/mountpoint-state-provider/feature/pom.xml [new file with mode: 0644]
features/sdnr/wt/mountpoint-state-provider/installer/pom.xml [new file with mode: 0755]
features/sdnr/wt/mountpoint-state-provider/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
features/sdnr/wt/mountpoint-state-provider/pom.xml [new file with mode: 0755]
features/sdnr/wt/mountpoint-state-provider/provider/copyright [new file with mode: 0644]
features/sdnr/wt/mountpoint-state-provider/provider/pom.xml [new file with mode: 0644]
features/sdnr/wt/mountpoint-state-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointstateprovider/impl/Constants.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-state-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointstateprovider/impl/MountpointStateProviderImpl.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-state-provider/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/mountpointstateprovider/impl/MountpointStateVESMessageFormatter.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-state-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
features/sdnr/wt/mountpoint-state-provider/provider/src/main/resources/version.properties [new file with mode: 0644]
features/sdnr/wt/mountpoint-state-provider/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/mountpointstateprovider/test/TestMountpointStateProviderImpl.java [new file with mode: 0644]
features/sdnr/wt/mountpoint-state-provider/provider/src/test/resources/simplelogger.properties [new file with mode: 0644]
features/sdnr/wt/mountpoint-state-provider/provider/src/test/resources/testpublisher.properties [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/feature/pom.xml [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/installer/pom.xml [new file with mode: 0755]
features/sdnr/wt/netconfnode-state-service/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/model/pom.xml [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/Capabilities.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/DomContext.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/NetconfAccessor.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/NetconfBindingAccessor.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/NetconfDomAccessor.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/NetconfNodeConnectListener.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/NetconfNodeStateListener.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/NetconfNodeStateService.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/TransactionUtils.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/VesNotificationListener.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/model/src/main/yang/config.yang [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/model/src/main/yang/netconfnode-state.yang [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/model/src/test/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/test/TestCapabilities.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/pom.xml [new file with mode: 0755]
features/sdnr/wt/netconfnode-state-service/provider/copyright [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/pom.xml [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/NetconfNodeStateServiceImpl.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/access/NetconfAccessorImpl.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/access/NetconfAccessorManager.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/access/NetconfCommunicatorManager.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/access/binding/GenericTransactionUtils.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/access/binding/NetconfBindingAccessorImpl.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/access/dom/CanNotConvertException.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/access/dom/DomContextImpl.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/access/dom/DomParser.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/access/dom/NetconfDomAccessorImpl.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/access/dom/NotificationServiceNotProvided.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/conf/NetconfStateConfig.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/conf/odlAkka/AkkaConfig.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/conf/odlAkka/ClusterConfig.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/conf/odlAkka/ClusterNodeInfo.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/conf/odlGeo/ClusterRoleInfo.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/conf/odlGeo/ClusterRoleInfoCollection.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/conf/odlGeo/GeoConfig.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/mdsal/MdsalApi.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/rpc/NetconfnodeStateServiceRpcApiImpl.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/impl/rpc/RpcApigetStateCallback.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/resources/NetconfAccessorImpl.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/resources/NetconfBindingAccessorImpl.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/resources/example.json [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/resources/sample.json [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/main/resources/version.properties [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/test/TestAkkaConfig.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/test/TestCapabilites.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/test/TestConfig.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/test/TestGenericTransactionUtils.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/test/TestGeoConfig.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/test/TestNetconfAccessorImpl.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/test/TestNetconfNodeStateService.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/test/example/ExampleConfig.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/netconfnodestateservice/test/example/TestNetconfHelper.java [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/test/resources/captured-akka.conf [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/test/resources/config@2020-12-08.yang [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/test/resources/simplelogger.properties [new file with mode: 0644]
features/sdnr/wt/netconfnode-state-service/provider/src/test/resources/test.properties [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-cli/pom.xml [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-cli/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/Program.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/pom.xml [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/OAuth2Realm.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/data/Config.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/data/CustomObjectMapper.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/data/InvalidConfigurationException.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/data/KeycloakRole.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/data/KeycloakUserTokenPayload.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/data/NoDefinitionFoundException.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/data/OAuthProviderConfig.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/data/OAuthResponseData.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/data/OAuthToken.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/data/OdlPolicy.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/data/OdlShiroConfiguration.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/data/OdlXmlMapper.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/data/OpenIdConfigResponseData.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/data/UnableToConfigureOAuthService.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/data/UserTokenPayload.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/filters/AnyRoleHttpAuthenticationFilter.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/filters/BearerAndBasicHttpAuthenticationFilter.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/filters/CustomizedMDSALDynamicAuthorizationFilter.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/http/AuthHttpServlet.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/http/HeadersOnlyHttpServletRequest.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/http/client/MappedBaseHttpResponse.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/http/client/MappingBaseHttpClient.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/providers/AuthService.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/providers/GitlabProviderService.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/providers/KeycloakProviderService.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/providers/MdSalAuthorizationStore.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/providers/NextcloudProviderService.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/providers/OAuthProviderFactory.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/providers/PemUtils.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/providers/RSAKeyReader.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/main/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/providers/TokenCreator.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/test/TestAuthHttpServlet.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/test/TestConfig.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/test/TestDeserializer.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/test/TestGitlabAuthService.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/test/TestKeycloakAuthService.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/test/TestPolicy.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/test/TestProperty.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/test/TestRSAAlgorithms.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/test/TestRealm.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/test/helper/OdlJsonMapper.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/java/org/onap/ccsdk/features/sdnr/wt/oauthprovider/test/helper/OdlXmlMapper.java [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/resources/aaa-app-config.test.xml [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/resources/jwtRS256.key [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/resources/jwtRS256.key.pub [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/resources/jwtRS512.key [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/resources/jwtRS512.key.pub [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/resources/mdsalDynAuthData.json [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/resources/oauth/gitlab-groups-response.json [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/resources/oauth/gitlab-token-response.json [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/resources/oauth/gitlab-user-response.json [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/resources/oauth/keycloak-token-response.json [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/resources/oom.test.config.json [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/resources/test.config.json [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/resources/test.configRS256-invalid.json [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/resources/test.configRS256.json [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-core/src/test/resources/test.configRS512.json [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-realm/pom.xml [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-web/pom.xml [new file with mode: 0644]
features/sdnr/wt/oauth-provider/oauth-web/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
features/sdnr/wt/oauth-provider/pom.xml [new file with mode: 0755]
features/sdnr/wt/pom.xml [new file with mode: 0644]
features/sdnr/wt/websocketmanager/feature/pom.xml [new file with mode: 0644]
features/sdnr/wt/websocketmanager/installer/pom.xml [new file with mode: 0755]
features/sdnr/wt/websocketmanager/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
features/sdnr/wt/websocketmanager/model/pom.xml [new file with mode: 0644]
features/sdnr/wt/websocketmanager/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/model/WebsocketManagerService.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/model/data/DOMNotificationOutput.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/model/data/INotificationOutput.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/model/data/NotificationOutput.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/model/data/ReducedSchemaInfo.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/model/data/SchemaInfo.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/model/data/Scope.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/model/data/ScopeRegistration.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/model/data/ScopeRegistrationResponse.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/model/src/main/yang/websocketmanager.yang [new file with mode: 0644]
features/sdnr/wt/websocketmanager/pom.xml [new file with mode: 0755]
features/sdnr/wt/websocketmanager/provider/pom.xml [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/WebSocketManager.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/WebSocketManagerCreator.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/WebSocketManagerProvider.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/WebSocketManagerSocket.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/config/WebSocketManagerConfig.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/data/TimeRateLimitingQueue.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/utils/AkkaConfig.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/utils/RateFilterManager.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/utils/UserScopes.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager/websocket/SyncWebSocketClient.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager2/test/AkkaConfigTest.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager2/test/RateFilterTest.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager2/test/TestDeserialize.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager2/test/TestSerializer.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager2/test/UserScopeTest.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager2/test/WebsockerProviderTest.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager2/test/WebsocketClientTest.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager2/test/WebsocketMessageTest.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/test/java/org/onap/ccsdk/features/sdnr/wt/websocketmanager2/test/WebsocketServerConnectTest.java [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/test/resources/akka-cluster-local.cfg [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/test/resources/akka-cluster.cfg [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/test/resources/akka-singlenode.cfg [new file with mode: 0644]
features/sdnr/wt/websocketmanager/provider/src/test/resources/simplelogger.properties [new file with mode: 0644]