1. 6e1534a VOL-2240: Ignore LLDP packets on UNI port by Girish Gowdra · 4 years, 6 months ago
  2. 6056e82 [VOL-2231] Cleaning the packet-in/out logs and dumping packets in HEX by Matteo Scandolo · 4 years, 6 months ago
  3. a8dc937 [VOL-2108] Updated with fix for concurrent access of map in deviceHandler by Naga Manjunath · 4 years, 6 months ago
  4. ab0bd52 VOL-1904 openolt adapter reconcile. along with the local caches data is stored in kv store as well. by Abhilash Laxmeshwar · 4 years, 7 months ago
  5. 89ff40c [VOL-2107] SIGSEGV while disabling a device by Serkant Uluderya · 4 years, 7 months ago
  6. c6e54cb VOL-2189 update voltha-openolt-adapter to use voltha-protos=v2.0.1 and voltha-lib-go=v2.2.9; by Scott Baker · 4 years, 6 months ago v2.2.1
  7. 7615e55 VOL-1381 and VOL-1091 Add feature to collect PMmetrics of OLT, this will collect Tx and Rx and posts to kafka. This commit is also related to changes of commit 72b25abd4e804596413558ef10f098c2262dd65d voltha-go by Naga Manjunath · 4 years, 7 months ago
  8. fee3639 VOL-1943 Adding multi tcont support to openolt adapter by Gamze Abaka · 4 years, 7 months ago
  9. 3b4c035 [VOL-1754] :changes to handle device states on olt disable/re-enable by Chaitrashree G S · 4 years, 8 months ago
  10. 740a09c VOL-2146 Put Lock around flow mgr map. Preventing possible concurrent map write with concurrent onu indications. by William Kurkian · 4 years, 7 months ago
  11. 5129015 VOL-2138 Use v2 import paths for voltha-lib-go by Scott Baker · 4 years, 7 months ago
  12. f8424cc VOL-2111 use voltha-lib-go by Scott Baker · 4 years, 7 months ago
  13. 1f85b80 VOL-2029: Fix for OLT delete device. by A R Karthick · 4 years, 7 months ago
  14. a1a5052 [VOL-2012]: Ignore OltIndication with OperState as "up" if the OLT by Gamze Abaka · 4 years, 7 months ago
  15. 8539e20 VOL-2011 bugfix for discovering pon ports by Gamze Abaka · 4 years, 7 months ago
  16. 245caba [VOL-1974] ONUs can not be discovered after hard rebooting the OLT by serkant.uluderya · 4 years, 8 months ago
  17. 90ca301 VOL-1888 Not enough info in ONU DGI to Identify the ONU. by Devmalya Paul · 4 years, 8 months ago
  18. 381c690 VOL-1838 Unit test cases for golang openolt adapter device_handler.go by kdarapu · 4 years, 9 months ago
  19. 495b94a VOL-1845 : Support for delete device in openolt adapter by Devmalya Paul · 4 years, 9 months ago
  20. 7ac6213 [VOL-1869] by salmansiddiqui · 4 years, 9 months ago
  21. ff52466 VOL-1863 Changing the omci indication forwarding to happen in a go routine by William Kurkian · 4 years, 9 months ago
  22. b1d5144 VOL-1624 Support for tech-profile creation on the first flow that references the tp-id (in write-metadata) by Manikkaraj k · 4 years, 10 months ago
  23. 4412419 [VOL-1846] : This commit has fix for , by Chaitrashree G S · 4 years, 9 months ago
  24. 1359c73 VOL-1839: PacketOut now checks for different types of q-in-q and modifies appropriately by Matt Jeanneret · 4 years, 9 months ago
  25. ee824a2 [VOL-1778] : changes to derive onu adapter name dynamically by Chaitrashree G S · 4 years, 10 months ago
  26. 5353951 VOL-1812: Better handle duplicate indications and concurrency by Matt Jeanneret · 4 years, 10 months ago
  27. 27cb2b4 VOL-1829: Dont fatally kill the process on a bad packet indication by Matt Jeanneret · 4 years, 10 months ago
  28. 7eb0a93 Ignore operstatus change to DISCOVERED if ONU is in Cache by Scott Baker · 4 years, 10 months ago
  29. 051466a VOL-1710 Generate OLT connectivity related alarms in golang OpenOLT adapter by Daniele Rossi · 4 years, 10 months ago
  30. b2b62dd [VOL-1806] : Remove redundant device state updation by Chaitrashree G S · 4 years, 10 months ago
  31. f4fdcd7 VOL-1793: Set device mac address/dpid to unique value by Matt Jeanneret · 4 years, 10 months ago
  32. fb990a5 VOL-1537 : Create the Alarm Framework in golang openolt adapter by Devmalya Paul · 4 years, 10 months ago
  33. e77977b XVOL-1689 : ONU stays in DISCOVERED state by Mahir Gunyel · 4 years, 11 months ago
  34. 35b5d80 [VOL-1771] : Support two or more ONUs which are connected on same PON port by Chaitrashree G S · 4 years, 10 months ago
  35. 6a80bbd [VOL-1707] by Girish Gowdru · 4 years, 10 months ago
  36. 1110ef2 [VOL-1703]: by Girish Gowdru · 4 years, 11 months ago
  37. 28c3e82 VOL-1564: Incoporate Delete Flow Functionality and subsequent cleanup in stores by Manjunath Vanarajulu · 5 years ago
  38. 70dd497 VOL-1646 : Allow mfr description to be VOLTHA Project by Devmalya Paul · 5 years ago
  39. a3f9add VOL-1653 : Optimization during OMCI messaging by Mahir Gunyel · 5 years ago
  40. 0fe5f7e VOL-1549: Soft Reboot Edgecore asfvolt16 OLT when no ONUs are connected to it by Girish Gowdru · 5 years ago
  41. be6ab94 [VOL-1550] Support for OLT hard reboot with ONU connected by Chaitrashree G S · 5 years ago
  42. d424515 VOL-1530: Hard Reboot Edgecore asfvolt16 OLT when no ONUs are connected to it by Girish Gowdru · 5 years ago
  43. 9eb6cac Updated Adapter to support to handle DHCP trap on NNI and packet-in/out and Bug Fixing. by manikkaraj k · 5 years ago
  44. 17652a7 UNI port is derived from tunnelID and some bug fixes by manikkaraj k · 5 years ago
  45. 5ba46c9 VOL-1585: Support OLT Disable/Enable when no ONUs are connected to OLT. by Girish Gowdru · 5 years ago
  46. 8ee9071 VOL-1589 fix forr resource maanger crash during get device info by Abhilash S.L · 5 years ago
  47. 0c588b2 Formatted code with 'go fmt' by Girish Gowdru · 5 years ago
  48. ea86948 VOL-1558 Implementation of openolt adapter with dep for dependency management by William Kurkian · 5 years ago
  49. bf256be VOL-1377-802.1x EAPOL flow addition updated code changes after some cleanup by manikkaraj k · 5 years ago
  50. 7b2a8c3 VOL-1510 inter adapter communication implementation in openolt adapter VOLTHA2.X by cuilin2018 · 5 years ago
  51. 4c62c80 VOL-1374: OLT Activation with Edgecore asfvolt16 by Phaneendra Manda · 5 years ago