commit | 06a1a14f49cd65f6836fb3bb6d772c076b8f9f11 | [log] [tgz] |
---|---|---|
author | E. Scott Daniels <daniels@att.com> | Thu May 13 09:12:28 2021 -0400 |
committer | Scott Daniels <escottdaniels@gmail.com> | Mon May 17 12:42:07 2021 -0400 |
tree | 2c7bb4dd36ff5b291f3b8097e1c0d2c1cd5faf8e | |
parent | ed64e893ebeb812a0398fc31d95f814153b716ba [diff] |
Base docker image on ubuntu The use of alpine as a base for images has been strongly discouraged and thus this change drprecates the original Dockerfile (moving it to Dockerfile_alpine) and creates a new, Ubuntu 18.04 based, Dockerfile in its place. The change also bumps the RMR version to the latest (4.7.4) Issue-ID: RIC-787 Signed-off-by: E. Scott Daniels <daniels@att.com> Change-Id: I8208eeb3720c90311b3e474554f9f0dfd10e9b8b
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.