Add release notes to documentation 70/1770/2
authorvlad shkapenyuk <vshkap@research.att.com>
Mon, 25 Nov 2019 20:09:06 +0000 (15:09 -0500)
committerVlad Shkapenyuk <vshkap@research.att.com>
Mon, 25 Nov 2019 20:13:13 +0000 (20:13 +0000)
Signed-off-by: vlad shkapenyuk <vshkap@research.att.com>
Change-Id: Ie51f3bb0129902766a9da2be5d121372c65e4208

docs/index.rst
docs/release-notes.rst [new file with mode: 0644]

index a1d0689..b89431b 100644 (file)
@@ -12,6 +12,7 @@ RIC Measurement Campaign (MC) xApp
 
    overview.rst
    readme.rst
+   release-notes.rst
 
 
 * :ref:`search`
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
new file mode 100644 (file)
index 0000000..b276bfc
--- /dev/null
@@ -0,0 +1,72 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. SPDX-License-Identifier: CC-BY-4.0
+.. Copyright (C) 2019 AT&T
+
+
+Release Notes
+=============
+
+
+This document provides the release notes for the Amber Release of the Measurement Campaign xAPP.
+
+.. contents::
+   :depth: 3
+   :local:
+
+
+Version history
+---------------
+
++--------------------+--------------------+--------------------+--------------------+
+| **Date**           | **Ver.**           | **Author**         | **Comment**        |
+|                    |                    |                    |                    |
++--------------------+--------------------+--------------------+--------------------+
+| 2019-11-25         | 1.0.0              |   Vlad Shkapenyuk  | First draft        |
+|                    |                    |                    |                    |
++--------------------+--------------------+--------------------+--------------------+
+
+
+
+Summary
+-------
+
+The Amber release of the MC xAPP supports calculation of a number of metrics and KPIs 
+based on X2 messages received from UEEC.
+
+
+Release Data
+------------
+
++--------------------------------------+--------------------------------------+
+| **Project**                          | RAN Intelligent Controller           |
+|                                      |                                      |
++--------------------------------------+--------------------------------------+
+| **Repo/commit-ID**                   |        ric-app/mc                    |
+|                                      |                                      |
++--------------------------------------+--------------------------------------+
+| **Release designation**              |              Amber                   |
+|                                      |                                      |
++--------------------------------------+--------------------------------------+
+| **Release date**                     |      2019-11-14                      |
+|                                      |                                      |
++--------------------------------------+--------------------------------------+
+| **Purpose of the delivery**          | open-source measurement campaign xApp|
+|                                      |                                      |
+|                                      |                                      |
++--------------------------------------+--------------------------------------+
+
+Components
+----------
+
+- mc-core/* contains the source of core MC xApp container.
+  + *mc-core/mc/queries/* contains a set of queries computing the output metrics and KPIs.
+  + *mc-core/mc/data_gen/* contains a generator of X2 messages to run MC in standalone simulation mode without UEEC.
+  
+- *sidecars/* contains the source code the RMR listener container responsible for listeting to UEEC messages and forwarding them to mc-core.
+
+- *docs/* contains the documentation.
+  
+
+Dependencies
+------------
+- MC xApp relies the GS-lite stream processing engine (com/gs-lite).