On Wed, Aug 22, 2012 at 05:04:43PM +0200, [email protected] wrote:
> From: Pablo Neira Ayuso <[email protected]>

Hi,

> 
> Now the BTS and BSC tests work again.

could you look into integrating your test with the GNU autotest testsuite
we use in libosmocore/libosmo-sccp/openbsc? This way we would catch this
issue at build time.


>       if (write_cb == NULL)
>               ipa_link->write_cb = ipa_client_write_default_cb;
> +     else
> +             ipa_link->write_cb = write_cb;
> +

this means that only the tests (and no real application) set a custom
write_cb? is there another way to test?

Reply via email to