commit | 20d87ede528b9c509fe1b0c51c6383b8d307c2c8 | [log] [tgz] |
---|---|---|
author | Lott, Christopher (cl778h) <cl778h@att.com> | Wed Apr 29 16:50:06 2020 -0400 |
committer | Lott, Christopher (cl778h) <cl778h@att.com> | Wed Apr 29 16:50:06 2020 -0400 |
tree | 3a845e066ac1958df22e7d65c803c37d4b517ee0 | |
parent | fe30c1726c397b1ee100cd3d3795758e7d21b6bf [diff] |
Add USE_FAKE_SDL to mock the data storage layer This new environment variable in the Dockerfile exposes existing functionality in the data module. Default is False, the current behavior. Set to True to work with A1 Mediator standalone. Issue-ID: RIC-351 Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com> Change-Id: I7efbe325e3c9536181c95eec63662d7a98a29ff4
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.