From: E. Scott Daniels Date: Wed, 19 Feb 2020 14:47:06 +0000 (-0500) Subject: Add message types for E2 setup X-Git-Tag: 3.2.1^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=inline;h=ab6d04ce30514b16ba5821fcc788157b4779a4a3;p=ric-plt%2Flib%2Frmr.git Add message types for E2 setup Issue-ID: RIC-214 Message types added to the RIC header in rmr. Signed-off-by: E. Scott Daniels Change-Id: I38612fd7915090a515da07986df830f3a72bf8e9 --- diff --git a/CHANGES b/CHANGES index eea67a4..e01ab41 100644 --- 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. diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bf455b..b817699 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" ) diff --git a/src/rmr/common/include/RIC_message_types.h b/src/rmr/common/include/RIC_message_types.h index 8e0c67c..8149a9d 100644 --- a/src/rmr/common/include/RIC_message_types.h +++ b/src/rmr/common/include/RIC_message_types.h @@ -109,6 +109,10 @@ #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