summaryrefslogtreecommitdiffstats
path: root/tests/ctrl
Commit message (Expand)AuthorAgeFilesLines
* utils.h: require a semi colon after OSMO_ASSERTAlexander Couzens2019-07-081-1/+1
* tests: ctrl: Test received ERROR messages are handled correctlyPau Espin Pedrol2018-07-162-2/+55
* fix ctrl_test sanitizer issuesNeels Hofmeyr2018-04-051-1/+12
* ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr2018-04-052-5/+2
* ctrl: test deferred cmd, show current failureNeels Hofmeyr2018-04-052-0/+108
* ctrl: tighten CTRL input parsingNeels Hofmeyr2017-12-202-113/+73
* ctrl: on parse errors, return a detailed message to senderNeels Hofmeyr2017-12-181-1/+1
* ctrl_test: add two more current parsing bugs to prep for fixNeels Hofmeyr2017-12-182-0/+34
* ctrl: fix mem leak when handling GET_REPLY and SET_REPLYNeels Hofmeyr2017-12-182-5/+2
* ctrl_test: show memleak when receiving GET_REPLY and SET_REPLY commandsNeels Hofmeyr2017-12-182-2/+40
* ctrl_test: expand to test message handling and detect mem leaksNeels Hofmeyr2017-12-182-57/+197
* ctrl_test.c: replace print_escaped() with new osmo_escape_str()Neels Hofmeyr2017-12-182-60/+28
* CTRL: add unit tests for CTRL command parsingNeels Hofmeyr2017-09-272-0/+353
* ctrl_test.c: fix build with GCC 7.1.1Vadim Yanitskiy2017-06-131-1/+1
* ctrl_type_vals: explicitly terminateNeels Hofmeyr2017-03-151-1/+1
* Use value_string for ctrl_typeMax2017-03-012-0/+45