commit | 5c8cbc5869d1faf94324080eda7a29b79b3dac3a | [log] [tgz] |
---|---|---|
author | Girish Gowdra <girish@opennetworking.org> | Wed Jul 08 18:44:24 2020 -0700 |
committer | Girish Gowdra <girish@opennetworking.org> | Wed Jul 08 18:44:24 2020 -0700 |
tree | 92fdfa382551c2c92cae69c3d29eb3de3ef4ec9a | |
parent | b1cef1dd451641ce92826d80715910cb9fda9a8a [diff] |
Minor bug fix that prevented ONU moving initial-mib-downloaded state Change-Id: I100c84c1f516e696fd2725a432c66c0b434991b6
diff --git a/python/adapters/brcm_openomci_onu/omci/brcm_mib_download_task.py b/python/adapters/brcm_openomci_onu/omci/brcm_mib_download_task.py index a3fcc47..06688f4 100644 --- a/python/adapters/brcm_openomci_onu/omci/brcm_mib_download_task.py +++ b/python/adapters/brcm_openomci_onu/omci/brcm_mib_download_task.py
@@ -327,7 +327,7 @@ frame = msg.set() self.log.debug('openomci-msg', omci_msg=msg) self.strobe_watchdog() - results = yield self._device.omci_cc.send(frame) + results = yield omci_cc.send(frame) self.check_status_and_state(results, 'set-extended-vlan-tagging-operation-configuration-data') except TimeoutError as e: