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

omci-lib-go enhancements for ONU SW upgrade

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved (View Workflow)
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: VOLTHA v2.7
    • Component/s: openomci
    • Labels:
      None

      Description

      There are some smaller issues concerning the handling of SW upgrade that make it worth to improve to ease the usage of the omci-lib for some application. Things I detected so far in an order of priority:

      1.) DownloadSectionRequest: It should be possible for the application to have control over the messageType.AR bit. The omci-lib should have no knowledge about the state of that bit. In current implementation it seems to me this bit is always set to 1 (did not find a way to modify it)

      2.) DownloadSectionRequest::SectionData is defined to be (an array of) 29 bytes, but that should be 31 bytes. Moreover I would prefer this to be a byte slice which would eliminate the need of copy from used slices in the application (or other inconvenient pointer operations).

        Attachments

          Issue Links

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

            Activity

              People

              Assignee:
              chipboling Chip Boling (Inactive)
              Reporter:
              michaelpag Michael Pagenkopf
              Watchers:
              2 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:

                  Gerrit Reviews

                  There are no open Gerrit changes