-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.1
-
Component/s: Deprecated - VOLTHA Adapter
-
Labels:
-
Story Points:3
-
Sprint:VOLTHA 2.1 Sprint 6
Error in onu-adapter's log during multi ONUs bringup test:
_20190821T182828.071 ERROR MainThread omci_cc.send
{device_id: 9d32f647c0f890e1e00ce11b, omci_cc_enabled: True, *proxy_address: None*, tx_errors: 1, event: cannot-send-omci-msg, instance_id: a4fedcc0e230_1566412027, vcore_id: None}_
_20190821T182828.072 ERROR MainThread mib_upload.perform_mib_upload
_
While starting onu_device_entry, onu-adapter starts omci_cc, which queries getDevice from rw_core and sets omci_cc._proxy_addres with response. Meanwhile it starts state machine(with reactor.callLater) which tries to send mid_reset first. Sometimes mibreset is attempted to send before the device response received from rw_core. So mibreset fails because the omci_cc._proxy_address is not still set. This occurs probably in the case getDevice response is delayed.
# | Subject | Branch | Project | Status | CR | V |
---|---|---|---|---|---|---|
15072,3 | VOL-1883 - "proxy_address: None" during mib_reset. | master | pyvoltha | Status: ABANDONED | 0 | +1 |
15073,3 | VOL-1883 - "proxy_address: None" during mib_reset. | master | voltha-openonu-adapter | Status: ABANDONED | 0 | +1 |
15178,1 | VOL-1883 - "proxy_address: None" during mib_reset. | voltha-2.1 | pyvoltha | Status: MERGED | +2 | +1 |
15179,4 | VOL-1883 - "proxy_address: None" during mib_reset. | voltha-2.1 | voltha-openonu-adapter | Status: MERGED | +2 | +1 |
15267,2 | VOL-1883 - "proxy_address: None" during mib_reset. | master | pyvoltha | Status: MERGED | +2 | +1 |
15268,2 | VOL-1883 - "proxy_address: None" during mib_reset. | master | voltha-openonu-adapter | Status: MERGED | +2 | +1 |