libosmo-netif/tests
Pau Espin 3b0991e80f osmux: Allocate struct osmux_out_handle through API
Until now, the osmux_out_handle was allocated by the client, and passed
to the API to initialize it. This makes it really hard to improve the
implementation without breaking the ABI.

Let's break the ABI now one last time (hopefully) by allocating the
struct through an API. With only this change, the already built users
(osmo-mgw, openbsc) can still work fine, since there's no change on the
struct osmux_out_handle. However, they will somehow break next time the
struct is changed until they are ported to the same API (easy to do).

Related: OS#5987
Change-Id: Ie8df581f375c9a183a7af60b431561bda82f6e34
2022-09-02 11:29:05 +02:00
..
amr tests/amr: fix less-than-zero comparison of an unsigned value 2022-07-13 00:52:47 +07:00
jibuf osmux: Allocate struct osmux_out_handle through API 2022-09-02 11:29:05 +02:00
osmo-pcap-test Bump version: 1.1.0.14-d1ab-dirty → 1.2.0 2022-06-28 18:09:49 +02:00
osmux osmux: Allocate struct osmux_out_handle through API 2022-09-02 11:29:05 +02:00
stream tests: Replace deprecated API log_set_print_filename 2021-02-19 13:08:50 +01:00
Makefile.am tests: AM_LDFLAGS = -noinstall for all tests 2019-03-14 12:03:29 +00:00
testsuite.at tests: osmux_test: Provide More accurate logging expectancies 2019-10-04 18:39:47 +02:00