aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-15src: shorter stream function namesPablo Neira Ayuso7-386/+379
2012-08-15src: shorter names for datagram socketsPablo Neira Ayuso6-171/+170
2012-08-06osmux: fix ordering of RTP messages in the batching listPablo Neira Ayuso1-12/+15
2012-08-06osmux: add OSMUX_MAX_CONCURRENT_CALLS which is 8Pablo Neira Ayuso2-6/+8
2012-08-06osmux: support two concurrent calls in output pathPablo Neira Ayuso3-11/+20
2012-08-06osmux: add infrastructure to map RTP SSRC and osmux CCIDPablo Neira Ayuso3-4/+59
2012-08-06osmux: fix wrong calculation of csrc_countPablo Neira Ayuso1-2/+1
2012-08-06osmux: batching factor can be explicitly configured by callerPablo Neira Ayuso3-4/+3
2012-08-06osmux: store internal batching information in struct osmux_in_handlePablo Neira Ayuso3-31/+49
2012-08-06osmux: print RTP header if debug logging level is setPablo Neira Ayuso1-4/+8
2012-08-06rtp: add osmo_rtp_snprintfPablo Neira Ayuso2-0/+42
2012-08-04osmux: extend debugging to make sure we don't lag in scheduled transmissionsPablo Neira Ayuso1-2/+6
2012-08-04osmux: remove timeval parameter from osmux_tx_schedPablo Neira Ayuso3-9/+9
2012-08-04osmux: fix when to add the osmux headerPablo Neira Ayuso1-5/+9
2012-08-04osmux: fix list ordering for RTP messages that will be included in batchPablo Neira Ayuso1-25/+12
2012-08-04osmux: check for the maximum amount of messages in batchPablo Neira Ayuso1-1/+8
2012-08-04osmux: cleanup tx pathPablo Neira Ayuso3-44/+54
2012-08-04fix wrong delta between two RTP messagesPablo Neira Ayuso1-1/+1
2012-08-02osmux: major rework to reduce batch message size (add counter field)Pablo Neira Ayuso3-76/+221
2012-08-02tests: osmux: initialize input handler before first runPablo Neira Ayuso1-2/+2
2012-08-02tests: osmo-pcap: callback control the release of the emulated packetPablo Neira Ayuso1-2/+0
2012-08-02osmux: osmux_get_payload returns uint8_t * instead void *Pablo Neira Ayuso1-1/+1
2012-08-02osmux: fix wrong maximum batch sizePablo Neira Ayuso1-1/+2
2012-08-02tests: osmo-pcap: cleanup for osmux test receiver loopPablo Neira Ayuso1-11/+7
2012-07-19osmux: use logging infrastructurePablo Neira Ayuso1-5/+11
2012-07-19tests: osmo-pcap: use logging infrastructurePablo Neira Ayuso1-0/+26
2012-07-19osmux: add DEBUG_TIMING to make sure timing reconstruction is OKPablo Neira Ayuso1-0/+15
2012-07-19osmux: always use osmux_tx_cb in osmux_tx_schedPablo Neira Ayuso1-7/+5
2012-07-19tests: osmo-pcap: split packet replay from osmux_test codePablo Neira Ayuso4-118/+189
2012-07-19tests: osmo-pcap: adapt it to use new osmux_tx_schedPablo Neira Ayuso1-3/+19
2012-07-19osmux: add osmux_tx_sched to reconstruct the timing of RTP messagesPablo Neira Ayuso2-0/+44
2012-07-13osmux: use osmo_amr_bytes instead of hardcoded 15 bytes for CMR 2Pablo Neira Ayuso1-7/+9
2012-07-13src: add function to obtain bytes depending on AMR frame codePablo Neira Ayuso3-1/+56
2012-07-12tests: osmo-pcap: test osmux functionsPablo Neira Ayuso1-4/+45
2012-07-12add osmux supportPablo Neira Ayuso4-0/+288
2012-07-12osmo-pcap-test: add -g compilation for debugging (valgrind) and use -losmonetifPablo Neira Ayuso2-2/+3
2012-07-12rtp: add new parameter to osmo_rtp_get_payload to obtain payload lengthPablo Neira Ayuso2-2/+4
2012-07-12amr: add osmo_amr_get_payloadPablo Neira Ayuso1-0/+5
2012-07-09rtp: add RTP_PT_RTCP (72-76 for RTCP)Pablo Neira Ayuso1-0/+2
2012-07-09rtp: add missing RTP_PT_AMR for AMR-WB (type 98) and RTP_PT_GSM_HALF (96)Pablo Neira Ayuso1-0/+4
2012-07-07include: add AMR definitions in amr.h headerPablo Neira Ayuso2-1/+67
2012-07-07rtp: split osmo_rtp_parse in two functionsPablo Neira Ayuso4-30/+35
2012-07-04tests: osmo-pcap: fix bad UDP header calculationPablo Neira Ayuso1-3/+1
2012-07-03rtp: remove unused rtp_handle parameter from osmo_rtp_parsePablo Neira Ayuso4-4/+4
2012-07-03rtp: move RTP header definitions to include rtp.hPablo Neira Ayuso2-49/+45
2012-06-28add .gitignorePablo Neira Ayuso1-0/+27
2012-06-28test: add osmo-pcap-test infrastructurePablo Neira Ayuso12-0/+498
2012-04-04add rs232 supportPablo Neira Ayuso6-0/+780
2012-02-23build: use libosmo-netif.pc instead libosmonetif.pcPablo Neira Ayuso3-2/+2
2012-02-23build: fix wrong name for linking optionsPablo Neira Ayuso1-1/+1