From: E. Scott Daniels Date: Fri, 19 Apr 2019 21:12:25 +0000 (+0000) Subject: feat(API): Add subscription id and source retrieval X-Git-Tag: 1.0.31~33 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=c1aee2b63a523a461e96a8d358c73dd8a9e9e6a2;hp=c1aee2b63a523a461e96a8d358c73dd8a9e9e6a2;p=ric-plt%2Flib%2Frmr.git feat(API): Add subscription id and source retrieval Subscription id is needed for applications which wish to route messages based on subscription rather than message type. This field is now available to user applications by the sub_id field in the message. Subscription based applications may also need to have access to the message source, so a get source function has been added. Change-Id: I796392a6e3899e8f01a3292796e54e7abd56c32f Signed-off-by: E. Scott Daniels ---