)]}'
{
  "log": [
    {
      "commit": "ed4a8e7a98d54de0009c4c0f792d24961b8c1cca",
      "tree": "db501d71d731fdcd06c8945e57b92db5df795d4f",
      "parents": [
        "724d0854732023cb27a9f4b67a82c812061494a4"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Fri Apr 17 11:10:20 2020 -0700"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Tue Apr 21 14:42:00 2020 -0700"
      },
      "message": "VOL-2861 replace uint64 kafka interadapter timestamps with timestamp proto\n\nChange-Id: I7b0fe854ff7c91984237a111789603129151dba3\n"
    },
    {
      "commit": "724d0854732023cb27a9f4b67a82c812061494a4",
      "tree": "cbf9d7e06021f0fcece078d72c21eeeeb7a3b056",
      "parents": [
        "d625b4c8b0d6cffd85d4bcf79ef1cc9f5ffcfffc"
      ],
      "author": {
        "name": "Gamze Abaka",
        "email": "gamze.abaka@netsia.com",
        "time": "Wed Mar 18 12:10:24 2020 +0000"
      },
      "committer": {
        "name": "abakagamze",
        "email": "gamze.abaka@netsia.com",
        "time": "Mon Apr 20 10:40:26 2020 +0300"
      },
      "message": "[VOL-2774] Allow not filtering the pbit values for the TT workflow\n\nChange-Id: I64b991143b7654807af10359ba67fab0af7b76a1\n"
    },
    {
      "commit": "d625b4c8b0d6cffd85d4bcf79ef1cc9f5ffcfffc",
      "tree": "0aba8458b192052ca13267b57dbf5be4f67e32b0",
      "parents": [
        "0f89fd2234beb53e09ee37481cd158c0a6ed2d71"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Thu Apr 02 16:16:01 2020 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Thu Apr 16 16:21:00 2020 -0700"
      },
      "message": "[VOL-2890] Using olt-device-id in the path of a tech-profile\n\nChange-Id: I4b572790e8b82ef903e557dee0ddf1a21859f188\n"
    },
    {
      "commit": "0c595bae06cc4aa9d2913bf6bcf53f8b2f57a676",
      "tree": "4f2dd7d8ddb675ff70609a0a85598a0da3acc46a",
      "parents": [
        "b77ded932e2d0e5802cb04c67203b368fb446410"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Thu Apr 09 15:04:27 2020 -0700"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Thu Apr 09 15:21:17 2020 -0700"
      },
      "message": "VOL-2910: back-to-back sanity test fails with multiple ONUs\n\n- An invalid index was used to access the AllocIDMgmtLock and\n  GemPortIDMgmtLock array causing panic. OnuID was used instead\n  of IntfID.\n\nChange-Id: Ie838b6b182866378c2441c304a189e4f39e29438\n"
    },
    {
      "commit": "b77ded932e2d0e5802cb04c67203b368fb446410",
      "tree": "eeda622b3b7845121c11db935a91924d3e1fe87b",
      "parents": [
        "19b563a7242883c632c76204a1790e1fd51724e5"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Wed Apr 08 11:45:05 2020 -0700"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Wed Apr 08 11:50:52 2020 -0700"
      },
      "message": "[VOL-2895] : Pings fail intermittently after OLT reboot and ONU disable\n\n- There was a possible data corruption due to lock not being applied\n  over the entire routine where a new FlowID was being allocated.\n  There could be similar corruptions for other PON resource allocations\n  as well, so the locks are applied over entire routine where PON resources\n  are being managed. This comes at a slightly increased cost of end-to-end\n  flow handling transaction time when there are many susbcriber, but\n  guarantees sanity of data.\n\nChange-Id: I0644aab4ffd6a636ea9eadccea13e2ed1ccb5d7b\n"
    },
    {
      "commit": "38d533d9e90cd72e47ea4460f021694c7937281f",
      "tree": "d5e5261cd985f8b9167aa1e449dde4f31d97228c",
      "parents": [
        "24f83e25011ea0a60b0a8fe1f344c4d3e3f09298"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Mon Mar 30 20:38:51 2020 -0700"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Tue Mar 31 16:38:41 2020 -0700"
      },
      "message": "[VOL-2848] : Protect concurrent access for PON resources\n\nFlows currently were serialized on a per ONU basis. However flows\nfrom different ONUs could add/remove concurrently. This meant\npossible concurrent access of PON resources. In some tests it was\nseen that two ONUs got same resource (like FlowID) and traffic\nwould fail.\nThis new change makes concurrent access to get/put/delete on shared PON resource pools\non KV store protected by locks. The adapter maintains certain data on\nthe KV store on a per ONU basis and this does not need any protection\nas the key path are unique and provide inherant protection and moreover\nany flow operation on a given ONU is serialized, this is not to worry.\n\nChange-Id: I8a452a7ae84413741cbc2fa24ae42f4329748e32\n"
    },
    {
      "commit": "668ea5f6a1d42fa8dc0082eb6a8a214793c7c034",
      "tree": "8fc589defbd28c1824c4dc6d809d6f5ce82f8c66",
      "parents": [
        "ceea2e043ee8f4b114234056418c6599005f4297"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Mar 31 13:51:06 2020 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Mar 31 18:01:44 2020 +0200"
      },
      "message": "[VOL-2643] Removing unused UpdateOnuGemInfo\n\nChange-Id: I08a633ff2488e495dfd67be501a0b9a74055603d\n"
    },
    {
      "commit": "b83b39d4f28e81df79827a7287ea8f6883b93f85",
      "tree": "abe01b75e4c6a26c69efdce22bbec9f1aa3e0291",
      "parents": [
        "be6fd5041a57ea1293acfd0c607b47f6bad48e6f"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Mar 30 11:41:16 2020 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Mar 30 16:51:01 2020 +0200"
      },
      "message": "[VOL-2638] Returning error when storing data for new ONU\n\nChange-Id: I6841fe77e5153bd1a8129d7cd1f45445f8ccbf8b\n"
    },
    {
      "commit": "2ad402b6976e64e2c6848b9f5050e6a0e3ed1f54",
      "tree": "7a7d268d090f82cba9275a4f9e40498ab86de4af",
      "parents": [
        "d26f6b153a65ae0b1cfda5ef76661740f22266ad"
      ],
      "author": {
        "name": "Girish Kumar",
        "email": "girish_kumar@infosys.com",
        "time": "Fri Mar 20 19:45:12 2020 +0000"
      },
      "committer": {
        "name": "Girish Kumar",
        "email": "girish_kumar@infosys.com",
        "time": "Mon Mar 23 18:20:15 2020 +0000"
      },
      "message": "[VOL-2694] Use package specific logger instance in all log statements\n\nChange-Id: Iaab59e919c0576e0143c1d9e0facbd2e63f96e1e\n"
    },
    {
      "commit": "dbd960e732bcb5a4611a8915e34397ffea4130e3",
      "tree": "fee579f18b3739ced3abc7d44b7bab88e6c89b88",
      "parents": [
        "a37f78b0d8c9cef755a41a86314e12d2bd187b32"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Fri Feb 28 08:57:51 2020 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Fri Feb 28 13:45:46 2020 -0800"
      },
      "message": "VOL-2640 Restructure openolt-adapter repo to best practices\n\nChange-Id: Icead31e8ecb82ec75a22e66361fbf83f80136589\n"
    },
    {
      "commit": "1a55b88e5be7e9b9d3bdf703d40b80faf9428409",
      "tree": "68ffddfe2f4e2376cbd256ab598fc814297e6eb6",
      "parents": [
        "96af493465c2454f24cbf72aa4a8605e29184aaa"
      ],
      "author": {
        "name": "Chaitrashree G S",
        "email": "Chaitrashree.S@radisys.com",
        "time": "Tue Feb 04 17:35:35 2020 -0500"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Fri Feb 21 12:56:58 2020 +0000"
      },
      "message": "[VOL-1385]: code changes to support ONU delete\n\nChange-Id: I8be96e499ccdae29121e81a500a65d0d1a78e5d2\n"
    },
    {
      "commit": "ec5762e23766a35e6f645f1f00b6a4e9588bedb5",
      "tree": "56767e97ea538ef5cf53c9df7e13e2fce951a65a",
      "parents": [
        "ef088115cf13fec2e50aab53817b3de41d1b32c3"
      ],
      "author": {
        "name": "npujar",
        "email": "Nikhil.Pujar@radisys.com",
        "time": "Wed Jan 01 14:08:48 2020 +0530"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Feb 04 11:56:44 2020 -0800"
      },
      "message": "VOL-2180 code changes for context addition\nIntegrating InterContainerProxy interface changes\n\nChange-Id: Ia20c5ac3093b7845acf80cce801ec0c1d90c125f\n"
    },
    {
      "commit": "ccb714b3d92799d967fc0cc24653678b73593ac0",
      "tree": "be61d3c9aa9862461ecbbcfd3fc3164d9ddcd958",
      "parents": [
        "6d1acb9d83a9f226262e716a136d35c816fb8027"
      ],
      "author": {
        "name": "Esin Karaman",
        "email": "esin.karaman@netsia.com",
        "time": "Fri Nov 29 15:02:06 2019 +0000"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Thu Jan 23 19:50:04 2020 +0530"
      },
      "message": "VOL-1596 Add Support for handling multicast groups in OpenOLT Adapter.\nVOL-1595 Add Support for handling multicast flows in OpenOLT Adapter.\n\nDepends voltha-protos from the patch below:\nhttps://gerrit.opencord.org/#/c/16690/\n\nChange-Id: I1cc9900bd6400bb31aed11beda674138838a21d2\n"
    },
    {
      "commit": "6d1acb9d83a9f226262e716a136d35c816fb8027",
      "tree": "f5fadd612d1c0b65f9ead95d5a6b23b99a0fb9f7",
      "parents": [
        "ded0a83cf5ea0d5fed2accc8542cb6561ff848cc"
      ],
      "author": {
        "name": "Abhilash Laxmeshwar",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Fri Jan 17 15:43:03 2020 +0530"
      },
      "committer": {
        "name": "Abhilash Laxmeshwar",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Tue Jan 21 05:24:17 2020 +0000"
      },
      "message": "VOL-2437 Leftover state in etcd after OLT device deleted\n\nSome of the kv store values were not cleared when device is deleted.\n\n Added APis to clear the kv values once device is deleted.\n\nChange-Id: Id3978206dd4375dd6cb17df2f140d3a9c25cb91b\n"
    },
    {
      "commit": "8f73fe0dd75cb6f29c0a804627e1716a09931e0b",
      "tree": "f6f80da75cf2ee319db7596942998d0cf110fc12",
      "parents": [
        "3d6330382ccd38ceebd1ffd7a8381cffa6c635bd"
      ],
      "author": {
        "name": "Girish Kumar",
        "email": "girish_kumar@infosys.com",
        "time": "Mon Dec 09 13:19:37 2019 +0000"
      },
      "committer": {
        "name": "Girish Kumar",
        "email": "girish_kumar@infosys.com",
        "time": "Mon Dec 16 18:28:01 2019 +0000"
      },
      "message": "[VOL-2260] Guard Openolt against Wrong Tech Profile configuration\n\nAdded checks to prevent crashing of Openolt container in case of\ninvalid values of SchedulingPolicy, Direction, AdditionalBW and\nDiscardPolicy attributes in Technology Profile json.\n\nChange-Id: I27afc753c86f925d7eb12a5bd2bbdb8f8aa88569\n"
    },
    {
      "commit": "275c0742d90c90cd13a955e5055864449ff6baf2",
      "tree": "e9e4a1d4ee2a95a23724d074a72f945ebf104453",
      "parents": [
        "d4cbe48ce6c9a52f3a0dc878a2615287226365d9"
      ],
      "author": {
        "name": "Abhilash Laxmeshwar",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Mon Nov 25 16:47:02 2019 +0530"
      },
      "committer": {
        "name": "Abhilash Laxmeshwar",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Thu Nov 28 11:39:55 2019 +0530"
      },
      "message": "VOL-1904 openolt adapter reconcile.\n\ncache flowsUsedByGemPort is also stored and kvstore kept in sync.\n\non adapter restart flow ids per gemport will be loaded to flowsUsedByGemPort from kvstore\n\nChange-Id: Ife58fd9cb790e032402e77c630cf9069d0db5bcb\n"
    },
    {
      "commit": "ab0bd52419772fcb69bb705d682a9f3e29ce2c10",
      "tree": "bf13a6819210593e632e0509c18c6b479a293061",
      "parents": [
        "a8910ba99264dd20e8f26cbcabcb5e1a68d59645"
      ],
      "author": {
        "name": "Abhilash Laxmeshwar",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Mon Oct 21 15:05:15 2019 +0530"
      },
      "committer": {
        "name": "Abhilash Laxmeshwar",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Fri Nov 08 13:05:01 2019 +0530"
      },
      "message": "VOL-1904 openolt adapter reconcile. along with the local caches data is stored in kv store as well.\nchild device cache is not removed as it is used to get child devices,\nit will anyway be rebuilt even after adapter restart.\nOne more cache (flowsUsedByGemPort) got reintroduced recently which will be fixed later.\nUpdated test files as well.\n\nChange-Id: I43378ff682f29477b22d61a76b0a721e83422853\n"
    },
    {
      "commit": "a8910ba99264dd20e8f26cbcabcb5e1a68d59645",
      "tree": "be1b851a5f80df278a25d35055b67a7fd51f7fcf",
      "parents": [
        "89ff40c1deef1add3b166787c57b14dd02226c94"
      ],
      "author": {
        "name": "sbarbari",
        "email": "sbarbari@ciena.com",
        "time": "Tue Nov 05 10:12:23 2019 -0500"
      },
      "committer": {
        "name": "Stephane Barbarie",
        "email": "sbarbari@ciena.com",
        "time": "Wed Nov 06 15:42:32 2019 +0000"
      },
      "message": "VOL-2154: Removed db/model from vendor folder\n\n- Only kept reference to backend structure\n\nAmendments:\n\n- Adjusted imports to voltha-lib-go\n- Adjusted vendor version for voltha-lib-go\n\nChange-Id: I7e5ca9f2df7642d18e5a1835e20aa9062a8a3bd1\n"
    },
    {
      "commit": "89ff40c1deef1add3b166787c57b14dd02226c94",
      "tree": "82d64066de051afe0c0abd22b9f69ef233804539",
      "parents": [
        "2858a6cef0af94e230ae3641c6c5e5ae9c31b037"
      ],
      "author": {
        "name": "Serkant Uluderya",
        "email": "serkant.uluderya@netsia.com",
        "time": "Thu Oct 17 16:02:25 2019 -0700"
      },
      "committer": {
        "name": "serkant.uluderya",
        "email": "serkant.uluderya@netsia.com",
        "time": "Tue Nov 05 13:31:50 2019 -0800"
      },
      "message": "[VOL-2107] SIGSEGV while disabling a device\n\nFixed segmentation fault while\ndeleting a device which can not be connected.\n\nChange-Id: I70f50d460f16d0bb8cca886b1dbfccf9525cd0c7\n"
    },
    {
      "commit": "c6e54cb466b10ec3ec6b5947e4b95ffe06f3bb23",
      "tree": "af6cda181014f5912f3f19a3f43d641b236f8190",
      "parents": [
        "7615e55a99b6f35d4662c9a53b35a400d7c73c55"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Nov 04 09:31:25 2019 -0800"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Mon Nov 04 09:31:31 2019 -0800"
      },
      "message": "VOL-2189 update voltha-openolt-adapter to use voltha-protos\u003dv2.0.1 and voltha-lib-go\u003dv2.2.9;\nRelease v2.2.1\n\nChange-Id: I527d6541f9d8b7df8504d886a01163c7e57bdd77\n"
    },
    {
      "commit": "fee363904cb2612febdd23fb073f7cd533e83e5e",
      "tree": "4151b9a9b96d0091d92d3f50fe7aad942f707208",
      "parents": [
        "ed16b7c8ac1e19a32226879b6f16505dfa6f8f40"
      ],
      "author": {
        "name": "Gamze Abaka",
        "email": "gamze.abaka@netsia.com",
        "time": "Thu Oct 03 11:17:24 2019 +0000"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Sat Nov 02 06:30:04 2019 +0000"
      },
      "message": "VOL-1943 Adding multi tcont support to openolt adapter\n\nChange-Id: Ibdc18b9c2f1cac3abbc43ba77512484d4574347b\n"
    },
    {
      "commit": "5129015302d331f3b3b2b367be90a2a4197c1130",
      "tree": "a342eeb89ee3d376c54bfe1300e2ec916af05d83",
      "parents": [
        "355d1740ea6f90227bcf24d4123e69672e31eab0"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Thu Oct 24 14:23:20 2019 -0700"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Thu Oct 24 14:23:20 2019 -0700"
      },
      "message": "VOL-2138 Use v2 import paths for voltha-lib-go\n\nChange-Id: I9de8accd128f23ef9d1a363a3b2038e5076826f9\n"
    },
    {
      "commit": "f8424cc36bf53d69a51974dd7f83d86f055ab9e4",
      "tree": "522fd31ee2b34a655b3f112b8f490b32c5970925",
      "parents": [
        "28f8060e48f6f2ab86ebbececf2a8185073357bc"
      ],
      "author": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Fri Oct 18 11:26:50 2019 -0700"
      },
      "committer": {
        "name": "Scott Baker",
        "email": "smbaker@gmail.com",
        "time": "Fri Oct 18 12:13:42 2019 -0700"
      },
      "message": "VOL-2111 use voltha-lib-go\n\nChange-Id: I307c3c5648476d9bdc2c855be7d59bd9264665bd\n"
    },
    {
      "commit": "abf0235c57d297d5d6bc687f5490376223ee411c",
      "tree": "959f4d40e007a830bda6c5c400d8e2bef6e47bb2",
      "parents": [
        "a4cd50da08273371eaeb378f0bf12579e10fda95"
      ],
      "author": {
        "name": "cbabu",
        "email": "Chidambar.babu@radisys.com",
        "time": "Tue Oct 15 13:14:56 2019 +0200"
      },
      "committer": {
        "name": "chidambar babu",
        "email": "chidambar.babu@radisys.com",
        "time": "Thu Oct 17 06:11:04 2019 +0000"
      },
      "message": "VOL-1837, resource manager uint test cases updated\n\nChange-Id: I8b0240745d04fd709b2ac82a890bf32be20f7ef8\n"
    },
    {
      "commit": "83695910c646e60d35e97cdff3d0d03189a69a3a",
      "tree": "7fa80b7c0f2dd6075b789f87b420d2aa21ec5943",
      "parents": [
        "f0c0e38d6169c1afe349eec76a29013cb47f9f3f"
      ],
      "author": {
        "name": "Abhilash Laxmeshwar",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Tue Oct 01 14:37:19 2019 +0530"
      },
      "committer": {
        "name": "Abhilash Laxmeshwar",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Thu Oct 03 05:32:45 2019 +0000"
      },
      "message": "VOL-1982 free flowid as and when flows are deleted from the device\n\nChange-Id: I91da78098caac79a4dfc7347a1291f1c8734ed3a\n"
    },
    {
      "commit": "495b94a5d760d45e65578f3800ae0fa12b50e29d",
      "tree": "cdf8759649188ba0e3c92337a668a148bf1e69d7",
      "parents": [
        "95504be65dead48e12592f92cd4aac8597a88a4d"
      ],
      "author": {
        "name": "Devmalya Paul",
        "email": "Devmalya.Paul@radisys.com",
        "time": "Tue Aug 27 19:42:00 2019 -0400"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Mon Sep 09 14:55:01 2019 -0400"
      },
      "message": "VOL-1845 : Support for delete device in openolt adapter\n\n           This commit is for the handling of delete device.\n\n           The changes are done to handle the request for delete\n           device. This includes the clearing of all data related\n           to the device in KV store and reboot of device to reset\n           the device.\n\n           This commit has dependency in voltha-go so that needs to\n           be merged first. Please refer this review link\n           https://gerrit.opencord.org/#/c/15084/\n\n           Updated to dep ensure above voltha-go patch set.  Also typo\n           and make lint/sca fixes.\n\nChange-Id: I53f16022c6902d498dad30e9b7d0ff50bf156347\n"
    },
    {
      "commit": "7ac621337364cb014aba677331e7c63dd76bff3b",
      "tree": "d60f21afe9e405244c5a7ce8745a27e4d2755ef7",
      "parents": [
        "8eb6cd6b047054c59c53a42b6c5b5f9cb9cf0c57"
      ],
      "author": {
        "name": "salmansiddiqui",
        "email": "salmansiddiquimailbox@gmail.com",
        "time": "Thu Aug 22 03:58:50 2019 +0000"
      },
      "committer": {
        "name": "salmansiddiqui",
        "email": "salmansiddiquimailbox@gmail.com",
        "time": "Thu Aug 22 07:58:20 2019 +0000"
      },
      "message": "[VOL-1869]\nAdded SCA fix for voltha-openolt-adapter\nRebased openolt-adapter\nAdded log for error, took change for TP download for all the flows\n\nChange-Id: Iaecfc346633bb8c17cd54085a85f8c74f3951d50\n"
    },
    {
      "commit": "b1d5144dfefe3d34c8999c0453aecd0f62509d91",
      "tree": "a1c06f8e85847db19707710267c601ef37107e38",
      "parents": [
        "c1c61e84a042cb523046a397490f65095e55f960"
      ],
      "author": {
        "name": "Manikkaraj k",
        "email": "manikkaraj.koodalingam@radisys.com",
        "time": "Tue Jul 23 10:41:02 2019 -0400"
      },
      "committer": {
        "name": "David Bainbridge",
        "email": "dbainbri@ciena.com",
        "time": "Tue Aug 20 23:29:50 2019 +0000"
      },
      "message": "VOL-1624 Support for tech-profile creation on the first flow that references the tp-id (in write-metadata)\n\nGetting meter from flow itself and bug fixes\n\nBug fix for dhcp packet-out\n\nChange-Id: Ia466988bfdbfe49fd9a44729a4ba4a30fd991c54\n"
    },
    {
      "commit": "352a45cf75754cf45d485e5a91cb1f6ab9809845",
      "tree": "96aaecac80ca22799e09dcb66e2232ae1be409f1",
      "parents": [
        "8fa5c30f2c1d6f3d530faf7782377128c0f03a90"
      ],
      "author": {
        "name": "salmansiddiqui",
        "email": "salmansiddiquimailbox@gmail.com",
        "time": "Mon Aug 19 10:15:36 2019 +0000"
      },
      "committer": {
        "name": "Salman Siddiqui",
        "email": "salmansiddiquimailbox@gmail.com",
        "time": "Tue Aug 20 06:37:40 2019 +0000"
      },
      "message": "While running bbsim having the number of pon-interface greater than 16 with voltha openolt go adapter, a segment violation error was seen.\n\nProvided a check before accessing resource-managers map in openolt-adapter, to see whether the given interface-id is present as a key.\n\nReplaced verbose error message with crisp one\n\nChange-Id: Ifefc45ce7ed3cdd30fbc2b1bd09b4e6b584e184c\n"
    },
    {
      "commit": "6a80bbd183fd67d160748aebbfe5bb5a2dea0e00",
      "tree": "4b46c2a2cc6afdcb734adb81102d8c8b8b26e495",
      "parents": [
        "7f06d06a1bc79d3ab4cdb2e251ebc6c530bf4117"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Tue Jul 02 07:36:09 2019 -0700"
      },
      "committer": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Tue Jul 09 08:26:45 2019 -0700"
      },
      "message": "[VOL-1707]\nRun golang SCA tools on the golang openolt adapter and fix the errors.\nUsed golangci-lint tool.\nMakefile integrated with new target for running golangci-lint tool.\n\nChange-Id: I8458d75bf4a997d6f93740acf10a03bf43c554c7\n"
    },
    {
      "commit": "28c3e824baa8332dfd7d3952c18c49a9b68dcfbd",
      "tree": "e9d57886861e9c79f0c50d01608956e91fbd1a67",
      "parents": [
        "70dd4978bfbe402bce171b492f915d5e5f860ad5"
      ],
      "author": {
        "name": "Manjunath Vanarajulu",
        "email": "Manjunath.Vanarajulu@radisys.com",
        "time": "Thu May 16 11:14:28 2019 -0400"
      },
      "committer": {
        "name": "Manjunath Vanarajulu",
        "email": "Manjunath.Vanarajulu@radisys.com",
        "time": "Thu Jun 13 06:02:39 2019 +0000"
      },
      "message": "VOL-1564: Incoporate Delete Flow Functionality and subsequent cleanup in stores\n\nChange-Id: I429a380da3ed0c951cb5f01ee763eb318693d3b3\n"
    },
    {
      "commit": "9eb6cacd21f3e724cfef2f3aabca8e6f52bdeb97",
      "tree": "81df6af3bddc70299fcd234da299421360502384",
      "parents": [
        "6fe5f734fb1c0ff08a2cc3d31dcf22e77bf8c35d"
      ],
      "author": {
        "name": "manikkaraj k",
        "email": "manikkaraj.koodalingam@radisys.com",
        "time": "Thu May 09 12:32:03 2019 -0400"
      },
      "committer": {
        "name": "manikkaraj k",
        "email": "manikkaraj.koodalingam@radisys.com",
        "time": "Fri May 10 12:55:29 2019 -0400"
      },
      "message": "Updated Adapter to support to handle DHCP trap on NNI and packet-in/out and Bug Fixing.\nTested EAPOL/DHCP/HSIA functionality E2E with EdgeCore OLT and TWSH ONU KIT.\n\npatch: PON port is derived from platform and sent to core and bug fixes\n\nRetested EAPOL/DHCP/HSIA use case end to end with EdgeCore OLT and TWSH ONU KIT\n\nChange-Id: I99df82fd7a1385c10878f6fe09ce0d30c48d8e99\n"
    },
    {
      "commit": "8ee9071b6068c4021df2586b32481fadd53c7e44",
      "tree": "997eb0a50eb83d8d77070cbe7ed4dd701ed53752",
      "parents": [
        "aa36091610c554ef9ed9c86bc4e3e6722d6f622a"
      ],
      "author": {
        "name": "Abhilash S.L",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Mon Apr 29 16:24:22 2019 +0530"
      },
      "committer": {
        "name": "Abhilash S.L",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Mon Apr 29 16:26:15 2019 +0530"
      },
      "message": "VOL-1589  fix forr resource maanger crash during get device info\n\nthis changeset also includes a few flwo info related fixes.\n\nChange-Id: I5b6950e656429831d641e2f72dcd823161c18f6c\n"
    },
    {
      "commit": "0c588b2c3686891f309ce1890be459787945e7c3",
      "tree": "41d17280c3e0cd843997bd8a4485acea868d1e51",
      "parents": [
        "adc57d196562f44c81cbee874ab1b4cb201ffa1f"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Tue Apr 23 23:24:56 2019 -0400"
      },
      "committer": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Tue Apr 23 23:30:11 2019 -0400"
      },
      "message": "Formatted code with \u0027go fmt\u0027\n\nChange-Id: I5361f3388a1fb8da1ef3222d51bc58355a804137\n"
    },
    {
      "commit": "bf256be8c0cfd38759fb93c011dfffab7969ec73",
      "tree": "978d8d0e9a73d7232f8cd58007f77feaaa72eeb7",
      "parents": [
        "9dbce8c4cbd00cf6ca9d1098fe7cc86e11e24f3c"
      ],
      "author": {
        "name": "manikkaraj k",
        "email": "manikkaraj.koodalingam@radisys.com",
        "time": "Mon Mar 25 00:13:48 2019 +0530"
      },
      "committer": {
        "name": "manikkaraj k",
        "email": "manikkaraj.koodalingam@radisys.com",
        "time": "Tue Apr 09 21:01:48 2019 +0530"
      },
      "message": "VOL-1377-802.1x EAPOL flow addition updated code changes  after some cleanup\n\nChange-Id: Ie15675d9e2b3cc7c594edf0626702db264bb584a\n"
    },
    {
      "commit": "7f17e403358c4f19f91774514eb983d695f132cf",
      "tree": "d3884a3311f48ed3bb3e94b04037ac3443dbb8f1",
      "parents": [
        "dcfc74d90b9d710f1ef0469e3bf3c852a3f01129"
      ],
      "author": {
        "name": "Abhilash S.L",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Fri Mar 15 17:40:41 2019 +0530"
      },
      "committer": {
        "name": "Abhilash Laxmeshwar",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Thu Mar 21 14:39:54 2019 +0000"
      },
      "message": "VOL-1376 Resource manager for openolt adapter\n\nChange-Id: I1fe5f0d06d3ea95044d9ba0757b2bb3740864161\n"
    }
  ]
}
