aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-01release 0.7.0-fw.1fairwaves/0.7.0-fw.1fairwaves/productionKirill Zakharenko1-0/+6
2020-04-18debian/control: Drop incorrect libortp-dev dependencyPau Espin Pedrol1-2/+1
2020-04-11configure.ac: fix libtool issue with clang and sanitizerEric1-0/+5
2020-01-28stream: Rename cli state NONE to CLOSEDPau Espin Pedrol2-6/+6
2020-01-28stream: Add new WAIT_RECONNECT cli statePau Espin Pedrol2-10/+14
2020-01-28stream: Re-arrange cli states to fix 100% cpu usage bugPau Espin Pedrol1-16/+11
2020-01-28stream: Drop data during write() while in state NONEPau Espin Pedrol1-1/+1
2020-01-12add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr3-27/+16
2020-01-09stream.c: Improve logging during sock send()Pau Espin Pedrol1-4/+4
2020-01-09configure.ac: Drop unneeded check for dahdiPau Espin Pedrol1-2/+0
2020-01-09configure.ac: Introduce --{enable,disable}-libsctp configure flagPau Espin Pedrol2-16/+38
2020-01-07struct amr_header: copy comments to little endian partNeels Hofmeyr1-4/+4
2020-01-02Bump version: 0.6.0.16-6413a-dirty → 0.7.00.7.0Pau Espin Pedrol5-5/+28
2019-11-20osmux_test: don't use color loggingNeels Hofmeyr3-214/+216
2019-10-22libosmo-netif.pc.in: Append -lsctp to Libs.privatePau Espin Pedrol1-0/+1
2019-10-21stream: Fix fd param passed to close() in error conditonPau Espin Pedrol1-2/+2
2019-10-18tests: osmux_test: Hardcode h_output values set by random()Pau Espin Pedrol1-0/+3
2019-10-15stream: osmo_stream_cli: Support setting multiple addrPau Espin Pedrol2-12/+85
2019-10-15stream: osmo_stream_srv_link: Support setting multiple addrPau Espin Pedrol3-4/+39
2019-10-10stream.c: remove duplicated line setting variablePau Espin Pedrol1-1/+0
2019-10-04tests: osmux_test: Provide More accurate logging expectanciesPau Espin Pedrol3-13/+1096
2019-10-04osmux: squash LOGP message to one linePau Espin Pedrol1-2/+1
2019-10-04tests: osmux_test: Use fake time also for monotonic clockPau Espin Pedrol1-4/+29
2019-10-04osmux: osmux_snprintf(): Remove dangling whitespace at the end of dummy framesPau Espin Pedrol1-1/+3
2019-10-04osmux: osmux_snprintf(): Append comma between osmux frames in msgPau Espin Pedrol1-1/+4
2019-09-19stream_test: Log fake timePau Espin Pedrol3-66/+82
2019-09-19stream_test: Use fake timePau Espin Pedrol1-1/+8
2019-09-04stream: Fix scheduling of queued messages during connecting statePau Espin Pedrol1-1/+6
2019-09-04stream: Introduce API osmo_stream_cli_is_connectedPau Espin Pedrol2-0/+9
2019-08-07Bump version: 0.5.0.2-6563-dirty → 0.6.00.6.0Pau Espin Pedrol5-9/+17
2019-07-10contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
2019-05-17osmux: Extend osmux_out_handle and add new API to set rtp payload_typePau Espin Pedrol7-11/+22
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