osmo-pcu/tests/emu
Pau Espin cd2ac56bd4 Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds
Since March 15th 2017, libosmocore API logging_vty_add_cmds() had its
parameter removed (c65c5b4ea075ef6cef11fff9442ae0b15c1d6af7). However,
definition in C file doesn't contain "(void)", which means number of
parameters is undefined and thus compiler doesn't complain. Let's remove
parameters from all callers before enforcing "(void)" on it.
API osmo_stats_vty_add_cmds never had a param list but has seem problem
(no "void"), so some users decided to pass a parameter to it.

Related: OS#4138
Change-Id: Ic1ac815eafab49577ff883a5d700ecca5936d216
2019-08-05 14:30:47 +02:00
..
gprs_tests.h emu: Add a crash re-producer for the SGSN (and the concept of tests) 2013-09-04 21:29:00 +04:00
openbsc_clone.c tests: remove unused definition 2017-06-22 13:28:39 +02:00
openbsc_clone.h emu: use libosmocore definitions 2018-02-13 12:53:55 +01:00
pcu_emu.cpp Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds 2019-08-05 14:30:47 +02:00
test_pdp_activation.cpp pcu: Fix non-critical warnings 2015-05-04 10:01:25 +02:00
test_replay_gprs_attach.cpp pcu: Fix non-critical warnings 2015-05-04 10:01:25 +02:00