libosmo-netif/tests/osmux
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
..
osmux_test.c osmux: Allocate struct osmux_out_handle through API 2022-09-02 11:29:05 +02:00
osmux_test.ok osmux_test: don't use color logging 2019-11-20 05:03:37 +01:00
osmux_test2.c osmux: Allocate struct osmux_out_handle through API 2022-09-02 11:29:05 +02:00
osmux_test2.ok osmux: Set Marker bit on osmux frame loss detected 2018-04-19 18:24:25 +02:00