This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated via 57e95a22f02b5b2ec781d9bc977c785a6e6f1166 (commit) from ecff2424e56ce2a69dfe35190a5182cb90a3c09c (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/openbsc/commit/?id=57e95a22f02b5b2ec781d9bc977c785a6...
commit 57e95a22f02b5b2ec781d9bc977c785a6e6f1166 Author: Pablo Neira Ayuso pablo@soleta.eu Date: Fri Jul 17 21:56:23 2015 +0200
osmux: add option to pad the circuit with dummy messages
Iridium is a satellite network which operates a GPRS-like that allows you to get speeds up to 128kbit/s. However, it takes from 5 to 6 secs to get the bandwidth allocated, so the conversation is garbled during the time.
This patch uses the new dummy padding support in libosmo-netif that is controlled through the osmux osmux_xfrm_input_open_circuit().
This includes a new VTY option for osmux.
-----------------------------------------------------------------------
Summary of changes: openbsc/include/openbsc/mgcp.h | 4 ++++ openbsc/src/libmgcp/mgcp_osmux.c | 7 +++++++ openbsc/src/libmgcp/mgcp_vty.c | 16 ++++++++++++++++ 3 files changed, 27 insertions(+)
hooks/post-receive