From: E. Scott Daniels Date: Thu, 31 Oct 2019 13:20:33 +0000 (-0400) Subject: Correct inability to extend payload for rts msg X-Git-Tag: 1.10.2^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=d9de79acd9c205dc4f795e90a98331628ed6c85b;hp=d9de79acd9c205dc4f795e90a98331628ed6c85b;p=ric-plt%2Flib%2Frmr.git Correct inability to extend payload for rts msg This change allows the application to increase the payload size of an existing message buffer. This is needed when and application must use the return to sender (rts) function to send a payload which is larger than the payload in the received message. Changes include a new RMR function: rmr_realloc_payload() and changes to the python wrapper which will resize the payload if the python application attempts to populate a message buffer which does not have sufficent size. Signed-off-by: E. Scott Daniels Change-Id: Ia55c0ff1d5ab3ce73292c00264df7bc16e229d3a ---