)]}'
{
  "log": [
    {
      "commit": "e77977b0cf6b73f125c45518c73567f9f5f61f4b",
      "tree": "d150c81b124d05ecc1a18167c0ca7fdc36c0e177",
      "parents": [
        "22db98ec0cdd6010ae7f31fc46206fac31fcdf1f"
      ],
      "author": {
        "name": "Mahir Gunyel",
        "email": "mahir.gunyel@netsia.com",
        "time": "Thu Jun 27 05:36:22 2019 -0700"
      },
      "committer": {
        "name": "Mahir Gunyel",
        "email": "mahir.gunyel@netsia.com",
        "time": "Tue Jul 16 05:57:08 2019 -0700"
      },
      "message": "XVOL-1689 : ONU stays in DISCOVERED state\nVOL-1586 : Possible race condition in openolt python adapter during onu discovery\n\n1) gets Device in response of ChildDeviceDetected.\nThis avoids race and also removes the need for GetChildDevice.\n2)Puts the Device Id into cache to use in future requests,\nespecially avoid the fail when calling GetChildDevice\nin onuIndication because of race.\n\nChange-Id: I60944a6ee0e2ffad80a31ef93f72b55b0b136284\n"
    },
    {
      "commit": "22db98ec0cdd6010ae7f31fc46206fac31fcdf1f",
      "tree": "1e012c0cb455f59cbd3ec534d7d391e4f2ee6a37",
      "parents": [
        "72c8438f0fec4ad51aac3f335d2f8a904d34f7ff"
      ],
      "author": {
        "name": "Daniele Rossi",
        "email": "daniele.rossi@hcl.com",
        "time": "Thu Jul 11 11:50:00 2019 +0000"
      },
      "committer": {
        "name": "Daniele Rossi",
        "email": "daniele.rossi@hcl.com",
        "time": "Fri Jul 12 09:41:11 2019 +0000"
      },
      "message": "VOL-1715 Free flow_id from resource manager pool if the flow failed ...\n\nChange-Id: I6340576ca61f99818596829c1cb66f1ff574d8ee\n"
    },
    {
      "commit": "72c8438f0fec4ad51aac3f335d2f8a904d34f7ff",
      "tree": "5c9e252c6624b0cea1e67fc630c10f588ed21d81",
      "parents": [
        "35b5d80978d31e10c5a3e693da152b46ca35a731"
      ],
      "author": {
        "name": "gerardo.laurenzi",
        "email": "gerardo.laurenzi@hcl.com",
        "time": "Thu Jul 11 15:03:46 2019 +0000"
      },
      "committer": {
        "name": "gerardo.laurenzi",
        "email": "gerardo.laurenzi@hcl.com",
        "time": "Fri Jul 12 08:39:25 2019 +0000"
      },
      "message": "VOL-1650 Change MAX_ONUS_PER_PON to 128 for golang openolt adapter\n\nChange-Id: Ib6aa63ce5c186f5da69c98c422770a23bf6212cd\n"
    },
    {
      "commit": "35b5d80978d31e10c5a3e693da152b46ca35a731",
      "tree": "f1d874c6cf47c0431cdcb26d75d667bb8ac466db",
      "parents": [
        "6a80bbd183fd67d160748aebbfe5bb5a2dea0e00"
      ],
      "author": {
        "name": "Chaitrashree G S",
        "email": "Chaitrashree.S@radisys.com",
        "time": "Mon Jul 08 23:12:03 2019 -0400"
      },
      "committer": {
        "name": "Chaitrashree G S",
        "email": "Chaitrashree.S@radisys.com",
        "time": "Tue Jul 09 17:23:04 2019 -0400"
      },
      "message": "[VOL-1771] : Support two or more ONUs which are connected on same PON port\n\nChange-Id: Ied47c5c10f58f78a086b54c0156a01e42eb398f4\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": "1110ef21952293ce2a75e12b036b156b49021745",
      "tree": "7f57613d21f3632060b9ebd903a9df878c67bf96",
      "parents": [
        "28c3e824baa8332dfd7d3952c18c49a9b68dcfbd"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Mon Jun 24 11:17:59 2019 -0400"
      },
      "committer": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Mon Jun 24 11:19:27 2019 -0400"
      },
      "message": "[VOL-1703]:\nWhile adding flow for a device, adapter makes sync call to core to fetch\nthe OLT device structure. The NNI Intf ID was then fetched from the OLT\ndevice structure.\nThis sync call during flow processing takes more seconds (2-3~ secs),\nbut core has default timeout 500ms and used to timeout. On failure it\nused to re-initiate the whole procedure again. This was going on in an\nendless loop.\nTo fix this problem, the NNI Intf ID is cached locally in the adapter,\nand there is no query initiated to Core.\n\nChange-Id: I0f9a333f44ec528517d23342c5eb7fdf1affd2e2\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": "70dd4978bfbe402bce171b492f915d5e5f860ad5",
      "tree": "a90e84ec4693116f2ba8d1461469dac03fca4ba0",
      "parents": [
        "0099c9c4f466d6817616554a3a9e6de83023b477"
      ],
      "author": {
        "name": "Devmalya Paul",
        "email": "Devmalya.Paul@radisys.com",
        "time": "Mon Jun 10 15:19:17 2019 +0530"
      },
      "committer": {
        "name": "Devmalya Paul",
        "email": "Devmalya.Paul@radisys.com",
        "time": "Tue Jun 11 09:23:54 2019 +0530"
      },
      "message": "VOL-1646 : Allow mfr description to be VOLTHA Project\n\n           Used MfrDesc field in OfpDesc message from openflow_13.proto\n           to add the mfr description field to \"VOLTHA Project\"\n\nChange-Id: I40c4f8b3cc6ce001f24f36ea9cca9036ebd6407c\n"
    },
    {
      "commit": "0099c9c4f466d6817616554a3a9e6de83023b477",
      "tree": "eb002174a0692b5f938a820a704e92faf4f9e13a",
      "parents": [
        "a3f9add9d666ba788143d7982998bddf09953858"
      ],
      "author": {
        "name": "Devmalya Paul",
        "email": "Devmalya.Paul@radisys.com",
        "time": "Mon Jun 10 14:40:30 2019 +0530"
      },
      "committer": {
        "name": "Devmalya Paul",
        "email": "Devmalya.Paul@radisys.com",
        "time": "Mon Jun 10 15:26:23 2019 +0530"
      },
      "message": "VOL-1647 : Support use of any NNI port\n\n           Removed default NNI interface ID 0 which is used for flow\n           installation for a perticular device.\n\n           It is replaced with a function to fetch the NNI interface\n           ID for the perticular device for which the flow is beign\n           installed.\n\n           If successful the function return the NNI interface ID of\n           the device else it returns -1 and the error which in turn\n           causes the flow installtion to fail.\n\nChange-Id: Ie8c7cc881aec180b053048169d24c9eec2c602b5\n"
    },
    {
      "commit": "a3f9add9d666ba788143d7982998bddf09953858",
      "tree": "775fc1f1f6effef1918327c3077048a1d1411ac6",
      "parents": [
        "dbdc134c695a5ed00fc315683427d3af4c3e3248"
      ],
      "author": {
        "name": "Mahir Gunyel",
        "email": "mahir.gunyel@netsia.com",
        "time": "Thu Jun 06 15:13:19 2019 -0700"
      },
      "committer": {
        "name": "Mahir Gunyel",
        "email": "mahir.gunyel@netsia.com",
        "time": "Mon Jun 10 04:49:40 2019 +0000"
      },
      "message": "VOL-1653 : Optimization during OMCI messaging\n\nDecreasing getDevice and GetChildDevice queries towards Core.\n\nChange-Id: Ifd8fab673e7d81075eb611e52991d8ea2131b920\n"
    },
    {
      "commit": "0fe5f7e2732f19ca3952119de25af3ef06e59c92",
      "tree": "1e0850788a19cf405f79efcbc4b15fb9e5828a6f",
      "parents": [
        "4d45150df3618be98c82b5d0dc6a89939d667c19"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Tue May 28 05:12:27 2019 -0400"
      },
      "committer": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Thu Jun 06 03:05:13 2019 -0400"
      },
      "message": "VOL-1549: Soft Reboot Edgecore asfvolt16 OLT when no ONUs are connected to it\n\nChange-Id: Ifd3c8d1b7fd4b1df19e55c2568115a385a0da166\n"
    },
    {
      "commit": "be6ab943b0484e27969c9124c51a59d3152a8a5b",
      "tree": "afe9d51c17687f53307e1817b8259bda9de25d1d",
      "parents": [
        "53afa4f8998d7f1ccc80370440a2ce92e3342f4e"
      ],
      "author": {
        "name": "Chaitrashree G S",
        "email": "Chaitrashree.S@radisys.com",
        "time": "Fri May 24 06:42:49 2019 -0400"
      },
      "committer": {
        "name": "Chaitrashree G S",
        "email": "Chaitrashree.S@radisys.com",
        "time": "Mon May 27 23:53:07 2019 -0400"
      },
      "message": "[VOL-1550] Support for OLT hard reboot with ONU connected\n\nChange-Id: I67642d847d2308f8abf8e9b90986eeecf65b2a41\n"
    },
    {
      "commit": "a93dbedc36215d755ec13364ce5ff03d15c7c953",
      "tree": "a7be13341a984e8b92b06268ef2e95070423b6ac",
      "parents": [
        "b5bf10e1cc81ba052ee2fd46c3a663d75f9be27e"
      ],
      "author": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Fri May 17 12:40:05 2019 -0400"
      },
      "committer": {
        "name": "Matt Jeanneret",
        "email": "mj3580@att.com",
        "time": "Mon May 20 17:12:35 2019 -0400"
      },
      "message": "Dep update to current voltha-go and voltha-protos\n\nvoltha-go update includes techprofile and\nresource manager common library updates.\n\nAlso flow decomposer utilities were refactored\nout of the flow_decomposer.go file into its own\nutils file.  This required a cooresponding code update.\n\nChange-Id: I785f7fdfcbc6e790bf9220d31d95afcbbf373658\nSee:  https://gerrit.opencord.org/#/c/13904/\n"
    },
    {
      "commit": "d4245158049b1a1f11492d7e65bc10f03d920f4d",
      "tree": "e08f02f1dc34f7bc9a2ec4bb8469238c907a5d41",
      "parents": [
        "9eb6cacd21f3e724cfef2f3aabca8e6f52bdeb97"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Fri May 10 00:47:31 2019 -0400"
      },
      "committer": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Wed May 15 00:10:44 2019 -0700"
      },
      "message": "VOL-1530: Hard Reboot Edgecore asfvolt16 OLT when no ONUs are connected to it\n\nChange-Id: Iaaa94911289642f86f1513d45cc987fce5c2a8f0\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": "17652a72dc1abdc7cf2ea99f9f94a392d48923ca",
      "tree": "8b9d1fb7628460339c2b784cb1b4b33451c0a7b6",
      "parents": [
        "765ad0079a7d6489744efdc0099d030ae1bfd752"
      ],
      "author": {
        "name": "manikkaraj k",
        "email": "manikkaraj.koodalingam@radisys.com",
        "time": "Mon May 06 09:06:36 2019 -0400"
      },
      "committer": {
        "name": "manikkaraj k",
        "email": "manikkaraj.koodalingam@radisys.com",
        "time": "Tue May 07 12:34:05 2019 +0000"
      },
      "message": "UNI port is derived from tunnelID and some bug fixes\nFlow-manager now uses tunnel id to derive uniport needed for futher flow processing\nAble to verify EAPOL/HSIA flows end to end with physical hardware ( Edgecore BAL OLT  \u0026 TWSH ONT kit) with  below work-around :\n\nEAPOL flow from logical device , results in installing device flows in ONU device (due to default leaf device flows in core - leafDeviceDefaultRules),\nThis flow over-rides previously installed default 4091 private rule installed from techprofile download event , Hence removed default leaf flows in rw_core to overcome this problem.\n\nChange-Id: Icdb96674545e1c58ea3f020f989a3c9dd06214bc\n"
    },
    {
      "commit": "765ad0079a7d6489744efdc0099d030ae1bfd752",
      "tree": "a17a0a4758e06398af27b11e8c2c4f8d26a88904",
      "parents": [
        "384d8c9e33667d45d5f8f97372ffe8565d204a7e"
      ],
      "author": {
        "name": "Abhilash S.L",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Wed Apr 24 16:40:57 2019 +0530"
      },
      "committer": {
        "name": "Abhilash Laxmeshwar",
        "email": "abhilash.laxmeshwar@radisys.com",
        "time": "Tue May 07 12:14:49 2019 +0000"
      },
      "message": "VOL-1381 statistics manager for openolt adapter\n\nThis is inital commit , as PM manger in core is not yet available the changeset\nis incomplete and not tested. once PM manager is available this changeset will be\nrevisited.\n\nChange-Id: I3556722fb0e5fe87d210b65c8b49e2a813b12ffe\n"
    },
    {
      "commit": "5ba46c9c38e4a126e34d8aa85a764928fd2974e3",
      "tree": "0dbb0c5486d1ed8d3b5967d2cce59fdff4018d1d",
      "parents": [
        "90e0a7a8bb109bdb79e041103ee1ce83d5065873"
      ],
      "author": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Thu Apr 25 05:00:05 2019 -0400"
      },
      "committer": {
        "name": "Girish Gowdru",
        "email": "ggowdru@radisys.com",
        "time": "Mon May 06 00:55:50 2019 -0400"
      },
      "message": "VOL-1585: Support OLT Disable/Enable when no ONUs are connected to OLT.\n          \u0027go fmt\u0027ed the code.\n\nChange-Id: I30bd7ae0c898aea27b075c23b96668980382209d\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": "adc57d196562f44c81cbee874ab1b4cb201ffa1f",
      "tree": "df61b482f712acbdc05c4af78ab7753be8a47e81",
      "parents": [
        "f61d342be7a7c761af59ee0ad3b1eee6100e5a48"
      ],
      "author": {
        "name": "Manjunath Vanarajulu",
        "email": "Manjunath.Vanarajulu@radisys.com",
        "time": "Tue Apr 23 11:07:21 2019 +0530"
      },
      "committer": {
        "name": "Manjunath Vanarajulu",
        "email": "Manjunath.Vanarajulu@radisys.com",
        "time": "Tue Apr 23 11:07:21 2019 +0530"
      },
      "message": "VOL-1378 adding dhcp flows\n\nChange-Id: I2d73836a13b0c925c01316fbdbfc84546d28df9d\n"
    },
    {
      "commit": "884c12420a8c277da144e188d002fca2384b0c1a",
      "tree": "1d568dfaf5eff6239c0354b4c12fb9ff001046e6",
      "parents": [
        "a591ab8a9c5bcd45f0c16f633e25d85adb6a58c9"
      ],
      "author": {
        "name": "Manikkaraj k",
        "email": "manikkaraj.koodalingam@radisys.com",
        "time": "Thu Apr 11 16:26:42 2019 +0530"
      },
      "committer": {
        "name": "manikkaraj k",
        "email": "manikkaraj.koodalingam@radisys.com",
        "time": "Fri Apr 19 10:24:29 2019 +0000"
      },
      "message": "Code changes for handling HSIA flows\nChanges for techprofile-download-req msg to onu adapter and bug fixes\n\nChange-Id: I8b235dd03e3c5db7b134fc16d59b3cb67993b52f\n"
    },
    {
      "commit": "ea86948998a24d0850679afd558cb15dcf7c06f7",
      "tree": "4d803e92943feb79e61f4bf9475e690378051736",
      "parents": [
        "e530104087f6c555e89c6801c8dcb7710345e72c"
      ],
      "author": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Tue Apr 09 15:16:11 2019 -0400"
      },
      "committer": {
        "name": "William Kurkian",
        "email": "wkurkian@cisco.com",
        "time": "Wed Apr 10 12:23:08 2019 -0400"
      },
      "message": "VOL-1558 Implementation of openolt adapter with dep for dependency management\nAlso updated the build system to take this into account.\n\nCurrently dep ensure fails due to missing libraries in voltha-go, but the vendor folder has been updated otherwise.\nThis can be worked around in development using the LOCAL_VOLTHAGO variable described in the readme\nThis does not build currrently, but that is due to missing code in voltha-go master.\n\nThis pattern is consistent with how voltha-go does things, but does not leave you dependent on it to build.\n\nSee the readme for how to use dep.\n\nThe resourcemanager file is no longer hidden.\n\nChange-Id: I25b8472dbc517b193970597c9f43ddff18c2d89f\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": "7b2a8c3277ef9ec51f6eaa8dc0d16116554bf4e1",
      "tree": "266051c0cdc160b3a78c2da14bece85dcae0d5a2",
      "parents": [
        "39ecd41d067d8a29c9685d56c31655a7cf46ed52"
      ],
      "author": {
        "name": "cuilin2018",
        "email": "lcui@cigtech.com",
        "time": "Tue Mar 26 19:52:28 2019 -0700"
      },
      "committer": {
        "name": "cuilin2018",
        "email": "lcui@cigtech.com",
        "time": "Wed Mar 27 08:29:01 2019 -0700"
      },
      "message": "VOL-1510 inter adapter communication implementation in openolt adapter VOLTHA2.X\n\nChange-Id: Icfd6dc65ee326aa01b38849d745d73ae8b378337\n"
    },
    {
      "commit": "39ecd41d067d8a29c9685d56c31655a7cf46ed52",
      "tree": "43c4fcadeeda74bd472b43b93bf281e4ab69e83a",
      "parents": [
        "7f17e403358c4f19f91774514eb983d695f132cf"
      ],
      "author": {
        "name": "Manjunath Vanaraj",
        "email": "Manjunath.Vanarajulu@radisys.com",
        "time": "Fri Mar 15 20:05:41 2019 +0530"
      },
      "committer": {
        "name": "Manjunath Vanarajulu",
        "email": "Manjunath.Vanarajulu@radisys.com",
        "time": "Mon Mar 25 05:57:36 2019 +0000"
      },
      "message": "VOL-1518 Platform Utilities for OpenOLT Adapter\n\nChange-Id: I148b7224c05dd7f04020db16aa439386c198422a\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"
    },
    {
      "commit": "4c62c8058c1ae685c59a490463e8916e1782141b",
      "tree": "561e401e8d43a93211e4b487446b7c0823463b31",
      "parents": [
        "276bc423e8da28e17abcc218d166dd26645499bd"
      ],
      "author": {
        "name": "Phaneendra Manda",
        "email": "phaneendra.manda@radisys.com",
        "time": "Wed Mar 06 21:37:49 2019 +0530"
      },
      "committer": {
        "name": "phaneendra manda",
        "email": "phaneendra.manda@radisys.com",
        "time": "Mon Mar 11 14:46:39 2019 +0000"
      },
      "message": "VOL-1374: OLT Activation with Edgecore asfvolt16\n\nChange-Id: I61ce4b0a6a3666070d08a162251d42d90817f409\n"
    }
  ]
}
