mdsalhelper patch

fix mdsalhelper handling of certain types when calling to builder

Change-Id: I01c1df75ad71426a891ea885ac3f7631d1b28c1b
Issue-ID: CCSDK-626
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
4 files changed
tree: 7ae2b292e93491c30d9700bcd158fff024ce9f23
  1. dblib/
  2. features/
  3. filters/
  4. sli/
  5. sliapi/
  6. sliPluginUtils/
  7. src/
  8. utils/
  9. .gitignore
  10. INFO.yaml
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. version.properties
README.md

This source repository contains the code for the core SDN Controller components. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.

  2. To compile, run "mvn clean install".