TAPI network utils
[transportpce.git] / tapi / src / main / resources / OSGI-INF / blueprint / tapi-blueprint.xml
index 314df38f66cf7968bd19e29ea0c25234bcdbfbe7..70bbc9186909bee36979e081aff715f131999eef 100644 (file)
@@ -44,6 +44,10 @@ Author: Gilles Thouenon <gilles.thouenon@orange.com>
         <argument ref="tapiNetworkModelService" />
     </bean>
 
+    <bean id="tapiNetworkUtilsImpl" class="org.opendaylight.transportpce.tapi.topology.TapiNetworkUtilsImpl">
+        <argument ref="networkTransactionImpl" />
+    </bean>
+
     <bean id="tapiProvider"
           class="org.opendaylight.transportpce.tapi.impl.TapiProvider"
           init-method="init" destroy-method="close">
@@ -55,6 +59,7 @@ Author: Gilles Thouenon <gilles.thouenon@orange.com>
         <argument ref="networkTransactionImpl" />
         <argument ref="tapiNetconfTopologyListener" />
         <argument ref="tapiPortMappingListener" />
+        <argument ref="tapiNetworkUtilsImpl" />
     </bean>
 
     <bean id="tapiPortMappingListener" class="org.opendaylight.transportpce.tapi.topology.TapiPortMappingListener">