This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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 9f936344eab060d11e65660b18e1deef54d34723 (commit)
from 57b5fb88191e8eec2ad8f555293f48d39933966e (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=9f936344eab060d11e65660b18e1deef54d34723
commit 9f936344eab060d11e65660b18e1deef54d34723
Author: Max <msuraev at sysmocom.de>
Date: Thu Nov 3 13:39:00 2016 +0100
DTX DL: tighten check for enabled operation
Introduce dtx_dl_amr_enabled() function which checks that DTX is enabled
and FSM is allocated and use it for all corresponding checks.
Change-Id: Ifa68b641265ed14f242765c85e40da2d1021a541
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/msg_utils.h | 1 +
src/common/l1sap.c | 2 +-
src/common/msg_utils.c | 9 +++++++++
src/osmo-bts-litecell15/l1_if.c | 2 +-
src/osmo-bts-litecell15/tch.c | 6 +++---
src/osmo-bts-sysmo/l1_if.c | 2 +-
src/osmo-bts-sysmo/tch.c | 6 +++---
7 files changed, 19 insertions(+), 9 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)