commit | 40caa314d23122f0bd25c0e66b65d10303538164 | [log] [tgz] |
---|---|---|
author | Tommy Carpenter <tc677g@att.com> | Thu Sep 12 16:24:10 2019 -0400 |
committer | Tommy Carpenter <tc677g@att.com> | Tue Sep 17 10:28:26 2019 -0400 |
tree | c85d91c6161b5f27f84f308c76830b70dc58b938 | |
parent | d1cc75a2ca8d41cecb8bd67f9bc934c53035b43b [diff] |
Towards release 1.0.0 (for O-RAN A) - Implement the Release A spec in openapi.yaml - Rework A1 to follow that spec - Remove rmr_mapping now that we use policyid as the mtype to send and a well known mtype for the ACKs - Add the delay receiver test to the tavern integration tests - Remove unneeded ENV variables from helm charts - Switch away from builder images to avoid quicksand; upgrade rmr at our own pace Change-Id: I62de4c7b9b06fbdc309c4c07213b76400036c95e Signed-off-by: Tommy Carpenter <tc677g@att.com>
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.