aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-21osmux: introduce osmux_xfrm_input_close_circuit()Pablo Neira Ayuso1-0/+2
2015-03-22rtp: Declare struct msgb to fix compiler warningHolger Hans Peter Freyther1-0/+3
2015-03-22rtp: Add "data" to access the data behind the headerHolger Hans Peter Freyther1-0/+1
2015-03-22endian: Use the new endian macros for portabilityHolger Hans Peter Freyther3-8/+14
2014-08-29osmux: export OSMUX_BATCH_DEFAULT_MAXPablo Neira Ayuso1-0/+3
2014-08-28osmux: add statistics to osmux_in_handle structPablo Neira Ayuso1-0/+8
2014-08-28osmux: allow to specify the osmux frame sizePablo Neira Ayuso1-0/+1
2014-08-28osmux: add osmux_xfrm_input_fini()Pablo Neira Ayuso1-0/+1
2014-08-26include: define OSMUX_ID_MAXPablo Neira Ayuso1-0/+1
2014-04-25amr: make sure the header is packedPablo Neira Ayuso1-1/+1
2013-05-24osmux: fix wrong OSMUX header description in header filePablo Neira Ayuso1-8/+8
2013-05-24osmux: further sanity checkings for AMR FTPablo Neira Ayuso1-0/+1
2013-05-24amr: add AMR FT SID definitionPablo Neira Ayuso1-1/+2
2013-05-21misc: Add missing header files to fix the make distcheckHolger Hans Peter Freyther2-1/+3
2013-05-12osmux: allow to set initial RTP SSRCPablo Neira Ayuso1-1/+2
2013-02-19osmux: add osmux_snprintfPablo Neira Ayuso1-0/+4
2013-02-12osmux: use ft instead of the cmrPablo Neira Ayuso1-10/+10
2013-02-12osmux: remove arrays from osmux_out_handlePablo Neira Ayuso1-2/+2
2013-02-11osmux: allow to pass data to osmux_deliverPablo Neira Ayuso1-2/+3