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 A-bis protcol interface library".
The branch, master has been updated
via 0c7d5f4a61cc7897a6a8092cd3e0872a39cc98f1 (commit)
from 7895e0456a4e3fb48344932e4ca83d216038eadf (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/libosmo-abis/commit/?id=0c7d5f4a61cc7897a6a8092cd3e…
commit 0c7d5f4a61cc7897a6a8092cd3e0872a39cc98f1
Author: Philipp <pmaier(a)sysmocom.de>
Date: Wed Oct 19 18:38:58 2016 +0200
lapd: adding support for ericsson's lapd dialect
Ericsson's RBS2111-BTS (and similar) implements a lapdm dialect which uses
a link establishment method that differs from the standard. While the BSC
is transmitting sabm frames on one specific timeslot, the BTS will
periodically scan through all timeslots to check for incoming sabm frames.
When the BTS detcts the sabm fames on one of the timeslots it will stay
there and continue to commence the link establishment.
The described procedure requires a slightly modified lapd profile, the t200
retransmission timeout has to be configured to exactly 300 msek. Otherwise
the link establishment will fail. Since the BTS will switch from timeslot
to timeslot most of the sabm frames will not be seen by the BTS, so the
maximum retransmission has to be increased. This patch suggests a maximum
retry count of 300, which is an educated guess and has worked fine during
our tests.
Change-Id: I892af57013d7ab4216e9e2d0873a69129aaeb8e5
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/abis/lapd.h | 9 +++++++++
src/input/lapd.c | 28 ++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
hooks/post-receive
--
Osmocom A-bis protcol interface library