-
Type: Bug
-
Status: To Do (View Workflow)
-
Priority: Medium
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.12
-
Component/s: onos, openonu-adapter, rw-core
-
Labels:None
-
Story Points:5
-
Epic Link:
During our testing, we encountered an ONU were the flow configuration failed due to missing support of an OMCI ME. The result was an infinite loop:
- rw-core sends update-flows-incrementally “flow add"
- ONU adapter rejects the configuration
- rw-core sends update-flows-incrementally “flow remove"
- rw-core sends update_flow_incrementally flow "add"
- and so on …
Since in this scenario a repeated configuration attempt will always result in the same faulty state, a qualified error signaling should be introduced between the ONU adapter and the core.