Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
5595
Description
Extract interface TxFacade from DeviceContext method reservedXidForDeviceMessage() to XidSequencer.
Change declaration of DeviceContext to extend XidSequencer.
Change org.opendaylight.openflowplugin.impl.rpc.RpcContextImpl like this:
1/ change existing constructor argument and field "DeviceContext deviceContext" to "XidSequencer xidSequencer"
2/ add constructor argument DeviceState deviceState
3/ remove dependency on DeviceContext