Add missing mc report message type to header 82/3282/1 3.7.4
authorE. Scott Daniels <daniels@research.att.com>
Wed, 15 Apr 2020 15:28:11 +0000 (11:28 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Wed, 15 Apr 2020 15:28:11 +0000 (11:28 -0400)
The type 30010 was not defined in the header file; it now is.

Issue-ID: RIC-334

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

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

index 9500781..80f7e61 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 15; version 3.7.4
+       Add missing message type to header file (RIC-334)
+
 2020 April 14; version 3.7.3
        Fix bug in rmr_call() when using SI95  (RIC-333)
 
index a08762a..8df2a92 100644 (file)
@@ -40,7 +40,7 @@ cmake_minimum_required( VERSION 3.5 )
 
 set( major_version "3" )               # should be automatically populated from git tag later, but until CI process sets a tag we use this
 set( minor_version "7" )
-set( patch_level "3" )
+set( patch_level "4" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_inc "include/rmr" )
index c3660a2..03b212b 100644 (file)
 #define TS_QOE_PRED_REQ                                30001
 #define TS_QUE_PREDICTION                      30002
 
+#define MC_REPORT                                      30010           // Measurement campaign xApp reports
 
 
 // ---- these are old (release 0) definitions and should not be used ------