libosmo-netif/include/osmocom/netif
Pau Espin 36ca79e708 osmux: Allocate struct osmux_out_handle through API
Until now, the osmux_in_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, openbsci, osmo-bts) can still work fine, since there's no
change on the struct osmux_in_handle. However, they will somehow break
next time thestruct is changed until they are ported to the same API
(easy to do).

Change-Id: I752ab031f935f04731bb1a354333f1682a1aa5bd
Related: SYS#5987
2022-10-03 11:30:45 +02:00
..
Makefile.am Introduce osmo_prim_srv APIs 2021-12-09 16:59:29 +01:00
amr.h amr: Add data[0] field to amr_hdr 2022-09-28 19:03:52 +02:00
datagram.h misc: Call the variable ctx like in all other places 2017-04-29 11:56:14 +00:00
ipa.h Migrate from osmo_ipa_idtag_parse() to ipa_ccm_id_resp_parse() 2018-08-01 17:36:21 +02:00
ipa_unit.h consolidate ipa_unit infrastructure 2012-08-19 20:14:17 +02:00
jibuf.h jibuf: Estimate src clock skew 2018-04-13 16:13:17 +02:00
osmux.h osmux: Allocate struct osmux_out_handle through API 2022-10-03 11:30:45 +02:00
prim.h prim: Add internal CTL SAPI to negotiate SAP versions 2021-12-09 20:21:33 +01:00
rs232.h add rs232 support 2012-04-04 19:08:27 +02:00
rtp.h add/clean big-endian packed structs (struct_endianess.py) 2020-01-12 13:14:48 +00:00
sctp.h Introduce sctp.h to provide SCTP related functionalities 2021-11-23 14:18:40 +01:00
stream.h stream: Provide caller with SCTP flags during osmo_stream_*_recv() 2022-09-19 14:50:34 +02:00