Towards a1 1.0.0; DELETE, no vector:

* Implement instance delete
* Moves away from the status vector and now aggregates statuses
* Pop through a1s mailbox "3x as often"; on all 3 kinds of instance GET since all such calls want the latest information
* Misc cleanups in controller
* Add rmr-version.yaml for CICD jobs

Change-Id: I7290652784b2d6d297dd9e78af3051eba209651c
Signed-off-by: Tommy Carpenter <tc677g@att.com>
15 files changed
tree: 2194abefa1f86ec6ca98690b454e094d3f3b9b25
  1. a1/
  2. docs/
  3. integration_tests/
  4. tests/
  5. .dockerignore
  6. .gitattributes
  7. .gitignore
  8. .gitreview
  9. container-tag.yaml
  10. Dockerfile
  11. Dockerfile-Unit-Test
  12. install_deps.sh
  13. LICENSE.txt
  14. pom.xml
  15. README.md
  16. rmr-version.yaml
  17. setup.py
  18. tox-integration.ini
  19. tox.ini
README.md

RIC A1 Mediator

The xApp A1 mediator exposes a generic REST API by which xApps can receive and send northbound messages. The A1 mediator will take the payload from such generic REST messages, validate the payload, and then communicate the payload to the xApp via RMR messaging.

Please see documentation in the docs/ subdirectory.