Add component structure + initial pom files

Change-Id: I232d08c675cce1f70343f5d3ec541bf9a2a73f0e
Issue-ID: CCSDK-2597
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
3 files changed
tree: 8bec3ce8d13cd97603087b94861f8d4d0ef144a1
  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".