Correct traffic steering message type constants 34/3534/1 4.04
authorE. Scott Daniels <daniels@research.att.com>
Wed, 29 Apr 2020 17:16:11 +0000 (13:16 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Wed, 29 Apr 2020 17:16:11 +0000 (13:16 -0400)
The original correction got the "fix" backwards.
This changes QUE to QOE as it was supposed to be.

Issue-ID: RIC-342

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I72a4869c5bd2e6db29e8243a460b9c2503c7fc1e

CHANGES_CORE.txt
CMakeLists.txt
src/rmr/common/include/RIC_message_types.h

index 3d943cc..d9d558c 100644 (file)
@@ -5,6 +5,9 @@
 # API and build change  and fix summaries. Doc correctsions
 # and/or changes are not mentioned here; see the commit messages.
 
+2020 April 29; version 4.0.4
+       Fix the traffic steering message type constants (again) (RIC-342)
+
 2020 April 28; version 4.0.3
        Fix sonar flagged bugs (RIC-78)
 
index a858a8e..17be9ed 100644 (file)
@@ -41,7 +41,7 @@ cmake_minimum_required( VERSION 3.5 )
 
 set( major_version "4" )               # should be automatically populated from git tag later, but until CI process sets a tag we use this
 set( minor_version "0" )
-set( patch_level "3" )
+set( patch_level "4" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_inc "include/rmr" )
index 75b7f98..8452302 100644 (file)
 // --- application specific message numbers 30000 - 39999
 
 #define TS_UE_LIST                                     30000           // traffic steering
-#define TS_QUE_PRED_REQ                                30001
-#define TS_QUE_PREDICTION                      30002
+#define TS_QOE_PRED_REQ                                30001
+#define TS_QOE_PREDICTION                      30002
 
 #define MC_REPORT                                      30010           // Measurement campaign xApp reports