SEBA-669 partial fix - protects volt app from repeated add-subscriber calls
or erroneous add and remove subscriber calls that happen too close to each other.

A complete fix would also require NEM to not make these calls - see SEBA-743 and SEBA-744.
A number of log messages were also improved.

Change-Id: I88bae2883d056b1fa1f5ebec6aa5e872e979b3c7
(cherry picked from commit 4c1a6a93cce74d87dccc69b09f21e075752aa630)
2 files changed
tree: 0909f532e45c5f455e32039120d66c001ff871b1
  1. .cloudbees.md
  2. .gitignore
  3. .gitreview
  4. LICENSE.txt
  5. README.md
  6. TEST-README.md
  7. api/
  8. app/
  9. pom.xml
README.md

ONOS OLT OpenFlow Control Application

Build

Let's build all the code

mvn clean install