aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-28amr: Add data[0] field to amr_hdrPau Espin Pedrol1-0/+1
2022-09-19stream: Provide caller with SCTP flags during osmo_stream_*_recv()Pau Espin Pedrol1-0/+4
2022-09-12osmux: Allow the user to alloc msgbs used to provide generated RTP packetsPau Espin Pedrol1-0/+5
2022-09-02osmux: Allocate struct osmux_out_handle through APIPau Espin Pedrol1-2/+5
2022-09-02osmux: Drop long time deprecated APIsPau Espin Pedrol1-4/+0
2022-08-10osmux.h: Define default Osmux portPau Espin Pedrol1-0/+2
2022-08-10osmux.h: Add missing msgb.h headerPau Espin Pedrol1-0/+1
2022-01-04amr: Introduce APIs to convert BE to IuUP/IuFP formatAlexander Couzens1-0/+4
2022-01-02export osmo_amr_bitsAlexander Couzens1-0/+1
2021-12-09prim: Add internal CTL SAPI to negotiate SAP versionsPau Espin Pedrol1-0/+10
2021-12-09Introduce osmo_prim_srv APIsPau Espin Pedrol2-0/+55
2021-12-09stream: Add support for AF_UNIX socketsPau Espin Pedrol1-0/+4
2021-11-23Introduce sctp.h to provide SCTP related functionalitiesPau Espin Pedrol2-0/+17
2020-05-16amr: Fix OA<->BWE conversion.Alexander Chemeris1-12/+26
2020-05-14Revert "amr: Fix OA<->BWE conversion."neels1-26/+12
2020-05-14amr: Fix OA<->BWE conversion.Alexander Chemeris1-12/+26
2020-01-12add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr3-27/+16
2020-01-07struct amr_header: copy comments to little endian partNeels Hofmeyr1-4/+4
2019-10-15stream: osmo_stream_cli: Support setting multiple addrPau Espin Pedrol1-0/+2
2019-10-15stream: osmo_stream_srv_link: Support setting multiple addrPau Espin Pedrol1-0/+1
2019-09-04stream: Introduce API osmo_stream_cli_is_connectedPau Espin Pedrol1-0/+1
2019-05-17osmux: Extend osmux_out_handle and add new API to set rtp payload_typePau Espin Pedrol1-1/+3
2019-03-19Deprecate osmo_stream_cli_open2()Max1-1/+2
2019-03-07AMR: add functions to convert between bw-efficient and octet-alignedpmaier/amrmanglePhilipp Maier1-0/+8
2019-03-01AMR: add define constants for AMR payload lengthPhilipp Maier1-0/+12
2019-02-27AMR: add spec reference for AMR frame typesPhilipp Maier1-0/+3
2019-02-20Stream client: add disconnect callbackMax1-0/+1
2019-02-05Add socket name functions to stream client/serverMax1-0/+2
2019-01-31Cosmetic: use #pragma once as include guardMax1-4/+1
2019-01-31Add missing includeMax1-0/+2
2018-08-01Migrate from osmo_ipa_idtag_parse() to ipa_ccm_id_resp_parse()Harald Welte1-1/+0