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, pmaier/siu has been updated
discards e12782ff7d4109f6fc0972f74c8bab8228f4428a (commit)
discards f77e84f5a9527ae9142828b923ae48eaddbc7371 (commit)
discards 80dc0fbda6de8a6831b03140851f3ce0cc315658 (commit)
discards ad96434381efefaca0b0177b00c3f790414df841 (commit)
discards 554227493675366a5163ecdc7c80aacbaeda113f (commit)
via 3eff7df766c81b77f55d2446db5a29a2a782e6e3 (commit)
via b4ebdd61a880731bf4d9c160c39d04608ba8aba9 (commit)
via d042c57abf33809e2adc23f4e69d27b288b4b333 (commit)
via 489eb2ff7af38daf3a778e327bf7a04d7f627867 (commit)
via eae09426311ecf052ad060c8a3f84c430476b213 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (e12782ff7d4109f6fc0972f74c8bab8228f4428a)
\
N -- N -- N (3eff7df766c81b77f55d2446db5a29a2a782e6e3)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=3eff7df766c81b77f55d2446db5…
commit 3eff7df766c81b77f55d2446db5a29a2a782e6e3
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Feb 1 13:51:03 2017 +0100
lapd: Reduce N200 (SABM retransmission count)
N200 is set to 300, which turned out to be uncomfortably high, the
commit reduces the value to 50
http://cgit.osmocom.org/libosmo-abis/commit/?id=b4ebdd61a880731bf4d9c160c39…
commit b4ebdd61a880731bf4d9c160c39d04608ba8aba9
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Dec 8 17:17:33 2016 +0100
lapd: Improve log output
Add pointer address output to the sap alloc/free functions in
order to track the objects later in the debug output (we have three
of them)
http://cgit.osmocom.org/libosmo-abis/commit/?id=d042c57abf33809e2adc23f4e69…
commit d042c57abf33809e2adc23f4e69d27b288b4b333
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Dec 5 19:45:37 2016 +0100
unixsocket: make socket connection fault tolerant
When the l2tpd is killed, the unix socket will permanently loose the connection,
even if l2tpd is restarted the connection is still blocked. This commit adds
some fault tolerance mechanisms to automatically reconnect the socket as soon
as it is available again.
http://cgit.osmocom.org/libosmo-abis/commit/?id=489eb2ff7af38daf3a778e327bf…
commit 489eb2ff7af38daf3a778e327bf7a04d7f627867
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Nov 16 14:06:36 2016 +0100
unixsocket: Ensure superchannel is disabled for new connections
When the BSC is shut down or disconnected it may happen that the
SIU stays in superchannel mode, while the BTS is falling back
into its normal communication mode. This causes a permanent
link failure because the SIU is still trying to reconnect on
the superchannel.
This patch ensures that for every new connection the superchannel
is taken down by default. If the connection was still good, SIU
and BTS will switch back to normal mode together. If not. The
SIU will switch back alone while the BTS is already switched
back by itsself.
http://cgit.osmocom.org/libosmo-abis/commit/?id=eae09426311ecf052ad060c8a3f…
commit eae09426311ecf052ad060c8a3f84c430476b213
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 1 22:05:13 2016 +0100
add basic unixsocket support
Allow to connect to a unix socket for communicating with LAPD.
Change-Id: Ia5723b09a5c68a0505829dc732def981e60a907a
-----------------------------------------------------------------------
Summary of changes:
src/input/unixsocket.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library