Revert RTS to use unidirectional connection 52/2552/1 3.2.3
authorE. Scott Daniels <daniels@research.att.com>
Fri, 21 Feb 2020 18:58:19 +0000 (13:58 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 21 Feb 2020 18:58:19 +0000 (13:58 -0500)
commit99584a241c64d29fc20e74a4b4e01427d0f00e73
treec1a95995120e3cc04e617dc539a2f40a58fe1380
parent6d112571b27574ae857da7cb8dc8758ffee4ff60
Revert RTS to use unidirectional connection

Because of potential performance impacts it was decided to
revert return to sender messages to NOT use the same
connection that the message was received on.  This applies
only to the SI95; RTS has always been on uni-directional
connections with NNG.

This change also enables the MEID routing in the SI95 code.

Issue-ID: RIC-153

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I6415effb3283f5961aa0098f1ff0d1380d7aa197
CHANGES
CMakeLists.txt
src/rmr/common/include/rmr_agnostic.h
src/rmr/common/src/rt_generic_static.c
src/rmr/nng/src/rtable_nng_static.c
src/rmr/si/src/rmr_si.c
src/rmr/si/src/rtable_si_static.c
src/rmr/si/src/sr_si_static.c