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 c08ee71bff4d86120b051b70e77833458e68aa0b (commit) from 9a7e25b9c3491416b8c41e4a7caeb86ba2167b78 (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=c08ee71bff4d86120b051b70e77833458...
commit c08ee71bff4d86120b051b70e77833458e68aa0b Author: Max msuraev@sysmocom.de Date: Wed May 11 12:45:13 2016 +0200
Move DTX settings to BTS
* Add per-BTS DTX settings * Configure Uplink and Downlink DTX separately * Deprecate global DTX option (it was never tested/used anyway) * Use libosmocore function for DTX indicator in System Information (previously it was incorrectly assigned for half-rate channels)
Related: OS#22 Change-Id: I3d55168475ad47044b6238b55846ea22bdd518a4 Reviewed-on: https://gerrit.osmocom.org/40 Tested-by: Jenkins Builder Reviewed-by: Holger Freyther holger@freyther.de
-----------------------------------------------------------------------
Summary of changes: openbsc/doc/examples/osmo-bsc/osmo-bsc.cfg | 3 +- openbsc/doc/examples/osmo-nitb/rbs2308/openbsc.cfg | 1 - openbsc/include/openbsc/gsm_data.h | 3 - openbsc/include/openbsc/gsm_data_shared.h | 6 +- openbsc/src/libbsc/abis_rsl.c | 11 ++- openbsc/src/libbsc/bsc_init.c | 6 -- openbsc/src/libbsc/bsc_vty.c | 85 +++++++++++++++++++--- openbsc/src/libbsc/system_information.c | 5 ++ openbsc/src/libcommon/gsm_data.c | 6 +- 9 files changed, 98 insertions(+), 28 deletions(-)
hooks/post-receive