-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.6
-
Component/s: bbsim
-
Labels:None
-
Story Points:3
-
Epic Link:
The Golang version of the openonu adapter uses the OMCI GetSerialNumber attribute to discover the ONU Serial number, but that returns an hardcoded value:
https://github.com/opencord/omci-sim/blob/master/omci_onug.go#L96-L106
For reference the openonu python version used the id arriving from the AdoptDevice RPC call:
https://github.com/opencord/voltha-openonu-adapter/blob/5b4993401580415152c7dc3be20c8db2e4af3440/python/adapters/brcm_openomci_onu/brcm_openomci_onu_adapter.py#L129-L133