XMLWordPrintable

    Details

    • Story Points:
      3

      Description

      • FindAllTpInstances is reading the wrong KV store data path
        The method is reading
      service/voltha/technology_profiles/XGS-PON/{tpID}/pon-{ponID}/onu-{onuID}

      instead of

      service/voltha/technology_profiles/XGS-PON/{tpID}/olt-{deviceID}/pon-{ponID}/onu-{onuID}

      Missing deviceID must be added.

      • Internal Error While Creating US Scheduler (Alloc)
        When the openolt agent conveys "CreateTrafficSchedulers" request to BAL API for an already created and active allocID (even if it is for another UNI port), BAL API doesn't send alloc indication to the agent and it causes an internal error.
      [210603-102655.904: I OPENOLT ] core_api_handler.cc 2378| Creating alloc_id 1024 with pir = 7488000 bytes/sec, cir = 5000000 bytes/sec, gir = 0 bytes/sec, additional_bw = 2. (onu 3 uni 0)
      [210603-102722.427: I OPENOLT ] core_api_handler.cc 2378| Creating alloc_id 1024 with pir = 7488000 bytes/sec, cir = 5000000 bytes/sec, gir = 0 bytes/sec, additional_bw = 2. (onu 3 uni 1)
      [210603-102727.499: E OPENOLT ] core_utils.cc 578| timeout waiting for alloc cfg complete indication intf_id 0, alloc_id 1024
      [210603-102727.499: E OPENOLT ] core_api_handler.cc 2473| Failed to create upstream bandwidth allocation, intf_id 0, onu_id 3, uni_id 1,port_no 49, alloc_id 1024, err = Internal error
      [210603-102727.499: E OPENOLT ] core_api_handler.cc 2520| Failed to create scheduler, err = Internal error

      The easiest way to solve this problem is checking already created alloc information on the openolt adapter. If the openolt adapter finds an active alloc that is already used for a different UNI port of the related ONU, it will not send createTrafficSchedulers requests to the agent.

      • Upstream scheduler removal must be updated to check AllocID usage and free resources - Addition of isAllocUsedByAnotherUNI control

        Attachments

          Activity

            People

            Assignee:
            abakagamze Gamze Abaka
            Reporter:
            abakagamze Gamze Abaka
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: