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=4abf6d9ddd407ac5e34b51e0c9dd…
commit 4abf6d9ddd407ac5e34b51e0c9dd26ea2754ae37
Author: Philipp <pmaier(a)sysmocom.de>
Date: Fri Dec 23 17:58:52 2016 +0100
add missing definitions in chreq_type
http://cgit.osmocom.org/libosmocore/commit/?id=fca2d84de7138d70723cf9892081…
commit fca2d84de7138d70723cf9892081b7104b1c4a7e
Author: Philipp <pmaier(a)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=4fbb9f958b3349e367f64dded94f…
commit 4fbb9f958b3349e367f64dded94f8c6ba0a87ce3
Author: Philipp <pmaier(a)sysmocom.de>
Date: Fri Dec 9 13:18:31 2016 +0100
lapd_core: fixup for log output
http://cgit.osmocom.org/libosmocore/commit/?id=d8668c747eeb7934f5a7ea226c96…
commit d8668c747eeb7934f5a7ea226c96ff2f0002c00e
Author: Philipp <pmaier(a)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=ab45b47655307ce92d93ebac7bf2…
commit ab45b47655307ce92d93ebac7bf2e57c66100c68
Author: Philipp <pmaier(a)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=6af0fbe16b71567caa3993c2e4a5…
commit 6af0fbe16b71567caa3993c2e4a552f4aea7c604
Author: Philipp <pmaier(a)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