Add new message types to header file 10/510/1
authorE. Scott Daniels <daniels@research.att.com>
Fri, 12 Jul 2019 19:00:28 +0000 (15:00 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 12 Jul 2019 19:00:28 +0000 (15:00 -0400)
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I4d3a89029d2ad33da6d4737aab4abc0f308a574f

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

diff --git a/CHANGES b/CHANGES
index 0d8dbfa..e39544c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,12 @@
 
 Change Summaries
 
+2019 July 12; Version 1.0.38
+       Added new message types to RIC_message_types.h.
+
 2019 July 11; Version 1.0.37
 
        librmr and librmr_nng 
                - Add message buffer API function rmr_trace_ref()
                  (see rmr_trace_ref.3 manual page in dev package).
+
index 7e27358..445f0a2 100644 (file)
@@ -31,7 +31,7 @@ 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 "0" )
-set( patch_level "37" )
+set( patch_level "38" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_lib "lib" )
index e56e373..cf97978 100644 (file)
@@ -85,6 +85,9 @@
 
 #define DC_ADM_INT_CONTROL                     20000   
 #define DC_ADM_INT_CONTROL_ACK         20001   
+#define DC_ADM_GET_POLICY                      20002
+#define DC_ADM_GET_POLICY_ACK          20003
+
 
 
 // ---- these are old (release 0) definitions and should not be used ------