1. b7300fe VOL-2223 DHCP fails when subscribers have user defined bandwidth profiles by Abhilash Laxmeshwar · 4 years, 6 months ago
  2. 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
  3. a8910ba VOL-2154: Removed db/model from vendor folder by sbarbari · 4 years, 6 months ago
  4. 89ff40c [VOL-2107] SIGSEGV while disabling a device by Serkant Uluderya · 4 years, 7 months ago
  5. 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
  6. 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
  7. fee3639 VOL-1943 Adding multi tcont support to openolt adapter by Gamze Abaka · 4 years, 7 months ago
  8. ed16b7c VOL-2188: Convert vlan id as uint32 otherwise type assertion fails by Matt Jeanneret · 4 years, 6 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. 26f344b VOL-2179: The o_vid on the DL Action field for the Downstream by Girish Gowdra · 4 years, 7 months ago
  11. 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
  12. 5129015 VOL-2138 Use v2 import paths for voltha-lib-go by Scott Baker · 4 years, 7 months ago
  13. 355d174 VOL-2153 import flow_utils from new location by Scott Baker · 4 years, 7 months ago
  14. bef8943 VOL-1837,update comment's for unit test file's review comments updated by cbabu · 4 years, 7 months ago
  15. f8424cc VOL-2111 use voltha-lib-go by Scott Baker · 4 years, 7 months ago
  16. 28f8060 VOL-1907,VOL-1837, olt_state_transition unit test cases by cbabu · 4 years, 7 months ago
  17. abf0235 VOL-1837, resource manager uint test cases updated by cbabu · 4 years, 7 months ago
  18. b26b450 VOL-1910 added techproile mock struct to cover openolt_flowmgr.go files by kdarapu · 4 years, 7 months ago
  19. 1f85b80 VOL-2029: Fix for OLT delete device. by A R Karthick · 4 years, 7 months ago
  20. a9e04cc VOL-1912 updated the unit test cases for openolt.go by cbabu · 4 years, 7 months ago
  21. a1a5052 [VOL-2012]: Ignore OltIndication with OperState as "up" if the OLT by Gamze Abaka · 4 years, 7 months ago
  22. 8539e20 VOL-2011 bugfix for discovering pon ports by Gamze Abaka · 4 years, 7 months ago
  23. 3248f9a VOL-1910 Added unit test cases for openolt_flowmgr.go by kdarapu · 4 years, 7 months ago
  24. 8369591 VOL-1982 free flowid as and when flows are deleted from the device by Abhilash Laxmeshwar · 4 years, 7 months ago
  25. f0c0e38 VOL-1905 added openolt-adapter unit tests for Main.go by kdarapu · 4 years, 7 months ago
  26. 245caba [VOL-1974] ONUs can not be discovered after hard rebooting the OLT by serkant.uluderya · 4 years, 8 months ago
  27. 90ca301 VOL-1888 Not enough info in ONU DGI to Identify the ONU. by Devmalya Paul · 4 years, 8 months ago
  28. 891693b VOL-1838, VOL-1909, VOL-1906 and VOL-1911 by kdarapu · 4 years, 8 months ago
  29. 768708d VOL-1924: Observed the panic error while Object conversion in statsmanager.go by kdarapu · 4 years, 8 months ago
  30. 94d7a84 VOL-1878 : Support for LLDP trap flow in OpenOLT adapter by Humera Kouser · 4 years, 9 months ago
  31. 381c690 VOL-1838 Unit test cases for golang openolt adapter device_handler.go by kdarapu · 4 years, 9 months ago
  32. d9f985f VOL-1711 Downstream gem port attr list to be used for downward HSIA flow by aishwaryarana01 · 4 years, 8 months ago
  33. 495b94a VOL-1845 : Support for delete device in openolt adapter by Devmalya Paul · 4 years, 9 months ago
  34. 82efc49 VOL-1899 - address the issues reported by make sca by David K. Bainbridge · 4 years, 8 months ago
  35. ea45af7 VOL-1879 : Support Transparent C-tag handling in OpenOLT by Harsh Awasthi · 4 years, 9 months ago
  36. 7ac6213 [VOL-1869] by salmansiddiqui · 4 years, 9 months ago
  37. ff52466 VOL-1863 Changing the omci indication forwarding to happen in a go routine by William Kurkian · 4 years, 9 months ago
  38. 579fe73 [VOL-1849] : fix to handle tech-profile download for all flows instead of just eapol by Chaitrashree G S · 4 years, 9 months ago
  39. 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
  40. 352a45c While running bbsim having the number of pon-interface greater than 16 with voltha openolt go adapter, a segment violation error was seen. by salmansiddiqui · 4 years, 9 months ago
  41. 4412419 [VOL-1846] : This commit has fix for , by Chaitrashree G S · 4 years, 9 months ago
  42. 1359c73 VOL-1839: PacketOut now checks for different types of q-in-q and modifies appropriately by Matt Jeanneret · 4 years, 9 months ago
  43. ee824a2 [VOL-1778] : changes to derive onu adapter name dynamically by Chaitrashree G S · 4 years, 10 months ago
  44. 5353951 VOL-1812: Better handle duplicate indications and concurrency by Matt Jeanneret · 4 years, 10 months ago
  45. 27cb2b4 VOL-1829: Dont fatally kill the process on a bad packet indication by Matt Jeanneret · 4 years, 9 months ago
  46. 7eb0a93 Ignore operstatus change to DISCOVERED if ONU is in Cache by Scott Baker · 4 years, 10 months ago
  47. 051466a VOL-1710 Generate OLT connectivity related alarms in golang OpenOLT adapter by Daniele Rossi · 4 years, 10 months ago
  48. 7719961 VOL-1813: Skip creating tcont/gemport if there is no onu id by Matt Jeanneret · 4 years, 10 months ago
  49. b2b62dd [VOL-1806] : Remove redundant device state updation by Chaitrashree G S · 4 years, 10 months ago
  50. f4fdcd7 VOL-1793: Set device mac address/dpid to unique value by Matt Jeanneret · 4 years, 10 months ago
  51. fb990a5 VOL-1537 : Create the Alarm Framework in golang openolt adapter by Devmalya Paul · 4 years, 10 months ago
  52. e77977b XVOL-1689 : ONU stays in DISCOVERED state by Mahir Gunyel · 4 years, 11 months ago
  53. 22db98e VOL-1715 Free flow_id from resource manager pool if the flow failed ... by Daniele Rossi · 4 years, 10 months ago
  54. 72c8438 VOL-1650 Change MAX_ONUS_PER_PON to 128 for golang openolt adapter by gerardo.laurenzi · 4 years, 10 months ago
  55. 35b5d80 [VOL-1771] : Support two or more ONUs which are connected on same PON port by Chaitrashree G S · 4 years, 10 months ago
  56. 6a80bbd [VOL-1707] by Girish Gowdru · 4 years, 10 months ago
  57. 1110ef2 [VOL-1703]: by Girish Gowdru · 4 years, 11 months ago
  58. 28c3e82 VOL-1564: Incoporate Delete Flow Functionality and subsequent cleanup in stores by Manjunath Vanarajulu · 5 years ago
  59. 70dd497 VOL-1646 : Allow mfr description to be VOLTHA Project by Devmalya Paul · 5 years ago
  60. 0099c9c VOL-1647 : Support use of any NNI port by Devmalya Paul · 5 years ago
  61. a3f9add VOL-1653 : Optimization during OMCI messaging by Mahir Gunyel · 5 years ago
  62. 0fe5f7e VOL-1549: Soft Reboot Edgecore asfvolt16 OLT when no ONUs are connected to it by Girish Gowdru · 5 years ago
  63. be6ab94 [VOL-1550] Support for OLT hard reboot with ONU connected by Chaitrashree G S · 5 years ago
  64. a93dbed Dep update to current voltha-go and voltha-protos by Matt Jeanneret · 5 years ago
  65. d424515 VOL-1530: Hard Reboot Edgecore asfvolt16 OLT when no ONUs are connected to it by Girish Gowdru · 5 years ago
  66. 9eb6cac Updated Adapter to support to handle DHCP trap on NNI and packet-in/out and Bug Fixing. by manikkaraj k · 5 years ago
  67. 17652a7 UNI port is derived from tunnelID and some bug fixes by manikkaraj k · 5 years ago
  68. 765ad00 VOL-1381 statistics manager for openolt adapter by Abhilash S.L · 5 years ago
  69. 5ba46c9 VOL-1585: Support OLT Disable/Enable when no ONUs are connected to OLT. by Girish Gowdru · 5 years ago
  70. 8ee9071 VOL-1589 fix forr resource maanger crash during get device info by Abhilash S.L · 5 years ago
  71. 0c588b2 Formatted code with 'go fmt' by Girish Gowdru · 5 years ago
  72. adc57d1 VOL-1378 adding dhcp flows by Manjunath Vanarajulu · 5 years ago
  73. 884c124 Code changes for handling HSIA flows by Manikkaraj k · 5 years ago
  74. ea86948 VOL-1558 Implementation of openolt adapter with dep for dependency management by William Kurkian · 5 years ago
  75. bf256be VOL-1377-802.1x EAPOL flow addition updated code changes after some cleanup by manikkaraj k · 5 years ago
  76. 7b2a8c3 VOL-1510 inter adapter communication implementation in openolt adapter VOLTHA2.X by cuilin2018 · 5 years ago
  77. 39ecd41 VOL-1518 Platform Utilities for OpenOLT Adapter by Manjunath Vanaraj · 5 years ago
  78. 7f17e40 VOL-1376 Resource manager for openolt adapter by Abhilash S.L · 5 years ago
  79. 4c62c80 VOL-1374: OLT Activation with Edgecore asfvolt16 by Phaneendra Manda · 5 years ago