From: E. Scott Daniels Date: Wed, 13 Nov 2019 14:40:22 +0000 (-0500) Subject: Add SI95 transport support X-Git-Tag: 3.0.0^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=ec88d3c0563eeb6ae5f73427edb0b3c4d7acf299;hp=ec88d3c0563eeb6ae5f73427edb0b3c4d7acf299;p=ric-plt%2Flib%2Frmr.git Add SI95 transport support The SI95 transport library provides an alternate transport layer to NNG. The API presented by RMR on top of SI95 is exactly the same; only a link with rmr_si is needed to make use of the alternate transport mechanism. SI95 is NOT compatable with NNG and thus all RMR based applications which must communicate must use the same underlying transport library. Signed-off-by: E. Scott Daniels Change-Id: I0a971fa0f5de2dbb2fb7a95d5428e709b630f730 ---