Update documentation

Change-Id: I308ccb6b97eacecf85f3adbcb258905613420a97
Issue-ID: CCSDK-2966
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
7 files changed
tree: 9b8429345b81f48147c72baa72521a78e9316fb7
  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".