libosmocore.git branch pmaier/rbs2000_broken created. 0.9.6-28-g4abf6d9

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 Dec 23 17:00:30 UTC 2016


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_broken has been created
        at  4abf6d9ddd407ac5e34b51e0c9dd26ea2754ae37 (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=4abf6d9ddd407ac5e34b51e0c9dd26ea2754ae37

commit 4abf6d9ddd407ac5e34b51e0c9dd26ea2754ae37
Author: Philipp <pmaier at sysmocom.de>
Date:   Fri Dec 23 17:58:52 2016 +0100

    add missing definitions in chreq_type

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

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

    select: add ability to check if a socket is registered
    
    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.

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

commit 4fbb9f958b3349e367f64dded94f8c6ba0a87ce3
Author: Philipp <pmaier at sysmocom.de>
Date:   Fri Dec 9 13:18:31 2016 +0100

    lapd_core: fixup for log output

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

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

    lapd_core: Improved 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.

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

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

    lapd_core: optimized 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.

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

commit 6af0fbe16b71567caa3993c2e4a552f4aea7c604
Author: Philipp <pmaier at sysmocom.de>
Date:   Wed Dec 7 18:33:15 2016 +0100

    lapd_core: Improved debug output

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


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



More information about the osmocom-commitlog mailing list