From: E. Scott Daniels Date: Thu, 6 Feb 2020 18:05:25 +0000 (-0500) Subject: Fix session discconnect bug in interface to SI95 X-Git-Tag: 3.1.3~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=c1658934f329e02a704dd5ec94b38dff293b09ee;hp=c1658934f329e02a704dd5ec94b38dff293b09ee;p=ric-plt%2Flib%2Frmr.git 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 Change-Id: Ib07e4d0f9bf0d2b6436bb0b49be4ea37455509d3 ---