Bugfix, GET policy V2

Did not return transient flag.
Improved somew unittests

Skipped unwanted service callback when RIC is removed

Change-Id: I3ca3be5d4592c2a1b31d3b1a23fe601d1d3f85a2
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
8 files changed
tree: b7a8ca2f199fcfd2b7eb1ec45e2e64eeb1058516
  1. a1-adapter/
  2. a1-policy-management/
  3. docs/
  4. releases/
  5. .gitignore
  6. .gitreview
  7. .readthedocs.yaml
  8. INFO.yaml
  9. LICENSE.txt
  10. pom.xml
  11. README.md
  12. version.properties
README.md

This source repository contains the code for the ORAN A1 related 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".