)]}'
{
  "log": [
    {
      "commit": "a707e7c60c76a0188f15a83c803792811f31dd67",
      "tree": "92b434a52252d23337aaa440ad2117b7f6451f01",
      "parents": [
        "fe64970ada63b84487e29eca38b9b502002b3e3d"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Thu Nov 07 11:36:13 2019 +0530"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Sat Nov 09 20:42:56 2019 +0530"
      },
      "message": "VOL-2197: Change license on OpenOLT agent to Apache 2.0\n\nChange-Id: I7e6daff59723d6564044e61e93cad1bf03f4661b\n"
    },
    {
      "commit": "fe64970ada63b84487e29eca38b9b502002b3e3d",
      "tree": "e5b9c747cb0bf89f4ab5b42155e1e4b86927ba24",
      "parents": [
        "bf45ffba9ae3f33730692ea0a4463dd7892eb1cd"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Wed Oct 30 12:49:58 2019 +0530"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Mon Nov 04 16:35:59 2019 +0530"
      },
      "message": "VOL-2178: OpenOLT Version and BAL version are not consistently built\n          into the openolt binary.\n\n- Force a rebuild of common/main.cc file everytime openolt is built.\n  This file has logic to read the GIT VCS information and storing it into\n  the binary. So, it needs to be rebuilt everytime.\n- Update README.md with more details about how the bandwidthprofile in\n  ONOS netcfg has to be configured in relation to additional_dw indicator\n  in TechnologyProfile.\n\nChange-Id: Ie129023e794c4a56b0fce80f3ad0ca5fb6c5aa0f\n"
    },
    {
      "commit": "bf45ffba9ae3f33730692ea0a4463dd7892eb1cd",
      "tree": "bf5702d5417059bc80c66520c56c5ac857d1c838",
      "parents": [
        "d0b6b4fd7b3e91d952bf4a2d594ffda8e983ae3d"
      ],
      "author": {
        "name": "Jason Huang",
        "email": "jasonsc_huang@edge-core.com",
        "time": "Wed Oct 30 17:29:02 2019 +0800"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Mon Nov 04 15:59:17 2019 +0530"
      },
      "message": "[VOL-2061] OpenOLT should wait till BAL is ready before it can configure\nthe PON schedulers\nFixed unit test cases per the new code.\n\nChange-Id: I51e49ee57b64d62558b3c9f0faa8fe8653916a6b\n"
    },
    {
      "commit": "d0b6b4fd7b3e91d952bf4a2d594ffda8e983ae3d",
      "tree": "07024679f554bab973e3929614c41b48ffeb7e54",
      "parents": [
        "89fffc0c6ae31c3a5a055214a25b4eda7b01caee"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Fri Nov 01 13:01:22 2019 +0530"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Fri Nov 01 13:01:46 2019 +0530"
      },
      "message": "Fix protos compilation failure for the first time.\n\nChange-Id: I07db682ef7d200c3f70e55a952b9366cc09af148\n"
    },
    {
      "commit": "89fffc0c6ae31c3a5a055214a25b4eda7b01caee",
      "tree": "7598a9cd133434afd1688ee99dcd10dac81c2343",
      "parents": [
        "ad62a4722f0457d655f0a1c7bb1646ce3b5c4a8b"
      ],
      "author": {
        "name": "Thiyagarajan Subramani",
        "email": "Thiyagarajan.Subramani@radisys.com",
        "time": "Mon May 13 21:33:20 2019 +0000"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Fri Oct 25 19:20:34 2019 +0530"
      },
      "message": "VOL-2014: Rebase bal30-dev branch with master and re-verify sanity with SEBA2.0 and VOLTHA2.x before merge to master\n          Squashed all commits from bal30-dev branch to master branch as a single commit.\n          Bumped version to 2.0.0-dev .\n          Update README.md with the required ONL version for BAL3.1 .\n\nVOL-2130: Wrong queue id assigned for downstream queue on tm_sched\n          for the subscriber when using single gem port.\n          Use queue_id as 0 when using single gem port.\n\n          Issues need to be taken care:\n          VOL-1580: Support reporting ONU Registration ID as part of ONU Activation Indication\n          - commented the code developed for VOL-1580 to fetch ONU registration ID as it uses BAL2.6 specific API\u0027s.\n          - Need to check how the same can be achieved using BAL3.x API\u0027s to fetch ONU registration ID\n\nSet .gitreview defaultbranch to bal30-dev\nRebase change - Removed .gitreview defaultbranch so that by default it will point to master\n\nChange-Id: Ib57e52e98cf09f4fa3dbaa9156a4375b7dc6ee43\n\nRebase: [VOL-1635] [BAL3.0 Bridade] OLT Activation [VOL-1636] [BAL3.0 Bridade] ONU Discovery,\n        This OpenOLT agent supports the BAL V3.0.3.3 SDK. OLT/ONU activation from voltha-1.7 is successful\n\nChange-Id: I860b31317172139cd4c4244a93e79e0c3ce4fdf8\n\nRebase: [VOL-1685][BAL3.0 Bridade] generate OpenOLT debian package file\n\nChange-Id: Ib0332d948602bf7892b6aae91a4147356237f7e2\n\nRebase: [VOL-1685][BAL3.0 Brigade] generate OpenOLT debian package file\nmissing copy shell files (dev_mgmt_daemon and openolt).\n\nChange-Id: Id29dc24be4d1d5fc12a26884e5b5a69de91fbd69\n\nRebase: [VOL-1685][BAL3.0 Brigade] generate OpenOLT debian package file\n\nChange-Id: Ic5453616c0dbdbc1fb1eb241feba1cbfca5e8e85\n\nRebase: [VOL-1852][BAL3.0 Brigade] Support Edge-core OLT ASFvOLT16 (XGS-PON) and\nASGvOLT64 (GPON) devices\n\nChange-Id: I316d35bc76c38b5381e8896148b4ee5cebbd1099\n\nVOL-1850: Fix packet duplication with TM Queue Mapping profile\n          Fix for US and DS scheduler ID allocation irrespective of device type(asfvolt16/asfvolt64)\n          README.md file update with BAL3.1.1.1 specifications\n\nChange-Id: I255bf7a4ff35771e9c628bb822ba2190a1fcd5ed\n\nRebase: [VOL-1787] : This commit sets up a unit-test framework for openolt\n                     agent based on gtest, gmock and c-mock utilities.\n                     A sample unit-test case to test EnableOlt success case is also\n                     added. More test cases will be added in future commit.\n\nChange-Id: If020be489a04d97df5fcbc15e9207deeee2fcfac\n\nRebase: [VOL-2040]: Patch the macro required by core.cc into bcmos_system.h file\n\nChange-Id: Ic841785b2ce451b1acaf007074b8c458687bc753\n\nRebase: [VOL-2043] : OLT Enable Test Case\n\n        - Added more test cases for OLT Enable. Now covers all scenarios.\n        - Fixed typos in unit test README.md\n\nChange-Id: Ib931d89cedee78fe40ca67761a028365a047ebc3\n\nRebase: VOL-1941: Use protobufs from the voltha-protos repo, not a copy\n\n        - Use protobufs from the voltha-protos repo, not a copy\n        - Provided option to specify the openolt proto version via make option\n        - Removed duplicate README.md\n\nChange-Id: Id67714c8119521f8358aaa9245268c47b7e843cf\n"
    },
    {
      "commit": "ad62a4722f0457d655f0a1c7bb1646ce3b5c4a8b",
      "tree": "b29c48ae9b1c779afc1a188d356650de670c7ca0",
      "parents": [
        "5ac56619ac1f819d1d6e562d0b154ca15fb55790"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Thu Oct 24 19:55:39 2019 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Thu Oct 24 19:55:39 2019 -0700"
      },
      "message": "Release version 1.7.1\n\nChange-Id: I55648845dad61f321bebe82ef55cf13535e9e87d\n"
    },
    {
      "commit": "5ac56619ac1f819d1d6e562d0b154ca15fb55790",
      "tree": "f4da03e3cc272bdbdd259a969d622098e46e9040",
      "parents": [
        "771f9ff1fee4431cc2e76fd49701f137871570da"
      ],
      "author": {
        "name": "Humera Kouser",
        "email": "humera.kouser@radisys.com",
        "time": "Thu Jul 25 20:23:01 2019 -0400"
      },
      "committer": {
        "name": "Humera Kouser",
        "email": "humera.kouser@radisys.com",
        "time": "Thu Jul 25 20:23:29 2019 -0400"
      },
      "message": "VOL-1761: Support for getting openolt and bal_core_dist version at agent\n\nChange-Id: Ia059fd5a27005c87e7e1f0e91315b94f4d53a537\n"
    },
    {
      "commit": "771f9ff1fee4431cc2e76fd49701f137871570da",
      "tree": "24cb06005b47c9c80e8ef08d994b6ec0cbf6e355",
      "parents": [
        "376b33cefbf820679e2532114a6c0f5d96780d4e"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Wed Jul 24 12:02:10 2019 -0700"
      },
      "committer": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Wed Jul 24 12:04:38 2019 -0700"
      },
      "message": "[VOL-1794]\nOpenOLT agent shall populate the mac_address in DeviceInfo message\n\nChange-Id: Iaec47d3813e20d535e581fb71b72e5ef628073c1\n"
    },
    {
      "commit": "376b33cefbf820679e2532114a6c0f5d96780d4e",
      "tree": "81277b62ce8348920571fd2120ffd1a327a84744",
      "parents": [
        "a4d6ba4eaa8d88760cfcd367921c91418b098b35"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Mon May 06 21:46:31 2019 -0700"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue Jul 23 21:14:30 2019 +0000"
      },
      "message": "VOL-1580: Support reporting ONU Registration ID as part of ONU Activation Indication\n\nChange-Id: I553daf21f467215ac676a4c92a4ce0eaa0e016cf\n"
    },
    {
      "commit": "a4d6ba4eaa8d88760cfcd367921c91418b098b35",
      "tree": "89aaa2b5d2fb1d302e2652c01cbfc29c0d91ba1a",
      "parents": [
        "06999bf1930014f8f3874866bbbd58cb32cb1010"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Tue Jul 23 07:18:33 2019 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Tue Jul 23 07:18:33 2019 -0700"
      },
      "message": "Fix documentation as ONL website changed\n\nChange-Id: I1f6063f0ed2973613504f654d9f77741e92b9a0f\n"
    },
    {
      "commit": "06999bf1930014f8f3874866bbbd58cb32cb1010",
      "tree": "1760fcb7ea3b1734c3c1cb22076caabc7b11bda3",
      "parents": [
        "6f66b635216eb04daf2341b0fef388534a298cf7"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Tue Jul 16 16:15:00 2019 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Tue Jul 16 16:15:00 2019 -0700"
      },
      "message": "Documentation formatting fixes\n\nChange-Id: I41020d773f1c0ced6f265b6788529ffcd283b485\n"
    },
    {
      "commit": "6f66b635216eb04daf2341b0fef388534a298cf7",
      "tree": "27e88517e5aa1d5a6906963a4cd62086cc16e15c",
      "parents": [
        "ea9cb7b6345f4b8cd2811eb211929befbe34d693"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Fri Jul 12 03:12:52 2019 -0400"
      },
      "committer": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Fri Jul 12 03:12:52 2019 -0400"
      },
      "message": "Fix OpenOLT README\n\nChange-Id: I0bb1c9aadb4ce13be23261162d815aa8835fc71b\n"
    },
    {
      "commit": "ea9cb7b6345f4b8cd2811eb211929befbe34d693",
      "tree": "1a52b5afaf3f7d0241d07f0d3fbffadacef47737",
      "parents": [
        "cb20878876aa719146c04f2f52f4a98a87cffa4a"
      ],
      "author": {
        "name": "JianHao",
        "email": "jianhao_chen@edge-core.com",
        "time": "Fri Jul 05 00:35:07 2019 +0800"
      },
      "committer": {
        "name": "JianHao",
        "email": "jianhao_chen@edge-core.com",
        "time": "Fri Jul 05 00:35:07 2019 +0800"
      },
      "message": "fix Edgecore vOLT model name in gitbook documents\n\nChange-Id: I41a6902cb36b38305df89e15721f5b5140b89229\n"
    },
    {
      "commit": "cb20878876aa719146c04f2f52f4a98a87cffa4a",
      "tree": "80003af8d7591cefc8db6d215132641be8881f69",
      "parents": [
        "2ae276712aecbc552fe73bff32daf9d7dce7c7d8"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue Jul 02 20:53:40 2019 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue Jul 02 20:53:40 2019 +0000"
      },
      "message": "Add stub for GetPonIf\n\nChange-Id: I0a40d0ca5271d49e848466994ab4dc59704b3c40\n"
    },
    {
      "commit": "2ae276712aecbc552fe73bff32daf9d7dce7c7d8",
      "tree": "78907088d202f9115e5ac221a8b4b8685ecbea73",
      "parents": [
        "a3ea20f2ee6b72c72a0a13584997ced6a7993760"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu May 09 00:26:34 2019 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu May 09 00:26:34 2019 +0000"
      },
      "message": "Revert \"For ONL and BAL v3.0 build environment, you could only build for ONL and BAL source codes now.\"\n\nThis reverts commit a3ea20f2ee6b72c72a0a13584997ced6a7993760.\n\nChange-Id: Idb3bdcdb46e9c5675acc4602c3bc312cf0fc59ff\n"
    },
    {
      "commit": "a3ea20f2ee6b72c72a0a13584997ced6a7993760",
      "tree": "28d6602a456a7006d2c9da0483c94f943408f8ca",
      "parents": [
        "f26cf88c9e87a4618532928c6b8d2a10f0ebcb40"
      ],
      "author": {
        "name": "Jason Huang",
        "email": "jasonsc_huang@edge-core.com",
        "time": "Sat May 04 03:19:07 2019 +0800"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue May 07 23:10:03 2019 +0000"
      },
      "message": "For ONL and BAL v3.0 build environment, you could only build for ONL and BAL source codes now.\n\nChange-Id: I23d41b7364f5066355959d63eed94e3394aad024\n"
    },
    {
      "commit": "f26cf88c9e87a4618532928c6b8d2a10f0ebcb40",
      "tree": "78907088d202f9115e5ac221a8b4b8685ecbea73",
      "parents": [
        "e1b5d5675994673738ccd02cb9acc9c6c448be7a"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Wed May 01 23:47:58 2019 -0700"
      },
      "committer": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Wed May 01 23:47:58 2019 -0700"
      },
      "message": "Fix queue_id assignment logic in the Upstream direction.\n\nChange-Id: I096d6a417f0263a835d57c5f74b499da27f466bd\n"
    },
    {
      "commit": "e1b5d5675994673738ccd02cb9acc9c6c448be7a",
      "tree": "c3b2c486437249732c755f55f1bb5000387a0808",
      "parents": [
        "c8ed2ef7e1cd219dd3e216a0d7256267c0648c52"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Thu Apr 18 22:43:32 2019 -0700"
      },
      "committer": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Thu Apr 18 22:43:32 2019 -0700"
      },
      "message": "VOL-1567: Fix for Traffic Shaping is not working in the downstream\nVOL-1576: Fix for Wrong Upstream Queue ID assigned at OpenOLT driver when\n          there are multiple Subscribers\n\nChange-Id: If5044bbd76cdcdf69c8dfd96e793d4240b266cdc\n"
    },
    {
      "commit": "c8ed2ef7e1cd219dd3e216a0d7256267c0648c52",
      "tree": "41ea9b96279704d850a77d167a4c37a5a766a4f9",
      "parents": [
        "c7b90d563c62e14aefb9b2ff9254f5ea92562355"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Wed Feb 13 08:18:44 2019 -0800"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Mon Apr 08 16:26:04 2019 +0000"
      },
      "message": "VOL-1447: Changes in OpenOLT driver for creating the Traffic Schedulers and\nQueues as per the TechProfile configuration\n\nChange-Id: I3a51ce53c8f9bd369b89b5f1f55f74f73893d65e\n"
    },
    {
      "commit": "c7b90d563c62e14aefb9b2ff9254f5ea92562355",
      "tree": "f00538658aa85d3447f60cb87daa51eb48a69bcb",
      "parents": [
        "5e973535f1034beada76d2dbbdf9905c2d52354b"
      ],
      "author": {
        "name": "Kailash",
        "email": "kailash@onlab.us",
        "time": "Fri Mar 08 12:54:26 2019 -0800"
      },
      "committer": {
        "name": "Kailash",
        "email": "kailash@onlab.us",
        "time": "Fri Mar 08 12:54:37 2019 -0800"
      },
      "message": "updating openolt build jenkinsfile\n\nChange-Id: I2f9fae9ffe8e14d964be38a10a03cb5c03922b07\n"
    },
    {
      "commit": "5e973535f1034beada76d2dbbdf9905c2d52354b",
      "tree": "3f6f6359b1e553e189f1a0dd932760709b0afbbf",
      "parents": [
        "e075c64e02f4c20455400c0bf6abfc539532a9a6"
      ],
      "author": {
        "name": "Thiyagarajan Subramani",
        "email": "Thiyagarajan.Subramani@radisys.com",
        "time": "Sat Feb 02 03:21:43 2019 -0800"
      },
      "committer": {
        "name": "Thiyagarajan Subramani",
        "email": "Thiyagarajan.Subramani@radisys.com",
        "time": "Sat Feb 02 03:46:03 2019 -0800"
      },
      "message": "VOL-1392: OpenOLT driver should send the actual device serial number\n\nChange-Id: I1c9703568bc85f7e8e3c62313a4a9abaa9d7b1e7\n"
    },
    {
      "commit": "e075c64e02f4c20455400c0bf6abfc539532a9a6",
      "tree": "7d17ae0b48d2980aff55e47f68cf5f96bce40da5",
      "parents": [
        "69fa4a36683e0b5b0f14e982e1428f7b3074c2ff"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Wed Jan 23 04:05:53 2019 -0800"
      },
      "committer": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Wed Jan 23 21:43:05 2019 -0800"
      },
      "message": "VOL-1327: Add support in openolt driver for consuming traffic shaping parameters\n\nChange-Id: Id3ba589b8dc561eef8e0bae1120b504e6a60df2d\n"
    },
    {
      "commit": "69fa4a36683e0b5b0f14e982e1428f7b3074c2ff",
      "tree": "9fff454b1fc6fe2e8d8d38205f8fbf53c99fb5f7",
      "parents": [
        "ecd353a5ad33963156e8100078dbaf3cb9f6c39e"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Fri Dec 21 07:52:34 2018 -0800"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Fri Dec 21 07:52:38 2018 -0800"
      },
      "message": "Minor update to README - remove rate limiting section\n\nChange-Id: I90105fed012eec32c34577591e1769c4dbc2e6ce\n"
    },
    {
      "commit": "ecd353a5ad33963156e8100078dbaf3cb9f6c39e",
      "tree": "3a0521c7a4e69f296d1dd8b7b6c1c96dd134d74d",
      "parents": [
        "34d9e29f039a1215d2b7e251001eec030fc7a73f"
      ],
      "author": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Wed Dec 12 22:33:17 2018 -0600"
      },
      "committer": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Mon Dec 17 22:17:46 2018 +0000"
      },
      "message": "VOL-1363 - Packet out cannot foward packets to any UNI other than the first port on an ONU\n\nPacket-out OnuPacket protobuf has a type error in directed port_no\nAdded debug log details to flow classifier and actions\n\nChange-Id: Ie2018b7395192af58f4e8f818d7e47384ba7f41e\n"
    },
    {
      "commit": "34d9e29f039a1215d2b7e251001eec030fc7a73f",
      "tree": "2d57669121922f3d98ad9050b3ddf64ebd249a89",
      "parents": [
        "967a1d06104205eb6285f271544de1fc96bde454"
      ],
      "author": {
        "name": "Luca Prete",
        "email": "luca@onlab.us",
        "time": "Thu Dec 13 09:51:23 2018 -0800"
      },
      "committer": {
        "name": "Luca Prete",
        "email": "luca@onlab.us",
        "time": "Thu Dec 13 09:51:41 2018 -0800"
      },
      "message": "Adding missing ldconfig to deb installation steps\n\nChange-Id: Ia2e873c49443268499803e29df357af068454caf\n"
    },
    {
      "commit": "967a1d06104205eb6285f271544de1fc96bde454",
      "tree": "38d00fc71c8428ef0d603a37463e88a54ed24cc2",
      "parents": [
        "7c4ec2df94262d73e9bc62656d042999e8d3a736"
      ],
      "author": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Tue Nov 27 10:41:51 2018 -0600"
      },
      "committer": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Tue Dec 11 16:35:57 2018 -0600"
      },
      "message": "VOL-1023 - Supporting multiple UNI per ONU\n\nTo support multiple UNIs on a given ONU, OpenOLT Driver is updated to support\nan abstract opaque cookie that is registered with all controller-bound trap\nflows. This cookie is supplied back to adapter during all packet indications.\nOpenOLT adapter will use this cookie to track the OF logical port that should\nbe used to reflect the origin of packet to OF controller.\n\nFor outbound packets from controller, the system needs to inject frames\ndirectly onto a GEM port rather than towards \"any GEM\" associated with the ONU.\nThis is necessary to send to various UNIs on one ONU. This is achieved by\nregistering the OF logical port number with the flow and gemport(s) associated\nwith the port. The OF Out packet will include the logical port number and\nhence can be tracked back to a registered GEM for that UNI.\n\nChange-Id: I1085a4b44d12b9402a431c41083e3a5cdb4764b9\n"
    },
    {
      "commit": "7c4ec2df94262d73e9bc62656d042999e8d3a736",
      "tree": "68e35868b443c90ca9979f8548dad3ec01f2cb24",
      "parents": [
        "7ebee139c60faa38cf4a7520085e41dc050d44ef"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Thu Oct 25 00:29:54 2018 -0700"
      },
      "committer": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Wed Nov 21 18:07:45 2018 +0000"
      },
      "message": "VOL-1221: OpenOLT Adapter/Driver will use a Technology Profile Instance to create the OLT Upstream and Downstream Queuing and Scheduling Constructs for a Bidirectional Flow.\n\nChange-Id: I8106182a280ee24147e2b19da583d95c254c69ad\n"
    },
    {
      "commit": "7ebee139c60faa38cf4a7520085e41dc050d44ef",
      "tree": "d20917fc392a93fb52343ebbf2a9d0d4b0051db8",
      "parents": [
        "19512317b00bb2527997cfd24716ce9491092a79"
      ],
      "author": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Fri Nov 16 15:31:11 2018 -0600"
      },
      "committer": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Fri Nov 16 15:31:11 2018 -0600"
      },
      "message": "Add back -fpermissive allowance\n\nChange-Id: I88c97e13f436c87366727d6c52ab77f592a16867\n"
    },
    {
      "commit": "19512317b00bb2527997cfd24716ce9491092a79",
      "tree": "12ce1247ae84e55e69fb6cce91a471687f9e9f56",
      "parents": [
        "fea48bd1a3ca76ca5607f4256882d2929ffc97ef"
      ],
      "author": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Fri Nov 02 10:14:46 2018 -0500"
      },
      "committer": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Sat Nov 03 15:42:30 2018 +0000"
      },
      "message": "VOL-1314 - Cleanup and remove permissive and other compiler warnings\n\nRemoved -fpermissive and -fno-literals warning suppression.\n\nAdded helper methods for BAL bitwise operators to properly typecast to/from int/enum types.\nTechnically, these should be pushed back to broadcom in their BAL. But, for now, this\nwill handle the bitmanipulation warnings.\n\nChanged many BAL apis to use API macros to set attributes which implicitly sets internal\npresence flags rather than doing it manually. Overall, better to use the API macros for\nconsistency.\n\nFixed errant enum value for oper vs admin state\n\nFixed make clean that didn\u0027t clean googleapis after directory refactoring\n\nChange-Id: I01dd0539c550674721bc00a0b78273dc75b554c8\n"
    },
    {
      "commit": "fea48bd1a3ca76ca5607f4256882d2929ffc97ef",
      "tree": "a085b564d91682b8f15f104c08bc67f8a848abb5",
      "parents": [
        "56c8ea450a2e3816903101302747075f25219f4f"
      ],
      "author": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Tue Oct 30 17:20:28 2018 -0500"
      },
      "committer": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Tue Oct 30 17:20:28 2018 -0500"
      },
      "message": "Add additional Tellabs OpenOLT models\n\nChange-Id: Ibf7b20a9b9a55466b523d41d1eaacf23bc3cdafe\n"
    },
    {
      "commit": "56c8ea450a2e3816903101302747075f25219f4f",
      "tree": "c8d4a9eb0d180ed8c9746c66f2103d6749c4fb71",
      "parents": [
        "9acc973f7c1ac8fe03dcb614f7265b3b39c39c43"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue Oct 30 19:34:35 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue Oct 30 19:44:07 2018 +0000"
      },
      "message": "Revert \"Revert \"VOL-1298 OpenOLT - new dir structure for 2.0\"\"\n\nRevert the revert now that root cause of compile error is fixed.\n\nThis reverts commit c13de2141381ae5e1e5451d2c42f9d20c6de811b.\n\nChange-Id: I513851f8d316b21ecf187e0cd5235a8a93fc768c\n"
    },
    {
      "commit": "9acc973f7c1ac8fe03dcb614f7265b3b39c39c43",
      "tree": "8b71becc1be0385f7eeae1cc4845f28f305d3e8e",
      "parents": [
        "b2601f03ada20abcbabd1624332f092d8c1cb81a"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue Oct 30 18:01:44 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue Oct 30 18:06:28 2018 +0000"
      },
      "message": "VOL-1306 OpenOLT - Fix compile error\n\nTop Makefile variable \"DEVICE\" was causing issues in maple build.\n\nChange-Id: I829bc5326f9e289b7b6868737fcc39835d19ee9f\n"
    },
    {
      "commit": "b2601f03ada20abcbabd1624332f092d8c1cb81a",
      "tree": "2ef65c848201f756a2e0d600aefad91961d1c785",
      "parents": [
        "c13de2141381ae5e1e5451d2c42f9d20c6de811b"
      ],
      "author": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Tue Oct 23 13:04:31 2018 -0500"
      },
      "committer": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Wed Oct 24 14:15:56 2018 -0500"
      },
      "message": "VOL-1288 - OpenOLT Update driver to use new per-interface ranges\n\nUpdated OpenOLT driver to return a range of technology ranges as\ndetermined through dynamic query of the device itself. Both\nlegacy board-wide and per-tech results are returned to the adapter\nversions to maintain compatibility with adapters that do not yet\nsupport the interface ranges.\n\nChange-Id: I370210f3aba547bf0b82fc1fcf514dc326674080\n"
    },
    {
      "commit": "c13de2141381ae5e1e5451d2c42f9d20c6de811b",
      "tree": "e365159a378ca25e19be47f92e74163992e42311",
      "parents": [
        "e2502c08c9a4eb220cfbd7f1de064b3c809e1797"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Wed Oct 24 06:11:27 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Wed Oct 24 06:11:27 2018 +0000"
      },
      "message": "Revert \"VOL-1298 OpenOLT - new dir structure for 2.0\"\n\nThis reverts commit e2502c08c9a4eb220cfbd7f1de064b3c809e1797.\n\nChange-Id: I5fe517aad77e202d04a6747abfb7b3ff46351170\n"
    },
    {
      "commit": "e2502c08c9a4eb220cfbd7f1de064b3c809e1797",
      "tree": "f6b89b6e9e91e3d2446219d05c94a9f7a80b5176",
      "parents": [
        "d0bae9bc068a7c08ce68ebc059c6d3b75b388b93"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Fri Oct 19 21:39:02 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Mon Oct 22 16:23:04 2018 +0000"
      },
      "message": "VOL-1298 OpenOLT - new dir structure for 2.0\n\nagent - The agent side. Everything that is currently under the top level\ndirectory of openolt repo moves here\ncontroller - The controller side. All common controller side code (aka\nadapter) that forms the kernel of the current adapter and is shared by\n1.x and 2.x voltha (and possibly any other SDN controllers)\nprotos - protobuf between agent and controller\n\nChange-Id: Ic951de77fa9a2381cfa90ab1514e2232a1ca3892\n"
    },
    {
      "commit": "d0bae9bc068a7c08ce68ebc059c6d3b75b388b93",
      "tree": "e365159a378ca25e19be47f92e74163992e42311",
      "parents": [
        "477ba09503f9c883b8d6fab945751419e4d167c9"
      ],
      "author": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Thu Oct 18 18:02:07 2018 -0500"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Fri Oct 19 04:55:40 2018 +0000"
      },
      "message": "VOL-1296 - OpenOLT driver doesn\u0027t enable NNIs on some platforms\n\nChanged OpenOLT agent to enable NNIs at same time it enables PONs during\ninitial terminal connection to BAL. Made it intelligent to check\ncurrent config to avoid errors in BAL that are thrown if already\nenabled.\n\nChange-Id: I7914900f2f64654d223961108c3b78bc856b66ef\n"
    },
    {
      "commit": "477ba09503f9c883b8d6fab945751419e4d167c9",
      "tree": "f17e0c3dd693744194ae1fb7e4e67e9356b1d9e6",
      "parents": [
        "b9e8708738e1d4752b3b9502eb40f65996eb5c79"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Wed Oct 17 10:50:06 2018 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Thu Oct 18 20:54:02 2018 -0700"
      },
      "message": "Add versioning, test Jenkinsfile, and license headers\n\nChange-Id: I4d4664946b715f53f1f528d1740c0854ef154d48\n"
    },
    {
      "commit": "b9e8708738e1d4752b3b9502eb40f65996eb5c79",
      "tree": "aeca92e063fe40afa4044af9061f49df66c4fa7c",
      "parents": [
        "47d19bf6a834e7784d6872deb8c325f9f338fe1c"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Oct 18 21:58:23 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Oct 18 21:58:23 2018 +0000"
      },
      "message": "Revert \"Test commit - create agent directory\"\n\nThis reverts commit 47d19bf6a834e7784d6872deb8c325f9f338fe1c.\n\nChange-Id: I996ff15b13b628bc63abe2d677f8ef087a6a6eeb\n"
    },
    {
      "commit": "47d19bf6a834e7784d6872deb8c325f9f338fe1c",
      "tree": "aa62f29d0eb59a6bde7d95ceedaa68dd66359ca0",
      "parents": [
        "e4a202f29906e456f5a87e8c48d7386d51fed266"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Oct 18 21:57:27 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Oct 18 21:58:10 2018 +0000"
      },
      "message": "Test commit - create agent directory\n\nChange-Id: Ie468471c75cc7aa891435ec0cad7a1bc4574ec6c\n"
    },
    {
      "commit": "e4a202f29906e456f5a87e8c48d7386d51fed266",
      "tree": "aeca92e063fe40afa4044af9061f49df66c4fa7c",
      "parents": [
        "88a22ad022a5ed16c8aa09dc799d85666c3d9c25"
      ],
      "author": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Tue Oct 16 17:19:30 2018 -0500"
      },
      "committer": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Tue Oct 16 17:19:30 2018 -0500"
      },
      "message": "VOL-1281 - Update OpenOLT protobufs to support per-interface device information\n\nUpdated DeviceInfo to provide a variable list of pools by interface and by type.\n\nChange-Id: Idfcaa1736edb3f487f9e072b5be2ecccf91f019b\n"
    },
    {
      "commit": "88a22ad022a5ed16c8aa09dc799d85666c3d9c25",
      "tree": "9227781afb516a3877498929324caf7444679d36",
      "parents": [
        "ebc8036547989627e3473c7e125dc245a487f9aa"
      ],
      "author": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Thu Oct 04 12:30:46 2018 -0500"
      },
      "committer": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Fri Oct 12 09:10:28 2018 -0500"
      },
      "message": "VOL-1257 - OpenOLT Driver Agent should support platforms-defined port topologies\n\nUpdated openolt driver initial activation sequence with BAL to query and\nextract the topology information. This includes both number of ports as\nwell as the technology for each port. Presently, it is assumed that\nall ports use same technology until the adapter resource manager supports\nper-port technonologies. Updated hardcoded iterator extents to use\nthe dynamic results via NumPonIf_() and NumNniIf_(). Added construct\nto allow vendors to specify their vendor/model name used in\nDeviceInfo discovery.\n\nChange-Id: I9050d78c3246d1be4e869ffdfb3a3f9314b9d959\n"
    },
    {
      "commit": "ebc8036547989627e3473c7e125dc245a487f9aa",
      "tree": "4f9847124262f5f8cc8efbf5a2be9c8300566bdd",
      "parents": [
        "06a13329b5f9568e8e5def23ecd10ba1e923febf"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Sun Sep 30 09:33:35 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Sun Sep 30 09:34:08 2018 +0000"
      },
      "message": "VOL-1253 OpenOLT - fix port info in packet-in\n\nChange-Id: I64574d99e5c08f8f541cc35b704f2b154039af64\n"
    },
    {
      "commit": "06a13329b5f9568e8e5def23ecd10ba1e923febf",
      "tree": "4903f2784ecf9b423d665ff4638c2ad77d9ca007",
      "parents": [
        "f040dba1a9494802b0c2cc86121dd815c3fe754c"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Sat Sep 29 01:55:33 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Sat Sep 29 05:03:22 2018 +0000"
      },
      "message": "VOL-1248 OpenOLT Agent - Fix linker error\n\nChange-Id: I33e65608601292cdc21adab204b839626295cacf\n"
    },
    {
      "commit": "f040dba1a9494802b0c2cc86121dd815c3fe754c",
      "tree": "85d1150e2ec057f8996672804d6d6ddff71060df",
      "parents": [
        "0ffa48b8de792f5c09e0e1bee3e12b8cea7a9ab2"
      ],
      "author": {
        "name": "Craig Lutgen",
        "email": "craig.lutgen@tellabs.com",
        "time": "Thu Sep 27 11:21:43 2018 -0500"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Fri Sep 28 20:39:48 2018 +0000"
      },
      "message": "VOL-1248 - OpenOLT Agent - Autoconfiguration to support cross-platform support\n\nChanged OpenOLT Agent build system to add autoconfiguration to allow cross-\nplatform compilation in addition to native x86 platforms. Makefile is changed\nto a template Makefile.in and ./configure is required to be run prior to\nfist build. For platforms requiring cross-compilation or feature controls,\nuse standard autoconfiguration options, e.g.  ./configure --host \u003chost-tuple\u003e\n\nChange-Id: I19616727da441a8cced74918794c4e66b1dbc2f3\n"
    },
    {
      "commit": "0ffa48b8de792f5c09e0e1bee3e12b8cea7a9ab2",
      "tree": "19e426c9608c5877ba8ae70520e5be80cdbce980",
      "parents": [
        "0c6fa3e38c39d1ee8ea0001078e5a27e957dfd90"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Wed Sep 26 01:55:29 2018 -0700"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Fri Sep 28 00:56:03 2018 +0000"
      },
      "message": "Change agg_port_id to alloc_id and remove sched_id from openolt.proto\n\nChange-Id: I83bac16bec9b2c4ac3de71360ddd1d15444d3126\n"
    },
    {
      "commit": "0c6fa3e38c39d1ee8ea0001078e5a27e957dfd90",
      "tree": "63ea17bbd1831ef6c3ee87425260f6c670fbf5d2",
      "parents": [
        "39739bc734cfeef33183fdf46da95b3fb70fa7ea"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Wed Sep 26 17:43:21 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Wed Sep 26 17:43:21 2018 +0000"
      },
      "message": "VOL-1239 OpenOLT - Fix Edgecore PON ports 8-15 are not usable\n\nChange-Id: I38ca328cbf83abb62e42f14d1975c442893fc405\n"
    },
    {
      "commit": "39739bc734cfeef33183fdf46da95b3fb70fa7ea",
      "tree": "1ee3f8afd5cdec8cebbf5720a791c3a01acd1cf7",
      "parents": [
        "8779a17d664a0ec3c5bfba7d186ef4afb828c848"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Sep 13 21:38:37 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Sep 13 21:38:37 2018 +0000"
      },
      "message": "VOL-1220 Add ability to trap LLDP pkts on NNI to send to controller\n\nChange-Id: I3553c9f343f40d50d8d306b7e38d34cb1320c8cb\n"
    },
    {
      "commit": "8779a17d664a0ec3c5bfba7d186ef4afb828c848",
      "tree": "dc2bc85a8de1b31fced32734616ce4123b18ece0",
      "parents": [
        "967438f1e1897784ecb11730607ad195083c0f20"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Wed Sep 12 13:45:42 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Wed Sep 12 13:45:42 2018 -0400"
      },
      "message": "typo 2^8 -1\n\nChange-Id: Ib65af60e753302af17e3b087fc56513d9489949c\n"
    },
    {
      "commit": "967438f1e1897784ecb11730607ad195083c0f20",
      "tree": "0d49437006764e67f6b1c600ff902a567e13ea85",
      "parents": [
        "4198356f233d0be5bdd2479b41c85121ffa3bd41"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Fri Sep 07 14:41:54 2018 -0400"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue Sep 11 17:11:32 2018 +0000"
      },
      "message": "VOL-1195 Broadcom logger for format consistency  and log rotation\n\nChange-Id: I18d65e382682fcbbcad16676142effae6acbc795\n"
    },
    {
      "commit": "4198356f233d0be5bdd2479b41c85121ffa3bd41",
      "tree": "ec20561d0834f7a8e9d2157f789089d7194f86bb",
      "parents": [
        "f0b024972c977409d16be681487a0666743190b0"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Mon Sep 10 13:54:35 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Mon Sep 10 13:54:35 2018 -0400"
      },
      "message": "port translation typo\n\nChange-Id: I74e59706365ba846a06c1c1d382829426c9c5b34\n"
    },
    {
      "commit": "f0b024972c977409d16be681487a0666743190b0",
      "tree": "8bee0d4103d86b622ff756c258fab2e67b080c8a",
      "parents": [
        "dff967905f6b79552ebcaac17abab64ead728c45"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Mon Sep 10 10:21:29 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Mon Sep 10 10:21:29 2018 -0400"
      },
      "message": "VOL-1194 reference to constants problem\n\nChange-Id: Iaf93e31d8413f64b19360416d53be350b6fe2ae8\n"
    },
    {
      "commit": "dff967905f6b79552ebcaac17abab64ead728c45",
      "tree": "87768133098c3471a14c81a51b9669f572d2cce5",
      "parents": [
        "65d0447bc6f89bba7a4c1c21582add23fee67411"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Thu Sep 06 14:59:32 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Fri Sep 07 15:03:57 2018 -0400"
      },
      "message": "VOL-1194 Get device info (vendor, versions, technology, resource manager parameters)\n\nChange-Id: Ie6b4b8c298696321e34444ac3d3b4a965c449bba\n"
    },
    {
      "commit": "65d0447bc6f89bba7a4c1c21582add23fee67411",
      "tree": "78ed4cf04c89bb036dfad5b0089a16803e49b3c0",
      "parents": [
        "6a63ea9a9b6f8806ffbab5134e3b1cbe5c353b05"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Thu Sep 06 15:53:37 2018 -0400"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Fri Sep 07 18:00:28 2018 +0000"
      },
      "message": "VOL-931 Adding statistics collection trigger\n\nChange-Id: I6fd6e3254b83cb0f4f3b3a6aa2abde5065a24753\n"
    },
    {
      "commit": "6a63ea9a9b6f8806ffbab5134e3b1cbe5c353b05",
      "tree": "356e534be4bbd6cb9c169a4b497265d575b7891e",
      "parents": [
        "1cdf6ce6e94189ea37f6e78d5b58400cab85a988"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Wed Sep 05 17:21:37 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Wed Sep 05 17:21:37 2018 -0400"
      },
      "message": "VOL-1204 Removing reference to 128, clean port translation\n\nChange-Id: I4a8d1bd1916de566de82f798a56154a4fc1d5b99\n"
    },
    {
      "commit": "1cdf6ce6e94189ea37f6e78d5b58400cab85a988",
      "tree": "61dce1e49d4447ada02c4ff8499e4bc6e5ee82ad",
      "parents": [
        "135ce81662571bc6447eb03f8bb633e8a20a5c51"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Mon Aug 27 02:43:02 2018 -0700"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Fri Aug 31 19:15:09 2018 +0000"
      },
      "message": "VOL-948: Make gemport and alloc_id configurable from openolt adapter\n\nChange-Id: I9e515cd744934f5a6501ad48ee845912de11c16e\n"
    },
    {
      "commit": "135ce81662571bc6447eb03f8bb633e8a20a5c51",
      "tree": "fc614ea5fa870729c6830172cc4556cb91111d74",
      "parents": [
        "fbc0d7d7ee57a7c7ef7f2647c9af0023e0520434"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Thu Aug 30 09:04:34 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Thu Aug 30 09:04:34 2018 -0400"
      },
      "message": "VOL-1197 Do not log to console OMCI conversation\n\nChange-Id: Ibc47c10cfdeb109cc7b1da9923fcddd6326fb6a0\n"
    },
    {
      "commit": "fbc0d7d7ee57a7c7ef7f2647c9af0023e0520434",
      "tree": "43714507e5d827b497fee8c50350c6c6bb3c7ad6",
      "parents": [
        "c09fdb7a9f60532e50b3771db1872332654f2601"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Thu Aug 23 14:46:42 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Thu Aug 23 14:46:42 2018 -0400"
      },
      "message": "VOL-1181 Add an extra OLT indication when Voltha reconnects\n\nChange-Id: Ia47cc4c0a5cc4f8c47578876f354dff9a6d43673\n"
    },
    {
      "commit": "c09fdb7a9f60532e50b3771db1872332654f2601",
      "tree": "0ed30f9bd340e45514f57b61f3fba768d375f457",
      "parents": [
        "8ebaa267652cd91d45f7676e0b037ac43d950fab"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Wed Aug 22 10:23:22 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Wed Aug 22 10:23:22 2018 -0400"
      },
      "message": "VOL-1171 Do not collect stats before olt up (and Voltha connected)\n\nChange-Id: I2a7e109a51d7ea1a21481a84a96c755a5471bc55\n"
    },
    {
      "commit": "8ebaa267652cd91d45f7676e0b037ac43d950fab",
      "tree": "402b7109e9b3da8912cf953b8e4904dbd5afa11a",
      "parents": [
        "d0eaf753235e77a23dbd7b669ef4738c0d647fc0"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Thu Aug 16 14:56:47 2018 -0400"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Aug 16 21:06:44 2018 +0000"
      },
      "message": "VOL-1044 Make alloc_id and sched_id dependent on Pon port\n\nChange-Id: I81794fde29d6f1befd4d782bef788a25751113dd\n"
    },
    {
      "commit": "d0eaf753235e77a23dbd7b669ef4738c0d647fc0",
      "tree": "78ab223676d49243488c1e0d6af6e3cb968d62dc",
      "parents": [
        "9c35208394b1962648f14b5599da38503778a50f"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Aug 16 00:26:12 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Aug 16 00:26:12 2018 +0000"
      },
      "message": "VOL-758 OpenOLT - Create Linux services for BAL and openolt\n\nservice bal_core_dist status|stop|start\nservice openolt status|stop|start\n\nbal_core_dist and openolt started as init.d services at system startup.\n\nChange-Id: If8a97e74b999b68f202a8a3c05331766b84a4641\n"
    },
    {
      "commit": "9c35208394b1962648f14b5599da38503778a50f",
      "tree": "b6779af050820336aae251313845c2900a2edca1",
      "parents": [
        "627b578d880bb6ce8bac744b5332304edb769b8f"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Tue Aug 14 16:37:14 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Tue Aug 14 16:37:14 2018 -0400"
      },
      "message": "VOL-1159 Delete ONU takes care of disabling ONU\n\nChange-Id: I1ddcdfdb68f591d95224e81b0d74e63b7ffdf135\n"
    },
    {
      "commit": "627b578d880bb6ce8bac744b5332304edb769b8f",
      "tree": "8d9a43c8abd6bc43209317af8deb621fa7ccee18",
      "parents": [
        "edef2136f643a8279ee6845e31b839cc08d66e63"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Mon Aug 13 22:49:32 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Mon Aug 13 22:49:32 2018 +0000"
      },
      "message": "VOL-1156 Re-factor openolt driver\n\nAllows re-use of common code among backends for multiple hardware\nand simulators.\n\nChange-Id: If5f0147d2eef7c1f9cbcda394d06a2070b4be275\n"
    },
    {
      "commit": "edef2136f643a8279ee6845e31b839cc08d66e63",
      "tree": "5655d1bbb395751b350fbea1f0a60d4d49bbb207",
      "parents": [
        "7193ae20145e755b8c82da89dbc10d64d33655f1"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Fri Aug 10 22:14:50 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Fri Aug 10 22:32:10 2018 +0000"
      },
      "message": "VOL-1150 A single threaded implementation for the OpenOLT driver\n\nStats collection is driven from the main thread.\n\nChange-Id: I773a4aeb0e840f2a36895e39b999b2dcaf2adaa6\n"
    },
    {
      "commit": "7193ae20145e755b8c82da89dbc10d64d33655f1",
      "tree": "6bbd0b16a44e72e1f962bfd4e7ffa6f067537a7d",
      "parents": [
        "edfaa0cd7e6363df9c78289d75fe906ae929eb36"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Wed Aug 08 22:23:18 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Wed Aug 08 22:33:42 2018 +0000"
      },
      "message": "Initial commit of a simple OpenOLT simulator\n\nmake openoltsim\n./build/openoltsim\n\nOpenoltsim is meant to simulate an OLT running the OpenOLT driver.\nCurrently, it only sends the the \"olt up\" indication allowing\nvoltha pre-provision/enable commands to connect to openoltsim.\n\nChange-Id: I95910657d269e37f4e4943d2b91f2780ecd8fd08\n"
    },
    {
      "commit": "edfaa0cd7e6363df9c78289d75fe906ae929eb36",
      "tree": "14668a736f3a6ef34d086615b2771fc96b1df280",
      "parents": [
        "e3fc0d2606ce61e9aa11d9805d422a2e292de243"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Thu Jul 05 15:05:27 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Wed Aug 08 11:33:24 2018 -0400"
      },
      "message": "VOL-1114 Flow removal implementation\n\nChange-Id: Ia2bb06e0e762fe87abbb4f25849c79cd07191395\n"
    },
    {
      "commit": "e3fc0d2606ce61e9aa11d9805d422a2e292de243",
      "tree": "b34e1b5eddd3b77a6a7060f68f65392cc0993ebe",
      "parents": [
        "4518066bf5bb5d2915b2ea5c3398ead3a5b083c8"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Thu Aug 02 16:51:05 2018 -0400"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Fri Aug 03 05:38:33 2018 +0000"
      },
      "message": "VOL-1126 OLT disable/reenable\n\nChange-Id: Icbfad962807945e26c50e467ec079d40b346060d\n"
    },
    {
      "commit": "4518066bf5bb5d2915b2ea5c3398ead3a5b083c8",
      "tree": "7705191e796676adbcd7e372106d9c8d4c6bfec4",
      "parents": [
        "5381c9f9729f8841b558863b9598a7d9045f3b3d"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Thu Aug 02 14:01:51 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Thu Aug 02 14:01:51 2018 -0400"
      },
      "message": "VOL-1116 Openolt reboot\n\nChange-Id: I4bdb3aa6c0feec46b895abb812f33c8345a7dc46\n"
    },
    {
      "commit": "5381c9f9729f8841b558863b9598a7d9045f3b3d",
      "tree": "9c10cf434a453cbfff0b1b068ac1f54d9d35f05b",
      "parents": [
        "061019533bedd6ee18997a0a039904c53446bf7f"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Sun Jul 29 17:30:23 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Sun Jul 29 17:41:20 2018 +0000"
      },
      "message": "Add some debugging info to the README.\n\nChange-Id: I26e1a87ceec28876b9f5553d65c843f747b3b815\n"
    },
    {
      "commit": "061019533bedd6ee18997a0a039904c53446bf7f",
      "tree": "566a718267a8af66cbccc1f18038ea81899b82bf",
      "parents": [
        "70c218146d3559a294c2c9a837b13f4b4e878d8d"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Wed Jul 25 00:22:09 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Wed Jul 25 19:28:24 2018 +0000"
      },
      "message": "VOL-956 OpenOLT - ONU rate limiting\n\nChange-Id: Ic6e99d9f26b24155b3664288580d26ae71c26569\n"
    },
    {
      "commit": "70c218146d3559a294c2c9a837b13f4b4e878d8d",
      "tree": "75b22db5415e43a21ea875cf29e2e524e49953ce",
      "parents": [
        "59f72ba2c7ddc7b874e0ff6d14cc9dd22a24cb2b"
      ],
      "author": {
        "name": "Jonathan Davis",
        "email": "jd250t@att.com",
        "time": "Thu Jul 19 15:32:10 2018 -0400"
      },
      "committer": {
        "name": "Jonathan Davis",
        "email": "jd250t@att.com",
        "time": "Thu Jul 19 15:49:46 2018 -0400"
      },
      "message": "VOL-762 onu delete/disable in openolt drivers\n\nReceives grpc command from voltha for Deactivate and Delete onu.\nFor Deactivate, upstream DBA tm_sched is cleared and onu device is\nset to admin down.\nFor Delete, the onu device subcriber terminal session is cleared\ninitiating re-discovery by voltha.\n\nChange-Id: I91862a109b58ae823b609b5477b9d82fcf868b5b\n"
    },
    {
      "commit": "59f72ba2c7ddc7b874e0ff6d14cc9dd22a24cb2b",
      "tree": "9c4b9733d27828307c0087a6deb5ce838bede597",
      "parents": [
        "d6cf5aa1a14035c506490800b1dc03e2986a22e2"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Mon Jul 16 15:16:18 2018 -0400"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue Jul 17 15:09:59 2018 +0000"
      },
      "message": "VOL-1105 Use specific commit of googlepais for protos\n\nChange-Id: I98ede3a72a4816572a3104ccd9b18c77d5167341\n"
    },
    {
      "commit": "d6cf5aa1a14035c506490800b1dc03e2986a22e2",
      "tree": "6f5b5b3d5fd2d21665ece840f9a19210bc552fbb",
      "parents": [
        "73222e0db37e7e6381169243540eb8f10f4b1792"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Mon Jul 16 15:14:39 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Mon Jul 16 15:52:04 2018 -0400"
      },
      "message": "VOL-1100 Flow priority, fix EAP after OLT reboot\n\nChange-Id: I74878313e11aa26bf4e3909aa13f55116acfe797\n"
    },
    {
      "commit": "73222e0db37e7e6381169243540eb8f10f4b1792",
      "tree": "6e8a08f1e4ef239992d8f8fe407e38af80fec60a",
      "parents": [
        "05ea0eaa7d6a980a0296a9c5df01a7c8aafaf01a"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Mon Jul 16 12:20:26 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Mon Jul 16 12:20:26 2018 -0400"
      },
      "message": "VOL-1103 Transfer BCM error code to GRPC error codes\n\nChange-Id: I7636bfdfbec40fc244407d3cd57bbc6e7f5cefd8\n"
    },
    {
      "commit": "05ea0eaa7d6a980a0296a9c5df01a7c8aafaf01a",
      "tree": "9ec1837c93067c4036cd0835475e87e68043abc2",
      "parents": [
        "08eaea0cc983ff70cf7e598244d66eb75e820318"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Fri Jul 06 11:47:21 2018 -0400"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Wed Jul 11 05:34:01 2018 +0000"
      },
      "message": "VOL-767 Enable/Disable PON interface\n\nChange-Id: I5dde5ec5c9d90fc509a4c93abb848be3d5b6dd86\n"
    },
    {
      "commit": "08eaea0cc983ff70cf7e598244d66eb75e820318",
      "tree": "b2553d64f1e6b5e65854c55485ea99b561c7b776",
      "parents": [
        "de4325bc5d4cbff9ef1cb1f09b9b5fbaea07cc8a"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue Jul 10 06:25:11 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue Jul 10 06:35:22 2018 +0000"
      },
      "message": "Minor update to README.md for BAL 2.6\n\nChange-Id: I09c415270aa44846111c31ac1696021e2ba1d5ec\n"
    },
    {
      "commit": "de4325bc5d4cbff9ef1cb1f09b9b5fbaea07cc8a",
      "tree": "b9e32de142b140247d2c2165551e46ee3dc939df",
      "parents": [
        "3cad49d2009f9f9cb9c7b3d5f5e5eb89bc2f4652"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Tue Jul 03 11:18:42 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Tue Jul 03 11:18:42 2018 -0400"
      },
      "message": "VOL-886, VOL-887, VOL-891, VOL-894 ONU alarms\n\nChange-Id: I06ce649566318b52bac06197cf9e9224f3d55717\n"
    },
    {
      "commit": "3cad49d2009f9f9cb9c7b3d5f5e5eb89bc2f4652",
      "tree": "48e3e43b575fb97440b2f1912e88231ad627ad65",
      "parents": [
        "563ea829ca31a5a26b1b9e127c0f51435ea8a0fa"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Mon Jul 02 14:03:24 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Mon Jul 02 14:23:12 2018 -0400"
      },
      "message": "VOL-1050 Delay stats collection after connection\n\nMove the state of connectivity and activation to its own file (state)\nIt handles starting/stopping statistics collection and provides a hook for future actions\n\nChange-Id: If6a7b4015824716ff45781e39f29ca7f06933702\n"
    },
    {
      "commit": "563ea829ca31a5a26b1b9e127c0f51435ea8a0fa",
      "tree": "891d79e79c93f46f81ac62566a6bacbca2c4fe8a",
      "parents": [
        "a32f4c3503160419f6c0b570c7ffaa53224cf53f"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Jun 28 14:56:27 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Jun 28 18:26:28 2018 +0000"
      },
      "message": "VOL-1053 - OpenOLT - Makefile cleanup\n\n- fix issue with libprotobuf dependency\n- suppress a stats log\n\nChange-Id: Ib0caf3394fa8f4a281dcaf47cb4e55ed3ceb62fa\n"
    },
    {
      "commit": "a32f4c3503160419f6c0b570c7ffaa53224cf53f",
      "tree": "e00444bccbaceb2e18eade22dfbdf4d33d988df5",
      "parents": [
        "2cddc55c7e314563fdbe75d2ab3ed388e0508e46"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Thu Jun 28 12:55:10 2018 -0400"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Jun 28 17:41:38 2018 +0000"
      },
      "message": "VOL-1042, VOL-773 No 0 SN, LOS and DG indications\n\nChange-Id: I0f32093df95dc572659e5bb6298d69c8589e91bf\n"
    },
    {
      "commit": "2cddc55c7e314563fdbe75d2ab3ed388e0508e46",
      "tree": "6b909f47ba0208b1bd4fb483bd4c031251e5e9f4",
      "parents": [
        "8a9c52550646ec0b5b2b969203ed6c68004ff79d"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue Jun 26 20:34:27 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue Jun 26 20:35:06 2018 +0000"
      },
      "message": "VOL-849 - Remove grpc++_reflection library as it is unused.\n\nChange-Id: Id06e23910139990dce85e7d4f2f75cda7a6e3587\n"
    },
    {
      "commit": "8a9c52550646ec0b5b2b969203ed6c68004ff79d",
      "tree": "0b70501c94ecc6ca14ef7e62b56b5087c399b264",
      "parents": [
        "cb004c591c3d2e6d702e7dcd9c90d78f7a257017"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Mon Jun 25 20:52:07 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Mon Jun 25 20:52:07 2018 +0000"
      },
      "message": "VOL-849 - Fix previous commit - Do not build libprotobuf separately.\n\nChange-Id: I0bb9744c6e47c0cc18754e99c60e8108357bd7ab\n"
    },
    {
      "commit": "cb004c591c3d2e6d702e7dcd9c90d78f7a257017",
      "tree": "b0bf260ed945742302e6791ac41f989d3f3e9e18",
      "parents": [
        "739d6f7fbb7ef3f3a4e406dd945a3b4d3597fc9e"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Wed May 30 18:07:23 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Sun Jun 24 09:16:25 2018 +0000"
      },
      "message": "VOL-849: Initial changes to compile with BAL 2.6\n\nThe OPENOLT_BAL_2.6.0.1.patch file is required to compile this commit.\nThis patch file has been uploaded to the Broadcom common CS3233745.\n\nChange-Id: I8dbaca0f56cdf6058603371e9c30d2ce6b04df40\n"
    },
    {
      "commit": "739d6f7fbb7ef3f3a4e406dd945a3b4d3597fc9e",
      "tree": "d5ae4032595a824caa1039b5866d6cf347857ebc",
      "parents": [
        "0f19b1ad7a7c032c112b773772371aa44ec414da"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Jun 14 21:19:47 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Thu Jun 14 21:19:47 2018 +0000"
      },
      "message": "Minor addition to README.md\n\nChange-Id: I3b2eb4f725acf40033e01813796f3f1040da7cb0\n"
    },
    {
      "commit": "0f19b1ad7a7c032c112b773772371aa44ec414da",
      "tree": "997e17068b8748d9ff8b5cc78866c5be640be54a",
      "parents": [
        "b78def40962f882c9a652e8dc341ef7acf457549"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Thu Jun 07 17:29:31 2018 -0400"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Wed Jun 13 17:21:34 2018 +0000"
      },
      "message": "Port statistics collection\n\nChange-Id: I15ad34d01267673cb64077bd89da0a8566531492\n"
    },
    {
      "commit": "b78def40962f882c9a652e8dc341ef7acf457549",
      "tree": "3491f8b79cb7fb09d196bc695d750b8d532a7ba6",
      "parents": [
        "58d252cb7b492ec642a15282f2c6719ac1ee9609"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Thu Jun 07 12:55:26 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Thu Jun 07 16:20:09 2018 -0400"
      },
      "message": "VOL-929 Uplink packet out\n\nChange-Id: I8d4e54b289de9b8413fa50126551e8ed94cb9e8b\n"
    },
    {
      "commit": "58d252cb7b492ec642a15282f2c6719ac1ee9609",
      "tree": "480069e8eece36d2de5cf065003245448c6adcd3",
      "parents": [
        "9a5e9df746f08eecc66e523ed4a92146af91870d"
      ],
      "author": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Wed Jun 06 11:19:04 2018 -0400"
      },
      "committer": {
        "name": "Nicolas Palpacuer",
        "email": "np202g@att.com",
        "time": "Wed Jun 06 11:23:52 2018 -0400"
      },
      "message": "VOL-772 close grpc stream when connection is lost\n\nIt allows for the next connecting instance to get all the messages\n\nChange-Id: I46902c03c65772c700fb031ac76e54ba428484a5\n"
    },
    {
      "commit": "9a5e9df746f08eecc66e523ed4a92146af91870d",
      "tree": "46ec223f41374d2d594490dcae43709084f85fdb",
      "parents": [
        "e66c462da59e6cc857bf1e9196fcd36939cc2877"
      ],
      "author": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Thu May 31 13:58:37 2018 -0700"
      },
      "committer": {
        "name": "Zack Williams",
        "email": "zdw@opennetworking.org",
        "time": "Thu May 31 13:59:24 2018 -0700"
      },
      "message": "Fix documentation so it passes lint\n\nChange-Id: Id954a9df65980339072653d8d38985b124e62557\n"
    },
    {
      "commit": "e66c462da59e6cc857bf1e9196fcd36939cc2877",
      "tree": "cc562bd56d919de1b9d66c4f03c5d5e0d8218faa",
      "parents": [
        "28c25a8bbfc1eec72e5b0fea6b627e3d28f8c555"
      ],
      "author": {
        "name": "Luca Prete",
        "email": "luca@onlab.us",
        "time": "Thu May 31 11:18:15 2018 +0200"
      },
      "committer": {
        "name": "Luca Prete",
        "email": "luca@onlab.us",
        "time": "Thu May 31 11:18:15 2018 +0200"
      },
      "message": "Fixing OpenOLT docs (linting and content)\n\nChange-Id: Iee8e9146c13cec26cdba9ab4b01480224984e4e3\n"
    },
    {
      "commit": "28c25a8bbfc1eec72e5b0fea6b627e3d28f8c555",
      "tree": "80b4db431c2e699fbce9f9ec40594b0121d4fac3",
      "parents": [
        "7be062f6b9f99128c3912d7a3fc28cc525fc99e0"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Wed May 30 16:33:53 2018 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Wed May 30 16:33:53 2018 -0700"
      },
      "message": "Formatting .md files for CORD Documentation linting\n\nChange-Id: I4e6b9e33540841b71b4b91ef5645575d983d8d6a\n"
    },
    {
      "commit": "7be062f6b9f99128c3912d7a3fc28cc525fc99e0",
      "tree": "0a39267620620bfba1fe7a616ecf2cd5ec652f43",
      "parents": [
        "8b348b698513376ddfc437aec0a6ddc1005c49a2"
      ],
      "author": {
        "name": "nick",
        "email": "np202g@att.com",
        "time": "Fri May 25 17:52:56 2018 -0400"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Fri May 25 22:15:33 2018 +0000"
      },
      "message": "VOL-771 OLT heartbeat\nadditional GRPC endpoint for heartbeat that answers with a connection signature to detect OLT reboot /drivers restart\n\nChange-Id: Ib4eb0f162519701c0535ca53f0875f0f83dcb833\n"
    },
    {
      "commit": "8b348b698513376ddfc437aec0a6ddc1005c49a2",
      "tree": "dd572e602a89b4ebd78ae9f488e9d89d6b14cd3d",
      "parents": [
        "6a34cea323ec307f97f6049638205339e6286441"
      ],
      "author": {
        "name": "Kailash Khalasi",
        "email": "kailash@onlab.us",
        "time": "Fri May 25 10:17:12 2018 -0700"
      },
      "committer": {
        "name": "Kailash Khalasi",
        "email": "kailash@onlab.us",
        "time": "Fri May 25 10:17:24 2018 -0700"
      },
      "message": "updating node name in JF\n\nChange-Id: Icc9b2ef43e35a32fc60643435e2e63dceef302da\n"
    },
    {
      "commit": "6a34cea323ec307f97f6049638205339e6286441",
      "tree": "27d71d4c46e7b86efd5100f6deb9f80aba41709a",
      "parents": [
        "fe9d942fa99403a45872f6f445bd803064e5190f"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Wed May 23 19:57:11 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Wed May 23 19:57:11 2018 +0000"
      },
      "message": "Test commit\n\nChange-Id: Id3ce10b0799f165f8c890b68455ecdda6c2c1bab\n"
    },
    {
      "commit": "fe9d942fa99403a45872f6f445bd803064e5190f",
      "tree": "a171bb74e42192db22a6babcd5c7f7d4a93bd22c",
      "parents": [
        "0fd0f666b2dc71b8164c62d162d9125965735804"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue May 22 23:25:02 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue May 22 23:25:02 2018 +0000"
      },
      "message": "VOL-765: Move protobuf field tag numbers around\n\nChange-Id: I39b43127731cf7e32c5d1dc44aa2fe922ac3adb3\n"
    },
    {
      "commit": "0fd0f666b2dc71b8164c62d162d9125965735804",
      "tree": "4e94393587a5d0c4760a429f364d48951f364e43",
      "parents": [
        "6fa807315149fce5d67458fdfcb759059daffada",
        "c063ffd57ad1611a73ef23fc7a962e1e73a58b9e"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Tue May 22 21:54:32 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Tue May 22 21:54:32 2018 +0000"
      },
      "message": "Merge \"VOL-765 Modification of ONU indication to have admin state ONU oper state change, ONU indication and ONU dying-gasp changes to reflect operation state and admin state of ONU and pass it on to Voltha\""
    },
    {
      "commit": "6fa807315149fce5d67458fdfcb759059daffada",
      "tree": "9680c950456b1a10a49a05ed52abaf799046c6ec",
      "parents": [
        "ec62c62cd290038ae6eec30598ee2c8f508afed0"
      ],
      "author": {
        "name": "nick",
        "email": "np202g@att.com",
        "time": "Tue May 22 14:47:10 2018 -0400"
      },
      "committer": {
        "name": "nick",
        "email": "np202g@att.com",
        "time": "Tue May 22 14:50:30 2018 -0400"
      },
      "message": "Makefile prereq additions and change to protos Makefile to use the publicly accessible git repository\n\nChange-Id: I115983dd566b316d59be51623a22a4e35a9be250\n"
    },
    {
      "commit": "c063ffd57ad1611a73ef23fc7a962e1e73a58b9e",
      "tree": "98e999c66a1c9f1fa78990691b0f4d9a599b8865",
      "parents": [
        "ec62c62cd290038ae6eec30598ee2c8f508afed0"
      ],
      "author": {
        "name": "nick",
        "email": "np202g@att.com",
        "time": "Tue May 22 14:35:28 2018 -0400"
      },
      "committer": {
        "name": "nick",
        "email": "np202g@att.com",
        "time": "Tue May 22 14:39:28 2018 -0400"
      },
      "message": "VOL-765\nModification of ONU indication to have admin state\nONU oper state change, ONU indication and ONU dying-gasp changes to reflect operation state and admin state of ONU and pass it on to Voltha\n\nChange-Id: I1159bead716bb66d59b491603202b7336a6ce140\n"
    },
    {
      "commit": "ec62c62cd290038ae6eec30598ee2c8f508afed0",
      "tree": "b5eeea9eae2a79138e878373c51f2e63410b5a3a",
      "parents": [
        "a0606ee98e6aa72b650cd1252fdac64f9a6cf2c7",
        "cc01de1463d58cbeeed141a2ad2126dda3c507bb"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Mon May 21 23:03:50 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Mon May 21 23:03:50 2018 +0000"
      },
      "message": "Merge \"Cleanup debian generated files\""
    },
    {
      "commit": "cc01de1463d58cbeeed141a2ad2126dda3c507bb",
      "tree": "e48e5865350f21406949e790b840a05bbc5a5578",
      "parents": [
        "9cb1bb27848a7a854dea4ae49aaa943e4794c958"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Mon May 21 22:54:45 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Mon May 21 23:01:58 2018 +0000"
      },
      "message": "Cleanup debian generated files\n\nChange-Id: I11598edd516bb16df9be91603a02a7e36a9ce190\n"
    },
    {
      "commit": "a0606ee98e6aa72b650cd1252fdac64f9a6cf2c7",
      "tree": "15f4cbdd484f13552f8c9aaba3d5fc234f3cba33",
      "parents": [
        "293ed2ae2586afcaa0d815f51c84829a9c3e5937",
        "9cb1bb27848a7a854dea4ae49aaa943e4794c958"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Mon May 21 22:16:18 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Mon May 21 22:16:18 2018 +0000"
      },
      "message": "Merge \"Update README.md\""
    },
    {
      "commit": "9cb1bb27848a7a854dea4ae49aaa943e4794c958",
      "tree": "50ead14497e4ea9f55a5f68afcff75c1ec258d06",
      "parents": [
        "f1e0bc85e9657a377458a15405e5d2d2b5cd35de"
      ],
      "author": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Mon May 21 22:00:49 2018 +0000"
      },
      "committer": {
        "name": "Shad Ansari",
        "email": "shad@opennetworking.org",
        "time": "Mon May 21 22:15:40 2018 +0000"
      },
      "message": "Update README.md\n\nChange-Id: Iafc2c96055836e97f66c7202defb84f7389a9872\n"
    }
  ],
  "next": "293ed2ae2586afcaa0d815f51c84829a9c3e5937"
}
