Re-enable RMR libary's module tests 15/7515/2 4.8.1
authorAlexandre Huff <alexandrehuff@utfpr.edu.br>
Fri, 7 Jan 2022 17:20:28 +0000 (14:20 -0300)
committerAlexandre Huff <alexandrehuff@utfpr.edu.br>
Mon, 10 Jan 2022 13:16:39 +0000 (10:16 -0300)
commitfa454008020483ac35e1d20300cddfe877d8dd6d
tree44b48b2b83e1e3e061281c9a46d297b351f404c7
parenta00e2ad464d72d097d4272cecd8d6fe7da93fb64
Re-enable RMR libary's module tests

This change fixes and re-enables the SI95's module tests
disabled in RIC-838.
This change also creates a new unit test for the debugging
rmr rx queue API.
Fixes some bugs and possible memory likeage in SI95 code.

Issue-ID: RIC-861

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: I19e3bccb61605a8506b03afd755e627d0259c394
12 files changed:
CHANGES_CORE.txt
CMakeLists.txt
docs/rel-notes.rst
src/rmr/si/src/rmr_debug_si.c
src/rmr/si/src/si95/siaddress.c
src/rmr/si/src/si95/siestablish.c
src/rmr/si/src/si95/siinit.c
src/rmr/si/src/si95/sinewses.c
src/rmr/si/src/si95/sitrash.c
src/rmr/si/src/si95/siwait.c
test/rmr_debug_si_test.c [new file with mode: 0644]
test/si95_test.c [moved from test/si95_test_fixme.c with 96% similarity]