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 2c95ae6a091083a7d1108aa852d6bfacd442f62d (commit)
from a1fa955212e18ddca286a2c7d30333116406f56b (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=2c95ae6a091083a7d1108aa852d6bfa…
commit 2c95ae6a091083a7d1108aa852d6bfacd442f62d
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Dec 12 12:36:28 2016 +0100
osmo-bts-trx: fix lchan deactivation
Use chan_nr for deactivating lchan instead of lchan->nr: chan_nr is the
RSL Channel Number IE value, a bitfield aggregation of lchan type
bits (cbits) and lchan number (lowest three bits). The error was
introduced in 36153239bfd0b633c4d259a9de0a759f41197a2b.
Change-Id: I6dd7060422ab9d18743c1ff2ab419e3e7299d74d
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/l1_if.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)