aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-10-03osmux: Allocate struct osmux_out_handle through APIPau Espin Pedrol1-8/+80
2022-10-03cosmetic: osmux: Make linter happyPau Espin Pedrol2-29/+29
2022-10-03osmux: Split input and output code into separate filesPau Espin Pedrol4-959/+1065
2022-10-03osmux: Take into account configured osmux_in_handle->osmux_seq fieldPau Espin Pedrol1-0/+1
2022-10-03osmux: join osmux_xfrm_input_open_circuit() and osmux_batch_add_circuit()Pau Espin Pedrol1-33/+25
2022-09-30stream: Document osmo_stream_srv_recv() SCTP specialtiesPau Espin Pedrol1-0/+10
2022-09-30stream: Return 0 when receiving sctp notification SCTP_COMM_LOSTPau Espin Pedrol1-1/+2
2022-09-30stream: Remove unneeded break statementPau Espin Pedrol1-1/+0
2022-09-30stream: Set sctp_ppid and sctp_stream when sctp notifciation is receivedPau Espin Pedrol1-2/+2
2022-09-30stream: Log rx of sctp notification SCTP_SEND_FAILEDPau Espin Pedrol1-0/+3
2022-09-30stream: Erase sctp_msg_flags if receiving user dataPau Espin Pedrol1-0/+1
2022-09-30stream: Set proper msgb length when returning sctp_notificationPau Espin Pedrol1-0/+1
2022-09-29osmux: Fix unwanted RTP marker bit upon rx of osmux seqnum wrap aroundPau Espin Pedrol1-1/+1
2022-09-29osmux: Fix osmux seqnum incremented globally instead of per circuitPau Espin Pedrol1-7/+7
2022-09-28cosmetic: osmux: Fix typo in commentPau Espin Pedrol1-1/+1
2022-09-28cosmetic: osmux: Properly separate expressions with whitespacePau Espin Pedrol1-1/+1
2022-09-28osmux: Fix AMR F,Q,CMR fields not properly encoded in osmux headerPau Espin Pedrol1-7/+7
2022-09-28osmux: Proper encoding of osmux frames when when AMR FT changesPau Espin Pedrol1-29/+52
2022-09-28osmux: Print osmux_hdr rtp_m field in osmux_snprintf()Pau Espin Pedrol1-2/+2
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-19stream: Provide caller with SCTP flags during osmo_stream_*_recv()Pau Espin Pedrol1-0/+1
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 Pedrol1-2/+2
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 Pedrol1-4/+22
2022-09-02osmux: Allocate struct osmux_out_handle through APIPau Espin Pedrol1-0/+53
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 Pedrol1-118/+0
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-07-18stream: getsockopt ret socklen_t is unsignedPau Espin Pedrol1-3/+3
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 Pedrol1-1/+1
2022-02-15amr: cosmetic: fix grammer in commentPhilipp Maier1-2/+2
2022-01-05amr: Fix length check in bwe<->iuup convertersPau Espin Pedrol1-9/+18
2022-01-05amr: Fix FormatType from parsing BWE AMR headerPau Espin Pedrol1-1/+1
2022-01-04amr: Introduce APIs to convert BE to IuUP/IuFP formatAlexander Couzens1-0/+71
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 Pedrol1-3/+112
2021-12-09Introduce osmo_prim_srv APIsPau Espin Pedrol2-0/+353