Updating RMR version 02/5302/4 1.1.0 1.1.1
authorsjana <sj492a@att.com>
Thu, 10 Dec 2020 18:42:50 +0000 (13:42 -0500)
committersjana <sj492a@att.com>
Thu, 10 Dec 2020 19:37:27 +0000 (14:37 -0500)
Issue-ID: RIC-729

Signed-off-by: sjana <sj492a@att.com>
Change-Id: I0f72d0e071279642c89f17ad8f6823519f8806fb

Dockerfile
Dockerfile-Unit-Tests
container-tag.yaml
docs/release-notes.rst
rmr-version.yaml

index ec84730..b4e93e5 100755 (executable)
@@ -56,7 +56,7 @@ RUN dpkg -i mdclog_${MDC_VER}_amd64.deb
 RUN dpkg -i mdclog-dev_${MDC_VER}_amd64.deb
 
 # Install RMr using debian package hosted at packagecloud.io
-ARG RMR_VER=4.0.5
+ARG RMR_VER=4.4.6
 RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMR_VER}_amd64.deb/download.deb
 RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMR_VER}_amd64.deb/download.deb
 RUN dpkg -i rmr_${RMR_VER}_amd64.deb
index dca0abc..b14d62d 100755 (executable)
@@ -56,7 +56,7 @@ RUN dpkg -i mdclog_${MDC_VER}_amd64.deb
 RUN dpkg -i mdclog-dev_${MDC_VER}_amd64.deb
 
 # Install RMr using debian package hosted at packagecloud.io
-ARG RMR_VER=4.0.2
+ARG RMR_VER=4.4.6
 RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMR_VER}_amd64.deb/download.deb
 RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMR_VER}_amd64.deb/download.deb
 RUN dpkg -i rmr_${RMR_VER}_amd64.deb
index eef6e88..749a37a 100644 (file)
@@ -1,4 +1,4 @@
 # this is used by CI jobs to apply a tag when it builds the image
 ---
-tag: '1.0.6'
+tag: '1.1.0'
 
index 38bbd7a..fb32bff 100644 (file)
@@ -21,7 +21,7 @@ Version history
 | **Date**           | **Ver.**           | **Author**         | **Comment**        |
 |                    |                    |                    |                    |
 +--------------------+--------------------+--------------------+--------------------+
-| 2020-06-09         | 1.0.6              |   Shraboni Jana    | Sixth draft        |
+| 2020-12-10         | 1.1.0              |   Shraboni Jana    | Seventh draft      |
 |                    |                    |                    |                    |
 +--------------------+--------------------+--------------------+--------------------+
 
@@ -29,9 +29,9 @@ Version history
 
 Summary
 -------
-
-The Bronze release of the HW xAPP demonstrates E2 and A1 interface interactions, persistent storage read-write, RMR and A1 healthcheck. 
-HW xAPP uses its HelloWorld E2SM (can be found at hw/src/xapp-asn/e2sm/) for ASN PDUs.
+The HelloWorld xApp Cherry release has a full implementation of the HW E2 SM including subscription, indication and control as well as C++ class wrappers for all the E2 messages related to HW E2 SM.
+The HW xAPP demonstrates E2 and A1 interface interactions, persistent storage read-write, RMR and A1 healthcheck. 
+HW xAPP uses its HelloWorld E2SM (can be found at hw/docs/).
 
 
 Release Data
@@ -44,10 +44,10 @@ Release Data
 | **Repo/commit-ID**                   |        ric-app/hw                    |
 |                                      |                                      |
 +--------------------------------------+--------------------------------------+
-| **Release designation**              |              Bronze                  |
+| **Release designation**              |              Cherry                  |
 |                                      |                                      |
 +--------------------------------------+--------------------------------------+
-| **Release date**                     |      2020-21-05                      |
+| **Release date**                     |      2020-12-11                      |
 |                                      |                                      |
 +--------------------------------------+--------------------------------------+
 | **Purpose of the delivery**          | open-source Hello World xAPP         |
index ceaf505..48da7e8 100644 (file)
@@ -1,3 +1,3 @@
 # Communicate to CI which version of RMR to install in the build/vet environment
 ---
-version: 4.0.5
+version: 4.4.6