From 359d35e90982882267d7284e2a5ead77a28560d2 Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Thu, 7 Nov 2019 08:41:07 -0500 Subject: [PATCH] Add mtypes for multiple e2-term instances New message type constants added to support efforts for multiple active instances of e2-term. CP: dev-b Signed-off-by: E. Scott Daniels Change-Id: If4b3997e0b4c2b8fe2f66cd48d4ed29fc9caa487 --- CMakeLists.txt | 4 ++-- src/rmr/common/include/RIC_message_types.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 330b36b..178b64b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" ) diff --git a/src/rmr/common/include/RIC_message_types.h b/src/rmr/common/include/RIC_message_types.h index e679ec5..0e78dcd 100644 --- a/src/rmr/common/include/RIC_message_types.h +++ b/src/rmr/common/include/RIC_message_types.h @@ -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 -- 2.16.6