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 68f9a012fa40c599f425076175bd3941b5057b04 (commit)
discards 99b6a764a85d7cb7707f419228accf5304b2ac72 (commit)
discards 3e1c2e66000eb6643457ae3798c6f217688aaf94 (commit)
discards 5188254b99510ec1bac3d8805ee7efba39476c49 (commit)
discards 5969280e8494d2bb81b65e72ebba6598dc6a6613 (commit)
discards 9e54b3c8d5d5561954e2915afeff2cba0b4b3985 (commit)
discards 10f8de1dc8f57a434d97d6f73ee19cdd45b0980a (commit)
discards 32bef442da47252919c45c81d084b0588f806b89 (commit)
via 97a8c786dabe16c69d393939385173eb005dc226 (commit)
via 2413ab74e2dbb183f94a50637aaecf5c7fce7fd6 (commit)
via 5d780a24588559e6f7d9ef1d438a5d44e1dca4ba (commit)
via 67576744f5a8d410bd20d75f04e1a96d2c16eb49 (commit)
via 2b97c1e7e5c39a6be598db992fa91d49fccb452e (commit)
via 808b9f046a3e0c2fc5b998bb19b6b22970d8b9f6 (commit)
via 53ee47a69792cf7d55e839630d77b243bccefce4 (commit)
via c3e9741a35cd4a16ff77a5f54551ca0e38aaebe9 (commit)
via 254745880bb2ff7f17fe158fb7bfb5e1dc530906 (commit)
via 30ffa7ade5aa55e95cf888bbdd9028f2983d663c (commit)
via c9fa25e8316b8af3e9f11b9e79368092df466972 (commit)
via 4c4a1c2035cd884d300fc0a04cb9995b16eade62 (commit)
via efb43c012ba95fc9373704ade7b583dffb46b621 (commit)
via 5f3871e3626a407c01af42d72a9e8ea010938dc2 (commit)
via bf42e0a91fcf79efa9b68c38568021e4d68c87b2 (commit)
via ac2ad3b437bd20a766daed0cb668e394a0a2bc4e (commit)
via 7c840be4765700e6a6efc54ddbbff4c279f91cca (commit)
via 78d0486ffdbb404c01315f28b24ef0688a57a99b (commit)
via b0a4235805a690ddad47d890e183b29c03322515 (commit)
via 519217f0eafee4fe71c49e5310c6f26621f0a6e1 (commit)
via 14dd30a13e27afcbdc7cce7203d07b50de48fa53 (commit)
via 34260c892390c6831a0a5fb906bc3bffcfd08896 (commit)
via ae3a993bd637b3994db0183abe8cfc6eeb796d51 (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 (68f9a012fa40c599f425076175bd3941b5057b04)
\
N -- N -- N (97a8c786dabe16c69d393939385173eb005dc226)
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=97a8c786dabe16c69d393939385…
commit 97a8c786dabe16c69d393939385173eb005dc226
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=2413ab74e2dbb183f94a50637aa…
commit 2413ab74e2dbb183f94a50637aaecf5c7fce7fd6
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=5d780a24588559e6f7d9ef1d438…
commit 5d780a24588559e6f7d9ef1d438a5d44e1dca4ba
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=67576744f5a8d410bd20d75f04e…
commit 67576744f5a8d410bd20d75f04e1a96d2c16eb49
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=2b97c1e7e5c39a6be598db992fa…
commit 2b97c1e7e5c39a6be598db992fa91d49fccb452e
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=808b9f046a3e0c2fc5b998bb19b…
commit 808b9f046a3e0c2fc5b998bb19b6b22970d8b9f6
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=53ee47a69792cf7d55e839630d7…
commit 53ee47a69792cf7d55e839630d77b243bccefce4
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=c3e9741a35cd4a16ff77a5f5455…
commit c3e9741a35cd4a16ff77a5f54551ca0e38aaebe9
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:
.gitreview | 3 ++
debian/control | 59 +++++++++++++++++++++++++++++--------
debian/copyright | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++
debian/rules | 7 ++++-
src/e1_input.c | 10 +------
src/input/ipa.c | 6 ++--
src/input/ipaccess.c | 31 +++++++++++++-------
src/input/lapd.c | 2 +-
src/input/misdn.c | 4 +--
src/input/rs232.c | 2 +-
src/subchan_demux.c | 13 +-------
src/trau/osmo_ortp.c | 48 ++++++++++++++++++------------
12 files changed, 196 insertions(+), 72 deletions(-)
create mode 100644 .gitreview
create mode 100644 debian/copyright
hooks/post-receive
--
Osmocom A-bis protcol interface library