commit | 9f30fc12970e991d7ae07c56ce2f7bb559c74698 | [log] [tgz] |
---|---|---|
author | Lott, Christopher (cl778h) <cl778h@att.com> | Tue May 26 13:31:48 2020 -0400 |
committer | Lott, Christopher (cl778h) <cl778h@att.com> | Tue May 26 15:25:56 2020 -0400 |
tree | 81c99b148959a69a841bf8f35f773eaad8f64f12 | |
parent | 2222dfa30b37521fedb89ab9bc058aeaf726b329 [diff] |
Repair send-message methods for free and retry * Fix _send_msg method to free allocated RMR message buffers * Adjust send-message methods to retry only on RMR_ERR_RETRY * Use constants from ricxappframe.rmr instead of hardcoded strings * Upgrade RMR to version 4.0.5 * Upgrade tavern to version 1.2.2 * Bump version to 2.1.9 Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com> Change-Id: I9a68727a24c27b2df2a03a14d7570308e3f19d7a
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.