libosmocore/include/osmocom
Neels Hofmeyr 1c24962946 sockaddr_str: add conversion to,from osmo_sockaddr
Add functions to pass struct osmo_sockaddr to the
osmo_sockaddr_str_{to,from}* API directly.

So far the interface to osmo_sockaddr_str_ is:

  osmo_sockaddr_str_from_sockaddr(&my_sa_str, &my_osa->u.sas);

I'm working a lot with osmo_sockaddr at the moment, and the cumulated
time of forgetting to add 'u.sas' and having another compilation cycle
because of those is justifying this additional API.

Change-Id: I0df84b4bb8cb5d8434b735fa3a38e7f95be43e91
2024-03-28 03:42:07 +01:00
..
codec ecu: add is_dtx_pause() method 2023-06-23 18:42:11 +00:00
coding coding: gsm0503_tch_a[fh]s_encode(): make *codec const 2023-11-14 11:57:19 +00:00
core sockaddr_str: add conversion to,from osmo_sockaddr 2024-03-28 03:42:07 +01:00
crypt struct osmo_sub_auth_data: remove OSMO_DEPRECATED_OUTSIDE 2023-06-05 18:33:52 +00:00
ctrl ctrl: re-introduce duplicate declaration of ctrl_cmd_send() 2024-03-12 14:36:22 +01:00
gprs gprs_bssgp_rim: add decoder for RIM ROUTING ADDRESS 2023-08-10 12:01:25 +02:00
gsm cbsp: Add osmo_cbsp_segmentation_cb for message segmentation 2024-03-02 20:48:23 +01:00
isdn isdn: add a lookup table with E1/E2/E3 bits from Table 5/V.110 2024-01-16 20:04:00 +07:00
sim Split include/Makefile.am content into subdirs 2023-01-18 18:29:34 +01:00
usb Split include/Makefile.am content into subdirs 2023-01-18 18:29:34 +01:00
vty vty: move struct vty_parent_node to private API 2023-05-06 03:49:08 +00:00
Makefile.am create libosmoisdn sub-library 2023-01-21 22:41:57 +01:00