Fix missing realloc function in SI 94/2294/2
authorE. Scott Daniels <daniels@research.att.com>
Tue, 21 Jan 2020 17:23:28 +0000 (12:23 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Tue, 21 Jan 2020 17:41:10 +0000 (12:41 -0500)
commit02e8d49f42d94b51494977aa0d6f67479f1ceb1c
treeebdfa81f066a3882b830e270c7e1e79e7629f97d
parent5200efe1e6dd13b1e1241ce623c4978151be34e8
Fix missing realloc function in SI

The realloc payload function was missing in the SI port.

This change also adds the ability to build and run SI95
test applications in the test_app directory. NNG tests
are still run by default (this will be changed eventually).

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ie8a453a009767afcf23eac610dc5f976b880d0aa
16 files changed:
CHANGES
CMakeLists.txt
src/rmr/si/src/rmr_si.c
src/rmr/si/src/sr_si_static.c
test/app_test/Makefile
test/app_test/caller.c
test/app_test/lcaller.c
test/app_test/lreceiver.c
test/app_test/run_all.ksh
test/app_test/run_app_test.ksh
test/app_test/run_call_test.ksh
test/app_test/run_exrts_test.ksh
test/app_test/run_lcall_test.ksh
test/app_test/run_multi_test.ksh
test/app_test/run_rr_test.ksh
test/app_test/run_rts_test.ksh