-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Won't Do
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.9
-
Component/s: openolt-adapter, voltha-lib-go
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:VOLTHA 2.9 - Sprint 4
The voltha-lib-go Process_tech_profile_instance_request adapter method returns nil if a TP is not found.
That can't be processed in InterContainerProxy.handleMessage:
else if len(out) == 2 && reflect.ValueOf(out[0].Interface()).IsValid() && reflect.ValueOf(out[0].Interface()).IsNil() { logger.Warnw(ctx, "Unexpected response of (nil,nil)", log.Fields{"txId": msg.Header.Id}) return // Ignore - should not happen }
and silently fails (the request is never responded to)
- relates to
-
VOL-4352 Device reconcile fails if flows are removed while the openonu-adapter is down
- Resolved