libosmocore.git branch pmaier/rbs2000 updated. 0.9.6-86-ga76eb6b

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
Fri Feb 3 11:37:20 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 "An utility library for Open Source Mobile Communications".

The branch, pmaier/rbs2000 has been updated
  discards  f127087625f8ece65b4c2a9d22a895d796303893 (commit)
  discards  937b0d5a01b070329d5359902bc0a170ab8d6d72 (commit)
  discards  97264990ea6567340a11fe1c834a199d567c085f (commit)
  discards  06fdf28f69b13ee166ef43828e6d17ac7f125dbe (commit)
  discards  133aa26d118d381302c074d74defd4cdf4bd1117 (commit)
       via  a76eb6be7fb53e451c17330067d01bd570230f67 (commit)
       via  d8ce8899aa3ffcd57cf19c3bef271346134b9366 (commit)
       via  b26d3db7cd458296399fd1e0f62fe93145336960 (commit)
       via  e3c7e9af43de1fc57cedd9d230f199ef0faeeacd (commit)
       via  5a5fd660e86eb8bc353bde7476bfdde5dcf7df8c (commit)
       via  484f159ded2b88a713e7ea659591f0bc848cb3d8 (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 (f127087625f8ece65b4c2a9d22a895d796303893)
            \
             N -- N -- N (a76eb6be7fb53e451c17330067d01bd570230f67)

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/libosmocore/commit/?id=a76eb6be7fb53e451c17330067d01bd570230f67

commit a76eb6be7fb53e451c17330067d01bd570230f67
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Thu Feb 2 18:14:40 2017 +0100

    Revert "Revert "gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASE""
    
    This reverts commit 909cbecbb9d3223b3b372849564600bb9be7fbda.

http://cgit.osmocom.org/libosmocore/commit/?id=d8ce8899aa3ffcd57cf19c3bef271346134b9366

commit d8ce8899aa3ffcd57cf19c3bef271346134b9366
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Wed Feb 1 12:00:45 2017 +0100

    lapd_core: Fix MDL-ERROR ind after RELEASE ind
    
    in lapd_t200_cb() The RELEASE INDICATION is transmitted before
    the MDL ERROR INIDCATION, this prevents the MDL ERROR INDICATION
    from being sent because the RELASE INDICATION close to connection
    eraly. This commit puts the messages into the correct order.
    
    Change-Id: Iae74777138fc27828f511e3aa321d1981861f4a5

http://cgit.osmocom.org/libosmocore/commit/?id=b26d3db7cd458296399fd1e0f62fe93145336960

commit b26d3db7cd458296399fd1e0f62fe93145336960
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Thu Dec 8 10:45:06 2016 +0100

    lapd_core: fix program flow
    
    when the lapd core is in state LAPD_STATE_SABM_SENT, and the
    retransmission counter exceeds (link down) lapd_t200_cb() will
    send an RELASE_INDICATION and an MDL_ERROR_INDICATION to L3.
    This action is done before the state is processed. This seems
    to be no problem with standard retransmission counts (n200),
    but may cause timing problems that lead to deadlock states when
    custom timer configurations are in use. (Ericsson RBS).
    
    This commit moves the functions calls for sending the indications
    mentioned above to the very end of the if branch to relax the
    timing again. (See lapd_t200_cb())
    
    Change-Id: I1c1beb3701b19744a3ce9946abca7767d20a0b6a

http://cgit.osmocom.org/libosmocore/commit/?id=e3c7e9af43de1fc57cedd9d230f199ef0faeeacd

commit e3c7e9af43de1fc57cedd9d230f199ef0faeeacd
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Feb 3 12:33:31 2017 +0100

    fixup
    
    Change-Id: I541787411fccbe3866c16a0e80ff46dc786a5583

http://cgit.osmocom.org/libosmocore/commit/?id=5a5fd660e86eb8bc353bde7476bfdde5dcf7df8c

commit 5a5fd660e86eb8bc353bde7476bfdde5dcf7df8c
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Dec 9 14:07:18 2016 +0100

    select: add functionality to check socket state
    
    osmo_fd_register() is used to register socket file descriptors,
    after registering a socket, there is no way to test if the socket
    is still registered or actually registered at all.
    
    This commit adds a new function osmo_fd_register_check() that can
    be used to check in advance, if the socket fd is registered,
    before performing further operations.
    
    Change-Id: I48ec7098d6bba586c81bf0d5c9088108e2c081c6

http://cgit.osmocom.org/libosmocore/commit/?id=484f159ded2b88a713e7ea659591f0bc848cb3d8

commit 484f159ded2b88a713e7ea659591f0bc848cb3d8
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Thu Dec 8 17:23:26 2016 +0100

    lapd_core: Improve debug output
    
    The debug output of lapd core has no references to the dl objects,
    since we have multiple links, seeing which action is for which
    object is impossible. This commit adds pointer references (dl=%p)
    to each log line.
    
    Change-Id: I3024d1cbd58631e2abac4ce5822528e2e6e15fda

-----------------------------------------------------------------------

Summary of changes:
 include/osmocom/core/select.h | 2 +-
 src/select.c                  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list