Uploaded image for project: 'SEBA'
  1. SEBA
  2. SEBA-754

bbsim-latest onu's state not transitioning

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved (View Workflow)
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: SEBA 2.0
    • Component/s: bbsim
    • Labels:
      None

      Description

      Since this patch - https://gerrit.opencord.org/#/c/14202/, dhclient is not getting emulated by all onus. It only starts on about 4 of them. 

       

      I have investigated this issue and found the root cause of 16 onus not starting DHCP emulations due to the "ONU_AUTHENTICATED" state.
       
      I changed this line in the code (https://github.com/opencord/voltha-bbsim/blob/master/core/mediator.go#L223):
       
      From:

      if current == device.ONU_OMCIACTIVE && next == device.ONU_AUTHENTICATED {
       

      To:

      if current == device.ONU_OMCIACTIVE {

      After this, all 16 onus started DHCP emulations and went through. 

        Attachments

          Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            Activity

              People

              Assignee:
              Keita Keita Nishimoto
              Reporter:
              kailash Kailash Khalasi
              Watchers:
              1 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:

                  Gerrit Reviews

                  There are no open Gerrit changes