Enabled flex-grid support for 2.2.1 Roadms
[transportpce.git] / common / src / main / resources / OSGI-INF / blueprint / common-blueprint.xml
index 5c1386cdf4ae865a75f0765d8df95490d3f2f524..06e88827e587601fc8466ce9ce18a4176bdc416c 100644 (file)
@@ -83,6 +83,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <bean id="FixedFlexImpl" class="org.opendaylight.transportpce.common.fixedflex.FixedFlexImpl" >
     </bean>
 
+    <bean id="FlexGridImpl" class="org.opendaylight.transportpce.common.fixedflex.FlexGridImpl" >
+    </bean>
+
     <service ref="deviceTransactionManager" interface="org.opendaylight.transportpce.common.device.DeviceTransactionManager" />
 
     <service ref="networkTransactionImpl" interface="org.opendaylight.transportpce.common.network.NetworkTransactionService" />
@@ -97,4 +100,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <service ref="FixedFlexImpl" interface="org.opendaylight.transportpce.common.fixedflex.FixedFlexInterface"/>
 
+    <service ref="FlexGridImpl" interface="org.opendaylight.transportpce.common.fixedflex.FlexGridInterface"/>
+
 </blueprint>