aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
8 daysstream_{cli,srv}: Add 'res' param to read_cb2HEADpespin/streammasterPau Espin Pedrol1-2/+16
9 daysstream: Define types for each API callbackPau Espin Pedrol1-11/+26
2024-03-19docs: Improve/clean-up doxygen for datagram.[ch]Harald Welte1-0/+13
2024-03-19docs: various osmux API documentation updatesHarald Welte1-4/+7
2024-03-17introduce osmo_stream_cli_get_iofd() APIHarald Welte1-0/+2
2024-03-15docs: Split Stream Server and Stream Client into separate groupsHarald Welte2-14/+79
2024-03-15docs: Use \defgroup and avoid repeated boilerplate textHarald Welte1-1/+8
2024-03-13prim: Introduce osmo_prim_srv{_link}_set_name APIsPau Espin Pedrol1-0/+2
2024-03-13stream: Add osmo_stream_*_get_name() APIsPau Espin Pedrol1-0/+3
2024-02-29stream_{cli,srv}: Add support for SCTP in OSMO_IO modeHarald Welte1-0/+6
2023-12-08stream_cli: Introduce API osmo_stream_srv_get_sockname()Pau Espin Pedrol1-0/+1
2023-12-08netif: sctp.h: Introduce value_string for enum sctp_sstat_statePau Espin Pedrol1-0/+5
2023-12-08netif: sctp.h: Introduce value_string for enum sctp_spinfo_statePau Espin Pedrol1-0/+5
2023-12-06stream: Add missing osmo_stream_srv_link_get_fd() APIPau Espin Pedrol1-0/+1
2023-11-21Introduce generic osmo_stream_{cli,srv}_get_fd() APIHarald Welte1-0/+2
2023-10-09stream: Add and use helper function osmo_ipa_push_headers()arehbein1-0/+2
2023-10-02stream: Add client-side (segmentation) support for IPAarehbein1-0/+1
2023-09-19ipa: Don't break strict aliasing rulearehbein1-1/+13
2023-09-12stream: Add new stream_{cli,srv_link} parameters to set SCTP_INITMSG sockopt ...Pau Espin Pedrol1-0/+6
2023-09-08stream: Introduce API to set several transport parametersPau Espin Pedrol1-0/+17
2023-08-25stream: Add server-side (segmentation) support for IPAarehbein1-0/+3
2023-08-21stream: Refactor sctp_recvmsg_wrapper() loggingPau Espin Pedrol1-0/+1
2023-08-07stream_srv: Log SCTP REMOTE_ERROR eventsPau Espin Pedrol1-0/+21
2023-08-07sctp: Document relevant RFC specsPau Espin Pedrol1-0/+6
2023-08-07ipa: Add segmentation callbackarehbein1-0/+11
2023-08-07examples: Add extension header octet to examplearehbein1-0/+2
2023-08-04stream: Split cli/srv specific code out of stream.cPau Espin Pedrol2-0/+41
2023-06-20stream: Drop name param from recently added API osmo_stream_srv_create2()Pau Espin Pedrol1-1/+1
2023-06-20stream: Drop recently added API osmo_stream_cli_create2Pau Espin Pedrol1-1/+0
2023-06-20stream: Allow setting name printed during loggingPau Espin Pedrol1-0/+3
2023-06-14Add osmo_io support to osmo_stream_cli and osmo_stream_srvDaniel Willmann1-0/+5
2023-06-08stream: Properly name osmo_stream_srv read callbackDaniel Willmann1-1/+1
2023-02-27rtp.h: add RTP_PT_CSDATAOliver Smith1-0/+2
2023-02-20Run struct_endianness.pyOliver Smith3-5/+5
2023-02-10Add osmo_stream_srv_link_is_opened()Max1-1/+1
2022-12-21amr: Clarify size of AMR BWE header and ToCPau Espin Pedrol1-0/+3
2022-12-21amr: constify input buffer in osmo_amr_is_oa()Pau Espin Pedrol1-1/+1
2022-12-21amr: Add missing header stdbool.hPau Espin Pedrol1-0/+1
2022-12-21amr.h: Fix AMR_FT_{GSM,TDMA,PDC}_EFR_SID_LENPau Espin Pedrol1-13/+13
2022-12-19amr: Support all SID and NO_DATA amr formatsPau Espin Pedrol1-19/+34
2022-12-19amr: Add struct definition for AMR BWE headerPau Espin Pedrol1-0/+28
2022-12-19amr.h: Fix missing include dependenciesPau Espin Pedrol1-0/+3
2022-11-18osmux: Introduce API osmux_xfrm_input_set_name()Pau Espin Pedrol1-0/+1
2022-11-15osmux: Add data[0] field to osmux_hdrPau Espin Pedrol1-0/+1
2022-10-17stream: Introduce APIs osmo_stream_{cli,srv}_clear_tx_queue()Pau Espin Pedrol1-0/+4
2022-10-17cosmetic: stream: Fix parameter namePau Espin Pedrol1-1/+1
2022-10-17stream: Improve logging of SCTP_PEER_ADDR_CHANGE notificationPau Espin Pedrol1-0/+10
2022-10-03osmux: Introduce API osmux_xfrm_input_get_deliver_cb_data()Pau Espin Pedrol1-0/+1
2022-10-03osmux: Allocate struct osmux_out_handle through APIPau Espin Pedrol1-2/+7
2022-10-03osmux: Take into account configured osmux_in_handle->osmux_seq fieldPau Espin Pedrol1-0/+1