aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tdef
AgeCommit message (Expand)AuthorFilesLines
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