Fix message type constant name for TS_QUE_PREDICTION 43/3443/1
authorE. Scott Daniels <daniels@research.att.com>
Fri, 24 Apr 2020 01:20:54 +0000 (21:20 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 24 Apr 2020 01:20:54 +0000 (21:20 -0400)
The constant for message type 30002 was not correct.

Issue-ID: RIC-342

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

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

index 481452c..4a275d8 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 22; version 4.0.1
+       Correct message type constant for Traffic Steering predication (RIC-342)
+
 2020 April 21; version 4.0.0
        The NNG based libraries are no longer included in the RMR packages.
        This is considered a breaking change as NNG will not be supported by
index a8aa1ba..578a484 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 "0" )
+set( patch_level "1" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_inc "include/rmr" )
index d28fe42..75b7f98 100644 (file)
 // --- application specific message numbers 30000 - 39999
 
 #define TS_UE_LIST                                     30000           // traffic steering
-#define TS_QOE_PRED_REQ                                30001
+#define TS_QUE_PRED_REQ                                30001
 #define TS_QUE_PREDICTION                      30002
 
 #define MC_REPORT                                      30010           // Measurement campaign xApp reports