aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ctrl
AgeCommit message (Expand)AuthorFilesLines
2019-07-08utils.h: require a semi colon after OSMO_ASSERTAlexander Couzens1-1/+1
2018-07-16tests: ctrl: Test received ERROR messages are handled correctlyPau Espin Pedrol2-2/+55
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 Hofmeyr2-5/+2
2018-04-05ctrl: test deferred cmd, show current failureNeels Hofmeyr2-0/+108
2017-12-20ctrl: tighten CTRL input parsingNeels Hofmeyr2-113/+73
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 Hofmeyr2-0/+34
2017-12-18ctrl: fix mem leak when handling GET_REPLY and SET_REPLYNeels Hofmeyr2-5/+2
2017-12-18ctrl_test: show memleak when receiving GET_REPLY and SET_REPLY commandsNeels Hofmeyr2-2/+40
2017-12-18ctrl_test: expand to test message handling and detect mem leaksNeels Hofmeyr2-57/+197
2017-12-18ctrl_test.c: replace print_escaped() with new osmo_escape_str()Neels Hofmeyr2-60/+28
2017-09-27CTRL: add unit tests for CTRL command parsingNeels Hofmeyr2-0/+353
2017-06-13ctrl_test.c: fix build with GCC 7.1.1Vadim Yanitskiy1-1/+1
2017-03-15ctrl_type_vals: explicitly terminateNeels Hofmeyr1-1/+1
2017-03-01Use value_string for ctrl_typeMax2-0/+45