summaryrefslogtreecommitdiffstats
path: root/tests/ctrl/ctrl_test.c
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-161-2/+20
* 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-051-4/+0
* ctrl: test deferred cmd, show current failureNeels Hofmeyr2018-04-051-0/+102
* ctrl: tighten CTRL input parsingNeels Hofmeyr2017-12-201-64/+46
* 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-181-0/+16
* ctrl: fix mem leak when handling GET_REPLY and SET_REPLYNeels Hofmeyr2017-12-181-3/+2
* ctrl_test: show memleak when receiving GET_REPLY and SET_REPLY commandsNeels Hofmeyr2017-12-181-2/+22
* ctrl_test: expand to test message handling and detect mem leaksNeels Hofmeyr2017-12-181-40/+129
* ctrl_test.c: replace print_escaped() with new osmo_escape_str()Neels Hofmeyr2017-12-181-36/+4
* CTRL: add unit tests for CTRL command parsingNeels Hofmeyr2017-09-271-0/+251
* ctrl_test.c: fix build with GCC 7.1.1Vadim Yanitskiy2017-06-131-1/+1
* Use value_string for ctrl_typeMax2017-03-011-0/+36