Add the Policy Management Service API

Change-Id: I1c816846ebc2d459d0619550c6e127735652d076
Issue-ID: CCSDK-2597
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
1 file changed
tree: e00f35a8f65b04ae328b7296196b8d8f5d412b7c
  1. a1-adapter/
  2. a1-policy-management/
  3. .gitignore
  4. .gitreview
  5. INFO.yaml
  6. LICENSE.txt
  7. pom.xml
  8. README.md
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".