Add message types for E2 setup 40/2540/1 3.2.1
authorE. Scott Daniels <daniels@research.att.com>
Wed, 19 Feb 2020 14:47:06 +0000 (09:47 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Wed, 19 Feb 2020 14:47:06 +0000 (09:47 -0500)
Issue-ID: RIC-214

Message types added to the RIC header in rmr.

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

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

diff --git a/CHANGES b/CHANGES
index eea67a4..e01ab41 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
 API and build change  and fix summaries. Doc correctsions
 and/or changes are not mentioned here; see the commit messages.
 
+2020 February 19; version 3.2.1
+       Added missing message types (E2-Setup)
+
 2020 February 18; version 3.2.0
        Added support for new Route Manager and it's ability to accept
        a request for table update.
index 6bf455b..b817699 100644 (file)
@@ -38,7 +38,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 "2" )
-set( patch_level "0" )
+set( patch_level "1" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_inc "include/rmr" )
index 8e0c67c..8149a9d 100644 (file)
 
 #define RIC_GNB_STATUS_INDICATION      10450
 
+#define RIC_E2_SETUP_REQ                       12001
+#define RIC_E2_SETUP_RESP                      12002
+#define RIC_E2_SETUP_FAILURE           12003
+
 #define RIC_SUB_REQ                                    12010
 #define RIC_SUB_RESP                           12011
 #define RIC_SUB_FAILURE                                12012