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
2 files changed
tree: 2340ba75dbde6fb7b3a0fe31728342198b2440a9
  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