Add ability to control route table req frequency 03/4503/2 4.2.0
authorE. Scott Daniels <daniels@research.att.com>
Mon, 3 Aug 2020 13:22:20 +0000 (09:22 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Mon, 3 Aug 2020 16:38:14 +0000 (12:38 -0400)
commit9c923bcc9322c22220b574671c7b46f10008c614
tree76dedaf2bf157c683ca6adbf9b86bf2109b3903e
parentece5bbead6922f59982227c9941babdd6054cf17
Add ability to control route table req frequency

This change introduces the RMR_RTREQ_FREQ environment variable
which allows the frequency that RMR will send requests to the
route manager to be externally controlled. Valid values are between
1 and 300 seconds inclusive.

This change also closes a test initialisation issue causing unit
test failures in the CI environment.

Issue-ID: RIC-630

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I399cca797c6b13a1b7fab0c9c17d54c419cf169f
19 files changed:
CHANGES_CORE.txt
CMakeLists.txt
doc/src/library/config.im
doc/src/library/index_snatch.im
doc/src/man/env_var_list.im
docs/config-deploy.rst
docs/rel-notes.rst
docs/rmr.7.rst
docs/rmr_init.3.rst
docs/user-guide.rst
src/rmr/common/include/rmr_agnostic.h
src/rmr/common/src/logging.c
src/rmr/common/src/rt_generic_static.c
src/rmr/common/src/rtc_static.c
src/rmr/si/src/rtable_si_static.c
src/rmr/si/src/sr_si_static.c
test/rt_static_test.c
test/sr_si_static_test.c
test/test_support.c