Fix session discconnect bug in interface to SI95 31/2431/1
authorE. Scott Daniels <daniels@research.att.com>
Thu, 6 Feb 2020 18:05:25 +0000 (13:05 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Thu, 6 Feb 2020 18:05:25 +0000 (13:05 -0500)
commitc1658934f329e02a704dd5ec94b38dff293b09ee
tree1080e591ece48bae0944094ac28ae950cb1b125c
parent05ce11d8c370a66c238b1db3fff1fde4790fa701
Fix session discconnect bug in interface to SI95

The disconnect of a session wasn't being properly recorded
and thus was preventing a reconnection attempt on the next
send attempt by the user application.

The warning about dropping messsages when the application cannot
keep up was also changed to be an error so that it is visible
at the default logging level.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ib07e4d0f9bf0d2b6436bb0b49be4ea37455509d3
src/rmr/common/include/rmr_symtab.h
src/rmr/common/src/rt_generic_static.c
src/rmr/common/src/symtab.c
src/rmr/si/include/rmr_si_private.h
src/rmr/si/src/mt_call_si_static.c
src/rmr/si/src/rmr_si.c
src/rmr/si/src/rtable_si_static.c
src/rmr/si/src/si95/sisendt.c
src/rmr/si/src/sr_si_static.c