aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-28amr: Add data[0] field to amr_hdrPau Espin Pedrol1-0/+1
2022-09-28osmux: Print osmux_hdr rtp_m field in osmux_snprintf()Pau Espin Pedrol2-78/+78
2022-09-28tests: rename test osmux_test2 -> osmux_output_testPau Espin Pedrol4-8/+8
2022-09-28tests/osmux: Always run with fake timePau Espin Pedrol1-36/+1
2022-09-28tests/osmux_test2: Document unit testsPau Espin Pedrol1-1/+16
2022-09-27osmux: assert no batch factor greater than 8 is usedPau Espin Pedrol1-1/+2
2022-09-27osmux: Early return on error or batch full during osmux_replay_lost_packets()Pau Espin Pedrol1-7/+13
2022-09-27osmux: Unify return codes of osmux_batch_add() and osmux_batch_enqueue()Pau Espin Pedrol1-4/+8
2022-09-27cosmetic: osmux: Fix typo in commentPau Espin Pedrol1-2/+2
2022-09-27osmux: Change order of lines to follow packet fill orderPau Espin Pedrol1-1/+1
2022-09-27osmux: Avoid duplicated RTP msg trigger Tx of osmux framePau Espin Pedrol1-10/+10
2022-09-23osmux: osmux_xfrm_input(): Propagate error code to inform callerPau Espin Pedrol1-6/+8
2022-09-23osmux: Improve logging non-usual conditionsPau Espin Pedrol1-1/+8
2022-09-23tests/osmo-pcap-test/osmux_test: Fix return condition check for osmux_xfrm_in...Pau Espin Pedrol1-1/+1
2022-09-19stream: Provide caller with SCTP flags during osmo_stream_*_recv()Pau Espin Pedrol2-0/+5
2022-09-13stream: Unset fd value after close() before calling closed_cb()Pau Espin Pedrol1-1/+2
2022-09-12stream: Fix typos in log messagesPau Espin Pedrol2-3/+3
2022-09-12osmux: osmux_xfrm_input_close_circuit(): Log circuit not foundPau Espin Pedrol1-1/+4
2022-09-12osmux: Allow the user to alloc msgbs used to provide generated RTP packetsPau Espin Pedrol2-4/+27
2022-09-02osmux: Allocate struct osmux_out_handle through APIPau Espin Pedrol7-72/+161
2022-09-02osmux: Move osmux_xfrm_output_set_tx_cb() further down to the xfrm_output sec...Pau Espin Pedrol1-16/+16
2022-09-02osmux: Drop long time deprecated APIsPau Espin Pedrol2-122/+0
2022-08-31examples/osmux-test-output: Avoid using deprecated Osmux APIPau Espin Pedrol1-1/+1
2022-08-21Properly handle send() return codeMax1-2/+2
2022-08-21Log more details in osmo_stream_srv_write()Max1-3/+3
2022-08-11rtp: Avoid memcpy(len=0)Pau Espin Pedrol1-1/+2
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-07-18stream: getsockopt ret socklen_t is unsignedPau Espin Pedrol1-3/+3
2022-07-13tests/amr: fix less-than-zero comparison of an unsigned valueVadim Yanitskiy1-1/+1
2022-07-05stream: assert params are not NULL in send/recv functionsPau Espin Pedrol1-3/+8
2022-06-29rtp: Delay rtph ptr assign after validating lengthPau Espin Pedrol1-1/+2
2022-06-28Bump version: 1.1.0.14-d1ab-dirty → 1.2.01.2.0Pau Espin Pedrol7-10/+34
2022-06-17update git URLs (git -> https; gitea)2022q2Harald Welte3-5/+5
2022-02-17amr_test: increase test coverage for oa / bwe conversation2022q1Philipp Maier2-31/+131
2022-02-15amr: cosmetic: fix grammer in commentPhilipp Maier1-2/+2
2022-01-05amr: Fix length check in bwe<->iuup convertersPau Espin Pedrol3-12/+21
2022-01-05amr: Fix FormatType from parsing BWE AMR headerPau Espin Pedrol2-2/+3
2022-01-04amr: Introduce APIs to convert BE to IuUP/IuFP formatAlexander Couzens4-0/+140
2022-01-02export osmo_amr_bitsAlexander Couzens1-0/+1
2021-12-31amr: don't rely on pad bits to be zeroAlexander Couzens1-1/+1
2021-12-16prim: return last error code2021q4Pau Espin Pedrol1-1/+1
2021-12-09prim: Add internal CTL SAPI to negotiate SAP versionsPau Espin Pedrol2-3/+122
2021-12-09Introduce osmo_prim_srv APIsPau Espin Pedrol5-0/+409
2021-12-09stream: Add support for AF_UNIX socketsPau Espin Pedrol2-70/+252
2021-12-01stream: Factor out sctp_recvmg long code chunkPau Espin Pedrol1-43/+51
2021-11-23Introduce sctp.h to provide SCTP related functionalitiesPau Espin Pedrol5-0/+50
2021-02-23Bump version: 1.0.0.14-3e65-dirty → 1.1.01.1.02021q1Pau Espin Pedrol7-10/+37
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol4-4/+4
2021-02-19gitignore: Ignore autfoo *~ churnPau Espin Pedrol1-0/+1