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 2f8b9d25f8428980e35ed8f8b2dc44324bc4566a (commit)
from 8b1a2f8cd7a81c6b8c7cdb0963dcf89de7c46100 (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=2f8b9d25f8428980e35ed8f8b2dc4432…
commit 2f8b9d25f8428980e35ed8f8b2dc44324bc4566a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jun 18 11:12:13 2017 +0300
Add vty command "radio-link-timeout infinite" for uplink rx testing
When we are performing Rx sensitivity testing on a BTS, we want to
deactivate the connection failure criterion / radio link timeout, i.e.
no matter how many SACCH frames in uplink are failed to decode, the BTS
should never close the channel.
OsmoBTS Change-Id I736f21f6528db5c16fa80cdb905af20673797be5 covers a way
how this behavior can be requested from the BTS via an OML attribute.
This patch adds support to the BSC to actually set that attribute.
Do not use this in production networks, as the BTS will keep open radio
channels indefinitely even if the phone is gone and no longer
transmitting anything. This is a pure testing feature.
Change-Id: I6cb94e0f024934f7baeeb728ca9ed3042fbf16d2
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_04_08.h | 14 --------
openbsc/include/openbsc/gsm_data.h | 3 ++
openbsc/include/openbsc/gsm_data_shared.h | 2 ++
openbsc/src/libbsc/bsc_vty.c | 29 +++++++++++++---
openbsc/src/libbsc/bts_ipaccess_nanobts_omlattr.c | 14 ++++++--
openbsc/src/libcommon/gsm_data.c | 40 +++++++++++++++++++++--
6 files changed, 79 insertions(+), 23 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)