A1 Mediator enhancements for A1-EI

Implementation to support A1-EI interface defined at nonRT RIC (ECS
service). This process include three steps :

* query A1-EI types
* create A1-EI Job
* handle data delivered from A1-EI producer

Issue-ID: RIC-129
Change-Id: I552569b01e8d31c056b336bafe787f7c380aace5
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
5 files changed
tree: ea356682cd843ef0d06036da07ca12033457fa02
  1. a1/
  2. docs/
  3. integration_tests/
  4. releases/
  5. tests/
  6. .bumpversion.cfg
  7. .dockerignore
  8. .gitattributes
  9. .gitignore
  10. .gitreview
  11. .readthedocs.yaml
  12. container-tag.yaml
  13. Dockerfile
  14. Dockerfile-Unit-Test
  15. Dockerfile_alpine
  16. INFO.yaml
  17. LICENSE.txt
  18. local.rt
  19. README.md
  20. rmr-version.yaml
  21. setup.py
  22. tox-integration.ini
  23. 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.