-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 1.4.0
-
Fix Version/s: 1.5.0
-
Component/s: None
-
Labels:None
-
Story Points:3
-
Epic Link:
Current LambdaQuery implementation assumes DriverService will give you the same instance as the original Driver interfacing the device.
But that is not the intended design of the Driver subsystem.
We either need to get the PortType & Signal Type information from DeviceService, in which case we will need something like ONOS-3619.
Or add LINCSwitch specific mechanics to provide meeting points between main driver instance and handler behaviour implementation.