-
Type: Sub-task
-
Status: Resolved (View Workflow)
-
Priority: High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.10
-
Component/s: bbsim
-
Story Points:1
-
Sprint:VOLTHA 2.10 - Sprint 3
BBsim hardcodes the maximum number of OnuIDs available to 32:
onuIdEnd = onuIdStart + 31
That won't work if you try to create more that 32 ONUs on a single PON.
Derive that value from the configuration.