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 c4cfa99e6f60013ad52d0899cbee38631349572b (commit)
discards d2f57da8e4991c0e56efc05ae1abb58188ec720a (commit)
discards 9ec008117b5adf59692d6fb632b9ce015ac1c05c (commit)
discards dc706285aea449fc6a1a5bc2a79249ee57ba2c06 (commit)
via f127087625f8ece65b4c2a9d22a895d796303893 (commit)
via 937b0d5a01b070329d5359902bc0a170ab8d6d72 (commit)
via 97264990ea6567340a11fe1c834a199d567c085f (commit)
via 06fdf28f69b13ee166ef43828e6d17ac7f125dbe (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 (c4cfa99e6f60013ad52d0899cbee38631349572b)
\
N -- N -- N (f127087625f8ece65b4c2a9d22a895d796303893)
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=f127087625f8ece65b4c2a9d22a8…
commit f127087625f8ece65b4c2a9d22a895d796303893
Author: Philipp Maier <pmaier(a)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.
http://cgit.osmocom.org/libosmocore/commit/?id=937b0d5a01b070329d5359902bc0…
commit 937b0d5a01b070329d5359902bc0a170ab8d6d72
Author: Philipp Maier <pmaier(a)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())
http://cgit.osmocom.org/libosmocore/commit/?id=97264990ea6567340a11fe1c834a…
commit 97264990ea6567340a11fe1c834a199d567c085f
Author: Philipp Maier <pmaier(a)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.
http://cgit.osmocom.org/libosmocore/commit/?id=06fdf28f69b13ee166ef43828e6d…
commit 06fdf28f69b13ee166ef43828e6d17ac7f125dbe
Author: Philipp Maier <pmaier(a)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.
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
An utility library for Open Source Mobile Communications