Add mtypes for multiple e2-term instances 24/1924/1
authorE. Scott Daniels <daniels@research.att.com>
Thu, 7 Nov 2019 13:41:07 +0000 (08:41 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Wed, 4 Dec 2019 13:58:16 +0000 (08:58 -0500)
New message type constants added to support efforts for multiple
active instances of e2-term.

CP: dev-b
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: If4b3997e0b4c2b8fe2f66cd48d4ed29fc9caa487

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

index 330b36b..178b64b 100644 (file)
@@ -35,8 +35,8 @@ project( rmr LANGUAGES C )
 cmake_minimum_required( VERSION 3.5 )
 
 set( major_version "1" )               # should be automatically populated from git tag later, but until CI process sets a tag we use this
-set( minor_version "11" )
-set( patch_level "2" )
+set( minor_version "12" )
+set( patch_level "0" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_inc "include/rmr" )
index e679ec5..0e78dcd 100644 (file)
@@ -42,6 +42,8 @@
 #define RIC_SCTP_CLEAR_ALL                     1090
 
 #define        E2_TERM_INIT                            1100
+#define E2_TERM_KEEP_ALIVE_REQ         1101
+#define E2_TERM_KEEP_ALIVE_RESP                1102
 
 #define        RAN_CONNECTED                           1200
 #define        RAN_RESTARTED                           1210