add a common folder for mutualized functions 41/73541/6
authorShweta V <sv111y@att.com>
Wed, 20 Dec 2017 10:23:09 +0000 (11:23 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Mon, 16 Jul 2018 20:42:04 +0000 (22:42 +0200)
commitf8f1b05b6eefd0f5c18e22c22b4d4e023f61faf6
tree26e163f98d6fe12b6a3dc019ba5af2dbe4180210
parentf721ce11d119f9a34b66cfc5c0b69b6d5324c3ba
add a common folder for mutualized functions

Co-Authored-By: Dhruv Bhardwaj <db929a@att.com>
Co-Authored-By: Shweta Vachhani <sv111y@att.com>
Co-Authored-By: Masha Dorfman <>
Co-Authored-By: Archana Soundararajan <as7463@att.com>
Co-Authored-By: Juraj Veverka <Juraj.Veverka@pantheon.tech>
Co-Authored-By: Samuel Kontri <samuel.kontris@pantheon.sk>
Co-Authored-By: Andrej Zan <andrej.zan@pantheon.sk>
Co-Authored-By: Milan Fratrik <>
Co-authored-by: Martial COULIBALY <martial.coulibaly@gfi.fr>
Change-Id: I1b41bb54a2e5ba05797b67a629c72a38d31d1819
Signed-off-by: Shweta <sv111y@att.com>
Signed-off-by: Martial COULIBALY <martial.coulibaly@gfi.fr>
22 files changed:
common/pom.xml [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/InstanceIdentifiers.java [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/NetworkUtils.java [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/OperationResult.java [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/ResponseCodes.java [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/StringConstants.java [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/Timeouts.java [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/crossconnect/CrossConnect.java [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/crossconnect/CrossConnectImpl.java [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/device/DeviceTransaction.java [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/device/DeviceTransactionManager.java [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/device/DeviceTransactionManagerImpl.java [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/mapping/PortMapping.java [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/mapping/PortMappingImpl.java [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/openroadminterfaces/OpenRoadmInterfaceException.java [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/openroadminterfaces/OpenRoadmInterfaces.java [new file with mode: 0644]
common/src/main/java/org/opendaylight/transportpce/common/openroadminterfaces/OpenRoadmInterfacesImpl.java [new file with mode: 0644]
common/src/main/resources/org/opendaylight/blueprint/common-blueprint.xml [new file with mode: 0644]
common/src/test/java/org/opendaylight/transportpce/common/device/DeviceTransactionManagerTest.java [new file with mode: 0644]
common/src/test/java/org/opendaylight/transportpce/common/test/TransportPCETest.java [new file with mode: 0644]
common/src/test/resources/sample-config-ROADM.xml [new file with mode: 0644]
pom.xml