aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ctrl/ctrl_test.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-16tests: ctrl: Test received ERROR messages are handled correctlyPau Espin Pedrol1-2/+20
2018-04-05fix ctrl_test sanitizer issuesNeels Hofmeyr1-1/+12
2018-04-05ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr1-4/+0
2018-04-05ctrl: test deferred cmd, show current failureNeels Hofmeyr1-0/+102
2017-12-20ctrl: tighten CTRL input parsingNeels Hofmeyr1-64/+46
2017-12-18ctrl: on parse errors, return a detailed message to senderNeels Hofmeyr1-1/+1
2017-12-18ctrl_test: add two more current parsing bugs to prep for fixNeels Hofmeyr1-0/+16
2017-12-18ctrl: fix mem leak when handling GET_REPLY and SET_REPLYNeels Hofmeyr1-3/+2
2017-12-18ctrl_test: show memleak when receiving GET_REPLY and SET_REPLY commandsNeels Hofmeyr1-2/+22
2017-12-18ctrl_test: expand to test message handling and detect mem leaksNeels Hofmeyr1-40/+129
2017-12-18ctrl_test.c: replace print_escaped() with new osmo_escape_str()Neels Hofmeyr1-36/+4
2017-09-27CTRL: add unit tests for CTRL command parsingNeels Hofmeyr1-0/+251
2017-06-13ctrl_test.c: fix build with GCC 7.1.1Vadim Yanitskiy1-1/+1
2017-03-01Use value_string for ctrl_typeMax1-0/+36