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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via f4544573f84f2fbfd2f11b4c35274c304c05df4b (commit)
from 186c6bac0758b6f94aa101e151664b0dea5d8975 (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/osmo-bts/commit/?id=f4544573f84f2fbfd2f11b4c35274c3…
commit f4544573f84f2fbfd2f11b4c35274c304c05df4b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat May 27 12:12:39 2017 +0200
OML Add osmocom-specific way to deactivate radio link timeout
In some situations (e.g. when trying to do measurements/testing on the
BTS receiver / uplink) it is useful to have a way to disable the radio
link timeout and keep any channel open until deactivated, irrespective
of whether (valid) data is received or not.
This adds a related feature that can be activated by using an
osmocom-specific value of 0xff for the TS 12.21 Connection Failure
Criterion (9.4.14).
Change-Id: I736f21f6528db5c16fa80cdb905af20673797be5
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/gsm_data.h | 4 +++-
src/common/l1sap.c | 4 ++++
src/common/oml.c | 20 +++++++++++++++-----
3 files changed, 22 insertions(+), 6 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)