aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-08-19channel: abis: ipa-stream-server: fix crash while closing socketPablo Neira Ayuso1-0/+5
2012-08-19ipa: add osmo_ipa_process_msg and remove osmo_ipa_recv_msgPablo Neira Ayuso3-32/+25
2012-08-19consolidate ipa_unit infrastructurePablo Neira Ayuso3-223/+245
2012-08-19stream: add osmo_stream_srv_get_masterPablo Neira Ayuso1-0/+5
2012-08-19channel: add abis directory under channelPablo Neira Ayuso5-9/+10
2012-08-19channel: add subtype ID to osmo_chan_createPablo Neira Ayuso3-3/+18
2012-08-19channel: osmo_chan_init takes one pointer to set the talloc contextPablo Neira Ayuso1-3/+7
2012-08-19channel: rename CHAN_* to OSMO_CHAN_* for correct namespace policyPablo Neira Ayuso3-3/+3
2012-08-19channel: use linked list instead of array of existing channelsPablo Neira Ayuso1-10/+29
2012-08-19channel: define CHAN_SIGN_OML and CHAN_SIGN_RSL internallyPablo Neira Ayuso2-0/+6
2012-08-18channel: add name fieldPablo Neira Ayuso2-0/+2
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 Ayuso3-8/+22
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_client channelPablo Neira Ayuso3-1/+361
2012-08-15add ipa_unitPablo Neira Ayuso2-0/+119
2012-08-15channel: abis-ipa: shorter function namesPablo Neira Ayuso2-82/+80
2012-08-15src: shorter stream function namesPablo Neira Ayuso2-270/+263
2012-08-15src: shorter names for datagram socketsPablo Neira Ayuso1-91/+90
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 Ayuso1-4/+4
2012-08-06osmux: support two concurrent calls in output pathPablo Neira Ayuso1-5/+15
2012-08-06osmux: add infrastructure to map RTP SSRC and osmux CCIDPablo Neira Ayuso1-4/+48
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 Ayuso1-4/+1
2012-08-06osmux: store internal batching information in struct osmux_in_handlePablo Neira Ayuso1-29/+45
2012-08-06osmux: print RTP header if debug logging level is setPablo Neira Ayuso1-4/+8
2012-08-06rtp: add osmo_rtp_snprintfPablo Neira Ayuso1-0/+40
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 Ayuso1-4/+7
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 Ayuso1-22/+47
2012-08-02osmux: major rework to reduce batch message size (add counter field)Pablo Neira Ayuso1-61/+198
2012-08-02osmux: fix wrong maximum batch sizePablo Neira Ayuso1-1/+2
2012-07-19osmux: use logging infrastructurePablo Neira Ayuso1-5/+11
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-19osmux: add osmux_tx_sched to reconstruct the timing of RTP messagesPablo Neira Ayuso1-0/+42
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 Ayuso2-1/+44
2012-07-12add osmux supportPablo Neira Ayuso2-0/+219
2012-07-12rtp: add new parameter to osmo_rtp_get_payload to obtain payload lengthPablo Neira Ayuso1-1/+3
2012-07-07rtp: split osmo_rtp_parse in two functionsPablo Neira Ayuso1-19/+21
2012-07-03rtp: remove unused rtp_handle parameter from osmo_rtp_parsePablo Neira Ayuso1-1/+1
2012-07-03rtp: move RTP header definitions to include rtp.hPablo Neira Ayuso1-49/+0
2012-04-04add rs232 supportPablo Neira Ayuso2-0/+273
2012-02-23datagram: minor cleanupPablo Neira Ayuso1-6/+5