Uploaded image for project: 'VOLTHA'
  1. VOLTHA
  2. VOL-4459

ONU connection state may be wrong or misleading after ONU soft reboot

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved (View Workflow)
    • Priority: Low
    • Resolution: Done
    • Affects Version/s: VOLTHA v2.9
    • Fix Version/s: VOLTHA v2.9
    • Component/s: openonu-adapter
    • Labels:
      None
    • Environment:

      Description

      ONU soft reboot is always accompagnied by an according ONU down indication.
      Depending on ONU adapter internal processing sequences either the direct reboot request processing is finished first or the ONU indication down processing. It can't really be assumed that one or the other is finished first.
      But current code at the moment unconditionally sets the ONU connection state to 'reachable' at the end of the reboot processing. That is then the final static state seen from the system in case the ONU down indication processing had been finished already before that.
      As in that state the ONU is really down, the state 'reachable' is not really expected.
      OnuAdapter code must be updated to best not touch the ONU connection state at the end of the soft-reboot processing.

        Attachments

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

          Activity

            People

            Assignee:
            michaelpag Michael Pagenkopf
            Reporter:
            michaelpag Michael Pagenkopf
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Gerrit Reviews

                There are no open Gerrit changes