Fix startup CrashLoopBackOff issue 20/7720/1 1.2.1
authorAlexandre Huff <alexandrehuff@utfpr.edu.br>
Wed, 9 Feb 2022 15:41:41 +0000 (12:41 -0300)
committerAlexandre Huff <alexandrehuff@utfpr.edu.br>
Wed, 9 Feb 2022 15:41:41 +0000 (12:41 -0300)
Traffic steering xApp crashes on startup due to a bug in
xapp-frame-cpp $XAPP_DESCRIPTOR_PATH parser.

This change updates both xapp-frame-cpp and RMR dependencies
to fix the CrashLoopBackOff issue in TS xApp.

Issue-ID: RICAPP-186

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: Ifd06d19a8200e2842b0c9e06b79d42a70f6b8041

CMakeLists.txt
Dockerfile
container-tag.yaml
docs/rel-notes.rst
rmr-version.yaml
xapp-descriptor/config.json

index 0d91221..3502dc4 100644 (file)
@@ -34,7 +34,7 @@ cmake_minimum_required( VERSION 3.14 )
 
 set( major_version "1" )               # until CI supports auto tagging; must hard set
 set( minor_version "2" )
-set( patch_level "0" )
+set( patch_level "1" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_inc "/usr/local/include" )
index c684466..2e09d79 100644 (file)
@@ -40,9 +40,9 @@ ARG SRC=.
 WORKDIR /playpen
 
 # versions we snarf from package cloud
-ARG RMR_VER=4.7.4
+ARG RMR_VER=4.8.1
 # ARG SDL_VER=1.0.4
-ARG XFCPP_VER=2.3.3
+ARG XFCPP_VER=2.3.6
 
 # package cloud urls for wget
 ARG PC_REL_URL=https://packagecloud.io/o-ran-sc/release/packages/debian/stretch
index 145646b..4489ca2 100644 (file)
@@ -1,3 +1,3 @@
 # this is used by CI jobs to apply a tag when it builds the image
 ---
-tag: '1.2.0'
+tag: '1.2.1'
index ec78ea2..1c27547 100644 (file)
@@ -9,6 +9,10 @@
 Traffic Steering xAPP
 =====================
 
+2022 Feb 9 Version 1.2.1
+--------------------------
+        Update both xapp-frame-cpp and RMR dependencies
+
 2021 Dec 8 Version 1.2.0
 --------------------------
         Update TS xApp for Release E use case and changes to integrate with RC xApp
index dbec252..802fbb9 100644 (file)
@@ -1,3 +1,3 @@
 # Communicate to CI which version of RMR to install in the build/vet environment
 ---
-version: 4.7.4
+version: 4.8.1
index e3c33c8..e2eba42 100644 (file)
@@ -1,13 +1,13 @@
 {
         "xapp_name": "trafficxapp",
-        "version": "1.2.0",
+        "version": "1.2.1",
         "containers": [
             {
                 "name": "trafficxapp",
                 "image": {
                     "registry": "nexus3.o-ran-sc.org:10002",
                     "name": "o-ran-sc/ric-app-ts",
-                    "tag": "1.2.0"
+                    "tag": "1.2.1"
                 }
             }
         ],