Updating RMR version
Issue-ID: RIC-729
Signed-off-by: sjana <sj492a@att.com>
Change-Id: I0f72d0e071279642c89f17ad8f6823519f8806fb
diff --git a/Dockerfile b/Dockerfile
index ec84730..b4e93e5 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -56,7 +56,7 @@
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
diff --git a/Dockerfile-Unit-Tests b/Dockerfile-Unit-Tests
index dca0abc..b14d62d 100755
--- a/Dockerfile-Unit-Tests
+++ b/Dockerfile-Unit-Tests
@@ -56,7 +56,7 @@
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
diff --git a/container-tag.yaml b/container-tag.yaml
index eef6e88..749a37a 100644
--- a/container-tag.yaml
+++ b/container-tag.yaml
@@ -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'
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 38bbd7a..fb32bff 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -21,7 +21,7 @@
| **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 @@
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 @@
| **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 |
diff --git a/rmr-version.yaml b/rmr-version.yaml
index ceaf505..48da7e8 100644
--- a/rmr-version.yaml
+++ b/rmr-version.yaml
@@ -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