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 "SCCP Library".
The branch, master has been updated
via c755c1d1b02d748cf27cc805d37553894816833a (commit)
via 4e1dfa8677c6323d22ef7d09103ca1c5c7e57648 (commit)
from a8929fdb5642c86c23a615e4e00a78269366e846 (commit)
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-sccp/commit/?id=c755c1d1b02d748cf27cc805d37…
commit c755c1d1b02d748cf27cc805d37553894816833a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Oct 27 14:58:26 2017 +0200
osmo_sccp_addr_encode(): Fix truncation of point codes
In osmo_sccp_addr_encode(), we accidentially truncated all point
codes to 10 bits, where in reality we should have truncated them to
14 bits: One 'f' was missing in the bit-mask.
Closes: OS#2441
Change-Id: Iad67b674b5b5fd41996aa898a131e98900842dd8
http://cgit.osmocom.org/libosmo-sccp/commit/?id=4e1dfa8677c6323d22ef7d09103…
commit 4e1dfa8677c6323d22ef7d09103ca1c5c7e57648
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Oct 27 14:57:45 2017 +0200
osmo_sccp_addr_encode(): Check for more erroneous situations
... and bail out + log an error.
Change-Id: I2a419343e55edad39c59e763d11046c5a439444d
-----------------------------------------------------------------------
Summary of changes:
src/sccp2sua.c | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)
hooks/post-receive
--
SCCP Library