libosmo-abis.git branch pmaier/siu updated. 0.3.2-61-ge12782f

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Wed Feb 8 17:28:58 UTC 2017


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  3cc43e14d7a457f8851bce76776481206715bde3 (commit)
  discards  c21681f36f8ba23a4d448954a2908213f3bb7564 (commit)
  discards  e1a29542b6b5e9469d62a3b00a372b1e795a8217 (commit)
  discards  11d6839e77246c4d983877abf11859b37e97ad8b (commit)
  discards  67576744f5a8d410bd20d75f04e1a96d2c16eb49 (commit)
  discards  2b97c1e7e5c39a6be598db992fa91d49fccb452e (commit)
  discards  808b9f046a3e0c2fc5b998bb19b6b22970d8b9f6 (commit)
  discards  53ee47a69792cf7d55e839630d77b243bccefce4 (commit)
  discards  c3e9741a35cd4a16ff77a5f54551ca0e38aaebe9 (commit)
       via  e12782ff7d4109f6fc0972f74c8bab8228f4428a (commit)
       via  f77e84f5a9527ae9142828b923ae48eaddbc7371 (commit)
       via  80dc0fbda6de8a6831b03140851f3ce0cc315658 (commit)
       via  ad96434381efefaca0b0177b00c3f790414df841 (commit)
       via  554227493675366a5163ecdc7c80aacbaeda113f (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 (3cc43e14d7a457f8851bce76776481206715bde3)
            \
             N -- N -- N (e12782ff7d4109f6fc0972f74c8bab8228f4428a)

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=e12782ff7d4109f6fc0972f74c8bab8228f4428a

commit e12782ff7d4109f6fc0972f74c8bab8228f4428a
Author: Philipp Maier <pmaier at 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=f77e84f5a9527ae9142828b923ae48eaddbc7371

commit f77e84f5a9527ae9142828b923ae48eaddbc7371
Author: Philipp Maier <pmaier at 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=80dc0fbda6de8a6831b03140851f3ce0cc315658

commit 80dc0fbda6de8a6831b03140851f3ce0cc315658
Author: Philipp Maier <pmaier at 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=ad96434381efefaca0b0177b00c3f790414df841

commit ad96434381efefaca0b0177b00c3f790414df841
Author: Philipp Maier <pmaier at 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=554227493675366a5163ecdc7c80aacbaeda113f

commit 554227493675366a5163ecdc7c80aacbaeda113f
Author: Alexander Couzens <lynxis at 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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Osmocom A-bis protcol interface library



More information about the osmocom-commitlog mailing list