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
via b3060b83e27220fbaa3d7017b3fba3f2124997d6 (commit)
via 6354070b6a3db6e606f10a02078b0160781cbf55 (commit)
via 373c448c8d64a4537cbc0852d9a2dea9916f87fa (commit)
via d177d704035ce1de4ea8c361d9d5d03812fd6665 (commit)
via 6e97dbda1db87608a9071057accf7234a053d536 (commit)
via 6a45950d30dc66fb299bf0c843734042dec43629 (commit)
via 8c0f4d53849f0a0060d2a309c0c4a5ea14fc44c1 (commit)
via 78d0486ffdbb404c01315f28b24ef0688a57a99b (commit)
via b0a4235805a690ddad47d890e183b29c03322515 (commit)
via 519217f0eafee4fe71c49e5310c6f26621f0a6e1 (commit)
via 14dd30a13e27afcbdc7cce7203d07b50de48fa53 (commit)
via 34260c892390c6831a0a5fb906bc3bffcfd08896 (commit)
via ae3a993bd637b3994db0183abe8cfc6eeb796d51 (commit)
from 3e1c2e66000eb6643457ae3798c6f217688aaf94 (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=b3060b83e27220fbaa3d7017b3f…
commit b3060b83e27220fbaa3d7017b3fba3f2124997d6
Merge: 6354070 3e1c2e6
Author: Philipp <pmaier(a)sysmocom.de>
Date: Thu Dec 8 17:32:52 2016 +0100
Merge branch 'pmaier/siu' of ssh://go/libosmo-abis into pmaier/siu
Conflicts:
src/input/unixsocket.c
http://cgit.osmocom.org/libosmo-abis/commit/?id=6354070b6a3db6e606f10a02078…
commit 6354070b6a3db6e606f10a02078b0160781cbf55
Author: Philipp <pmaier(a)sysmocom.de>
Date: Thu Dec 8 17:17:33 2016 +0100
lapd: Minor fixups
Setting n200 to 300 is a bit high. Setting it to 50 is perfectly fine,
maybe even less is possible (needs to be tryed)
Also added 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=373c448c8d64a4537cbc0852d9a…
commit 373c448c8d64a4537cbc0852d9a2dea9916f87fa
Author: Harald Welte <laforge(a)gnumonks.org>
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=d177d704035ce1de4ea8c361d9d…
commit d177d704035ce1de4ea8c361d9d5d03812fd6665
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 8 16:58:23 2016 +0100
unixsocket/e1inp_ericsson_set_altc: do more validation checks on *line parameter
Change-Id: Ieb195c41df066c1f3dd999db42075f20a072d652
http://cgit.osmocom.org/libosmo-abis/commit/?id=6e97dbda1db87608a9071057acc…
commit 6e97dbda1db87608a9071057accf7234a053d536
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 8 16:57:44 2016 +0100
unixsocket/e1inp_ericsson_set_altc: increase allocation of msgb
Change-Id: If72a46fb6c70dacc91d17e9652ded804d8f7f292
http://cgit.osmocom.org/libosmo-abis/commit/?id=6a45950d30dc66fb299bf0c8437…
commit 6a45950d30dc66fb299bf0c843734042dec43629
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 8 16:16:15 2016 +0100
add e1inp_ericsson_set_altc() to unixsocket driver
e1inp_ericsson_set_altc() set the a-bis lower traffic channel mode.
timeslot is needed to bootstrap the siu.
superchannel is used for everything else
Change-Id: I3eeac681f238cdbc4bb19e18155f0b0e93aefeb7
http://cgit.osmocom.org/libosmo-abis/commit/?id=8c0f4d53849f0a0060d2a309c0c…
commit 8c0f4d53849f0a0060d2a309c0c4a5ea14fc44c1
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 communicating with LAPD.
Missing for merge:
- SOL_PACKET is not portable to *BSD
- unix socket path not configurable
Change-Id: Ia5723b09a5c68a0505829dc732def981e60a907a
-----------------------------------------------------------------------
Summary of changes:
src/input/ipa.c | 6 ++----
src/input/ipaccess.c | 7 ++++++-
src/input/lapd.c | 12 +++++++++---
src/input/misdn.c | 2 +-
src/input/rs232.c | 2 +-
src/input/unixsocket.c | 14 --------------
src/trau/osmo_ortp.c | 16 +++++++++++++---
7 files changed, 32 insertions(+), 27 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library