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 80473a113d012321fa1faec24794f0b048cb1a58 (commit)
from 0a05181603ed7c42900f049654de007005de86f3 (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=80473a113d012321fa1faec24794f0b…
commit 80473a113d012321fa1faec24794f0b048cb1a58
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Sep 16 18:38:33 2016 +0200
DTX: fix last SID saving
Previously SID was saved explicitly by each BTS model (lc15, sysmo)
instead of relying on generic function. Fix it by using generic function
and propagating necessary parameters for it.
Change-Id: Ie545212cce5ed2b3ea3228597f18a473f5e1deb4
Fixes: OS#1800
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/l1_if.c | 2 +-
src/osmo-bts-litecell15/l1_if.h | 2 +-
src/osmo-bts-litecell15/tch.c | 16 +++++-----------
src/osmo-bts-sysmo/l1_if.c | 2 +-
src/osmo-bts-sysmo/l1_if.h | 2 +-
src/osmo-bts-sysmo/tch.c | 16 +++++-----------
6 files changed, 14 insertions(+), 26 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)