aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-10Bump version: 0.4.0.1-738f → 0.5.00.5.0Harald Welte2-1/+38
2019-03-20amr: use sizeof(struct amr_hdr) when working with amr header lengthPhilipp Maier1-3/+3
2019-03-19Deprecate osmo_stream_cli_open2()Max3-7/+120
2019-03-14tests: AM_LDFLAGS = -noinstall for all testsOliver Smith1-2/+1
2019-03-14gitignore: add amr_testOliver Smith1-0/+1
2019-03-12amr: be sure result of osmo_amr_bwe_to_oa() fits into int bufPhilipp Maier1-1/+1
2019-03-12amr: cosmetic: correct sourcecode formattingPhilipp Maier1-1/+1
2019-03-07AMR: add functions to convert between bw-efficient and octet-alignedpmaier/amrmanglePhilipp Maier6-2/+612
2019-03-01AMR: add define constants for AMR payload lengthPhilipp Maier2-9/+21
2019-02-28debian: Add BuildDepends on libpcap0.8-devHarald Welte1-0/+1
2019-02-27AMR: add spec reference for AMR frame typesPhilipp Maier1-0/+3
2019-02-20Stream client: add disconnect callbackMax4-1/+31
2019-02-07Add stream client/server testMax6-1/+418
2019-02-07Stream client: report reconnection event as INFOMax1-2/+2
2019-02-06Ignore test binariesMax1-0/+3
2019-02-06Stream examples: fix typos in error messageMax1-2/+2
2019-02-05Stream client: fix disconnection logicMax1-2/+8
2019-02-05Add socket name functions to stream client/serverMax4-2/+35
2019-02-05Stream client: update loggingMax1-16/+25
2019-02-05Stream examples: print accepted client addressMax1-0/+6
2019-02-04Stream client: fix doxygen typoMax1-4/+4
2019-01-31Cosmetic: use #pragma once as include guardMax1-4/+1
2019-01-31Add missing includeMax1-0/+2
2019-01-29Stream examples: fix server's endless loopMax1-3/+6
2019-01-29Stream examples: log sent/received bytesMax2-10/+23
2019-01-29Stream examples: filter internal loggingMax2-0/+2
2019-01-20Bump version: 0.3.0.6-a555 → 0.4.00.4.0Harald Welte3-4/+23
2018-12-10logging: fix typo in stream.cNeels Hofmeyr1-1/+1
2018-11-09detect freed connections in osmo_stream_srv_read()Stefan Sperling1-7/+10
2018-08-13jibuf: fix indentation in line inside conditional clausePau Espin Pedrol1-1/+1
2018-08-06debian/rules: Don't overwrite .tarball-versionHarald Welte1-5/+1
2018-08-01link libosmo-netif against libosmogsmHarald Welte1-2/+2
2018-08-01Migrate from osmo_ipa_idtag_parse() to ipa_ccm_id_resp_parse()Harald Welte4-37/+7
2018-07-27fix strncpy bug in rs232.cNeels Hofmeyr1-2/+1
2018-07-27Bump version: 0.2.0.6-ac33-dirty → 0.3.00.3.0Pau Espin Pedrol5-8/+22
2018-07-05stream.c: Use non-blocking connect in osmo_stream_cliHarald Welte1-1/+1
2018-06-29remove "channel" layerHarald Welte18-1141/+1
2018-05-15osmux: change log lvl of batch full to debugPau Espin Pedrol1-2/+2
2018-05-15jibuf: Fix out-of-order seq queue around syncpointsPau Espin Pedrol3-7/+36
2018-05-15tests: jibuf_test: Add scenario to show out-of-order bugPau Espin Pedrol2-0/+83
2018-05-15tests: jibuf_test: Set some functions as staticPau Espin Pedrol1-2/+2
2018-05-03Bump version: 0.1.1.38-ef190-dirty → 0.2.00.2.0Pau Espin Pedrol3-4/+58
2018-04-28osmux: Fix use of uninitialized memory in osmux_out_handleHarald Welte1-0/+1
2018-04-19osmux: Move examples and tests to use new output APIsPau Espin Pedrol4-24/+17
2018-04-19osmux: Set Marker bit on osmux frame loss detectedPau Espin Pedrol4-12/+34
2018-04-19tests: Add osmux2 testsuitePau Espin Pedrol4-1/+497
2018-04-19osmux: Add new API osmux_xfrm_output_sched to fix rtp generation issuesPau Espin Pedrol2-3/+141
2018-04-17examples: use osmo_init_logging2Pau Espin Pedrol16-31/+33
2018-04-17Build jibuf_tool based on libpcap availabilityPau Espin Pedrol2-4/+13
2018-04-17tests: use osmo_init_logging2Pau Espin Pedrol2-2/+6