commit | 3687c57a7252b0aa5b866f3e5d1e1b890d2c8da3 | [log] [tgz] |
---|---|---|
author | William Kurkian <wkurkian3@gmail.com> | Fri Oct 11 15:29:17 2019 -0400 |
committer | William Kurkian <wkurkian3@gmail.com> | Fri Oct 11 16:22:36 2019 -0400 |
tree | c5942b2623308430d6199a3d57f27fb640f6b193 | |
parent | 203314beba7e270ddbbf9e9dc507cb4369127dfb [diff] |
xAdded lock around the use of OnuOmciStateMap to prevent a concurrent map write issue. I considered using a structure like sync.Map or other concurrency safe map, but those don't offer type safety like the built in map object. Added some missing licensing and a VERSION file as Jenkins is requiring it. Change-Id: I755709ab4678da12c7585824074a1877f98a5ea1