aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-29remove "channel" layerHarald Welte5-87/+0
2018-04-19osmux: Set Marker bit on osmux frame loss detectedPau Espin Pedrol1-0/+1
2018-04-19osmux: Add new API osmux_xfrm_output_sched to fix rtp generation issuesPau Espin Pedrol1-2/+10
2018-04-13jibuf: Estimate src clock skewPau Espin Pedrol1-0/+5
2018-04-13jibuf: Add initial implementation of Jitter BufferPau Espin Pedrol2-0/+64
2018-02-22add support for flushing and destroying a server-side streamStefan Sperling1-0/+1
2017-05-02stream.h: Add missing stdint.h includePau Espin Pedrol1-0/+1
2017-04-29misc: Call the variable ctx like in all other placesHolger Hans Peter Freyther1-3/+3
2017-04-27osmux: Add RTP marker bit supportPau Espin Pedrol1-3/+6
2017-04-15netif/ipa.h: Don't redefine 'struct ipaccess_unit' from libosmocoreHarald Welte1-13/+1
2017-04-14ipa.h: Don't redefine what libosmocore already definesHarald Welte1-33/+5
2017-04-12stream.h: Add missing stdbool.h includeHarald Welte1-0/+2
2017-04-11Add osmo_stream_{cli,srv_link}_set_nodelay() functionHarald Welte1-0/+2
2017-04-10stream+datagram: Allow local bind + connect for client socketsHarald Welte2-0/+4
2017-04-08doc: Add Doxygen group for OSMUX related functionsHarald Welte1-0/+10
2017-04-08Add minimal doxygen documentation for stream + datagram modulesHarald Welte1-0/+12
2017-03-17stream: Export osmo_stream_cli_reconnect()Harald Welte1-0/+1
2015-12-22fix/complete stream client re-connect logicHarald Welte1-0/+1
2015-12-21SCTP support for osmo_stream_{cli,srv} codeHarald Welte1-0/+5
2015-07-21osmux: kill osmux_get_hdr()Pablo Neira Ayuso1-2/+0
2015-07-21osmux: introduce osmux_xfrm_input_open_circuit()Pablo Neira Ayuso1-1/+3