Fix message marker for src reset on send/rts 03/2603/2 3.2.5
authorE. Scott Daniels <daniels@research.att.com>
Wed, 26 Feb 2020 19:28:54 +0000 (14:28 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Wed, 26 Feb 2020 20:13:58 +0000 (15:13 -0500)
commit20829ec38b851e7894883ba6b1711ccf8d05c3f4
tree00d64e62f543ad622fb462f918bfeb95537c978a
parent009378503e4621ab53f0839a409563b4a03e100f
Fix message marker for src reset on send/rts

The SI95 receive function was not properly causing a
message buffer to be marked as "receive generated" and
if the msg buffer was subsequently used to send a message
(e.g. return to sender) the correct source address was
not placed into the message before sending.  This change
ensures that the message buffer received via SI95 are
marked so that a send will set the source address when
needed.

Issue-ID: RIC-227

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ic9c49834e5f066420463fa4568cfdf6f722f81cb
CHANGES
CMakeLists.txt
src/rmr/si/src/rmr_si.c