aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tdef
AgeCommit message (Expand)AuthorFilesLines
2024-01-09tests/tdef: improve test output (use OSMO_T_FMT[_ARGS])Vadim Yanitskiy2-15/+16
2024-01-09core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precisionVadim Yanitskiy2-6/+6
2024-01-03tests/tdef: tune logging, also match stderrVadim Yanitskiy2-0/+32
2024-01-03tests/tdef: also test OSMO_TDEF_US and negative T valuesVadim Yanitskiy2-20/+28
2023-01-27libosmocore: Transition to use of 'telnet_init_default'arehbein3-3/+3
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte4-9/+9
2022-07-20tests/tdef: assert pointer returned by osmo_tdef_get_entry()Vadim Yanitskiy1-0/+1
2021-12-14treewide: remove FSF addressOliver Smith4-16/+0
2021-11-17tests/tdef: rename the binaries to end with '_test'Vadim Yanitskiy6-3/+3
2021-02-20Drop use of log_set_print_filename() API inside libosmocorePau Espin Pedrol1-1/+1
2020-11-15tests: Fix tdef_test on 32bit platformsPau Espin Pedrol2-9/+9
2020-11-15Revert "tests: Fix tdef_test on 32bit platforms"Pau Espin Pedrol2-6/+6
2020-11-12tests: Fix tdef_test on 32bit platformsPau Espin Pedrol2-6/+6
2020-11-11tdef: Introduce OSMO_TDEF_US unitPau Espin Pedrol2-2/+36
2019-12-01Check for osmo_fsm_register() error return valueHarald Welte1-1/+1
2019-10-07tdef_test: verify case where osmo_tdef_set returns -EEXISTPau Espin Pedrol2-0/+4
2019-10-07tdef: Introduce min_val and max_val fieldsPau Espin Pedrol4-3/+87
2019-06-14vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty...Pau Espin Pedrol1-5/+6
2019-06-11vty: command.c: Fix is_cmd_ambiguous() returning always 0Pau Espin Pedrol1-35/+6
2019-03-07fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()Neels Hofmeyr2-4/+4
2019-03-06fix tdef_test.c: do call the function-to-test in all casesNeels Hofmeyr3-19/+19
2019-03-06tdef_test: tweak output to prepare for a fixNeels Hofmeyr3-21/+24
2019-03-06represent negative T-timers as Osmocom-specific X-timersNeels Hofmeyr2-30/+60
2019-02-06platform independence fix: tdef range testsNeels Hofmeyr7-133/+489
2019-02-04add osmo_tdef API, originally adopted from osmo-bsc T_defNeels Hofmeyr8-0/+2053