libosmocore/tests/tdef
Pau Espin 6df2e44404 vty: command.c: Fix is_cmd_ambiguous() returning always 0
inner block defined variable "enum match_type ret" was being masking
outter block variable "int ret = 0". The ret variable was being given
non zero values only inside the inner block, so that change was done on
the inner variable and not the outer one, which is returned.

Fixes: 5314c513f2
Change-Id: Iec87d7db49a096d07e38ff8a060b923a52bfd6ba
2019-06-11 21:50:17 +02:00
..
tdef_test.c fix tdef_test.c: do call the function-to-test in all cases 2019-03-06 07:00:30 +01:00
tdef_test.ok fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer() 2019-03-07 23:10:21 +01:00
tdef_test_range_64bit.ok fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer() 2019-03-07 23:10:21 +01:00
tdef_vty_test_config_root.c platform independence fix: tdef range tests 2019-02-06 01:05:37 +00:00
tdef_vty_test_config_root.vty vty: command.c: Fix is_cmd_ambiguous() returning always 0 2019-06-11 21:50:17 +02:00
tdef_vty_test_config_subnode.c platform independence fix: tdef range tests 2019-02-06 01:05:37 +00:00
tdef_vty_test_config_subnode.vty represent negative T-timers as Osmocom-specific X-timers 2019-03-06 00:51:15 +01:00
tdef_vty_test_dynamic.c add osmo_tdef API, originally adopted from osmo-bsc T_def 2019-02-04 18:52:16 +01:00
tdef_vty_test_dynamic.vty add osmo_tdef API, originally adopted from osmo-bsc T_def 2019-02-04 18:52:16 +01:00