aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmgcp/mgcp_osmux.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-02mgcp_osmux: available circuit IDs from 0 to 255, not from 0 to 128Pablo Neira Ayuso1-1/+1
2015-10-12osmux: Allow to listen to a specific addressHolger Hans Peter Freyther1-1/+1
2015-10-12osmux: Remember the allocated CID and make sure it is releasedHolger Hans Peter Freyther1-0/+13
2015-10-12osmux: Do not divide the number of bytes by eight.Holger Hans Peter Freyther1-2/+2
2015-10-12osmux: Test cid allocation and de-allocationHolger Hans Peter Freyther1-0/+14
2015-08-19osmux: add option to pad the circuit with dummy messagesPablo Neira Ayuso1-0/+7
2015-01-21mgcp: Honor the rtp IP_TOS settings for OsmuxHolger Hans Peter Freyther1-0/+1
2014-09-17osmux: send osmux stats in MGCP DLCX responsesPablo Neira Ayuso1-0/+14
2014-09-16osmux: account extracted traffic from the osmux batchPablo Neira Ayuso1-0/+6
2014-08-29osmux: add 'osmux batch-size NUM' option to mgcp vtyPablo Neira Ayuso1-0/+2
2014-08-29osmux: set default port from mgcp_parse_config()Pablo Neira Ayuso1-5/+0
2014-08-28osmux: fix leak in osmux_deliver()Pablo Neira Ayuso1-0/+1
2014-08-28osmux: fix access to uninitialized memory area in scheduled_tx_*_cbPablo Neira Ayuso1-2/+8
2014-08-28osmux: rename osmux.c to mgcp_osmux.cPablo Neira Ayuso1-0/+527