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 16b4179fbeaf3289e7aa41e4f9a0ac5d9d6206f6 (commit)
from 42ffb325f8e00a5bce0eefbce579ff7d86f73282 (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=16b4179fbeaf3289e7aa41e4f9a0ac5…
commit 16b4179fbeaf3289e7aa41e4f9a0ac5d9d6206f6
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Wed Jan 18 17:52:27 2017 +0100
rsl: Fix dropping of LAPDm UA message.
In some cases, when successive mobile originated calls are made, the LAPDm UA
message gets lost because the channel is relased to early. Too overcome the
problem we do not send relase indications immediately. Instead a flag will be
set and the message stored and sent on the next TCH-RTS-IND.
This commit adds the functionality to store the release indication msg, to
rsl.c. It also addes the mechanism to forward the release indication to l1sap.c
See also coresponding change in openbsc.git:
Change-Id I15fc1ef8e9e83f009bde96de9a8e95702cffbce6
This patch is is a slightly improved/reformatted version of:
https://gitlab.com/nrw_noa/osmo-bts/commit/95d1f15ad108c1c1869c1965144acd64…
Change-Id: Ie4f70c75f0137b4bd72d579b3a32575bac2fca38
-----------------------------------------------------------------------
Summary of changes:
src/common/l1sap.c | 11 +++++++++++
src/common/rsl.c | 17 +++++++++++++++++
2 files changed, 28 insertions(+)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)