aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-19channel: add abis directory under channelPablo Neira Ayuso9-17/+19
2012-08-19channel: add subtype ID to osmo_chan_createPablo Neira Ayuso6-6/+28
2012-08-19channel: osmo_chan_init takes one pointer to set the talloc contextPablo Neira Ayuso4-9/+13
2012-08-19channel: rename CHAN_* to OSMO_CHAN_* for correct namespace policyPablo Neira Ayuso6-9/+10
2012-08-19channel: use linked list instead of array of existing channelsPablo Neira Ayuso4-10/+39
2012-08-19channel: define CHAN_SIGN_OML and CHAN_SIGN_RSL internallyPablo Neira Ayuso3-3/+6
2012-08-19channel: remove leftover unused definitions in headerPablo Neira Ayuso1-6/+0
2012-08-18channel: add name fieldPablo Neira Ayuso3-0/+3
2012-08-18channel: abis-ipa-client: add missing header filePablo Neira Ayuso1-0/+13
2012-08-16channel: abis-ipa-server: stream layer already destroy the socket for usPablo Neira Ayuso1-1/+1
2012-08-16ipa: change osmo_ipa_rcvmsg_base to take argument depending on rolePablo Neira Ayuso4-9/+23
2012-08-16channel: display error messages for channel_open()Pablo Neira Ayuso1-2/+9
2012-08-16channel: abis-ipa-server: fix connection closurePablo Neira Ayuso1-0/+2
2012-08-16add ABIS IPA example as client (BTS)Pablo Neira Ayuso2-1/+95
2012-08-16add abis_ipa_client channelPablo Neira Ayuso4-1/+362
2012-08-15add ipa_unitPablo Neira Ayuso3-0/+139
2012-08-15channel: abis-ipa: shorter function namesPablo Neira Ayuso5-92/+90
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