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 db736f432aafb54a6b9469cabf5fa3cbbe359e9f (commit)
via 212d0c4c7614c2ec2796dd21ab240c2d70743a1e (commit)
from c755c1d1b02d748cf27cc805d37553894816833a (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=db736f432aafb54a6b9469cabf5…
commit db736f432aafb54a6b9469cabf5fa3cbbe359e9f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Oct 27 17:39:34 2017 +0200
implement unit tests for osmo_sccp_addr_{parse,encode}()
The recent bug with chopped-off point codes in SCCP Address handling
has shown that this code could need proper test cases. This patch
adds a testsuite for SCCP address encoding and decoding.
Related: OS#2441
Change-Id: I612352736ab33462ca0dd97798a2c437eadccb86
http://cgit.osmocom.org/libosmo-sccp/commit/?id=212d0c4c7614c2ec2796dd21ab2…
commit 212d0c4c7614c2ec2796dd21ab240c2d70743a1e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Oct 27 17:59:21 2017 +0200
osmo_sccp_addr_encode(): Catch some more errors and log them
Log errors in case the user provides global title indicators or
nature-of-address indicators that exceed the permitted value range
Change-Id: I493b7810bdc58e448f496565ded36f9dce2c1226
-----------------------------------------------------------------------
Summary of changes:
src/sccp2sua.c | 10 +++
src/xua_internal.h | 1 +
tests/testsuite.at | 3 +-
tests/xua/Makefile.am | 2 +-
tests/xua/xua_test.c | 181 +++++++++++++++++++++++++++++++++++++++++++++++++
tests/xua/xua_test.err | 2 +
tests/xua/xua_test.ok | 73 ++++++++++++++++++++
7 files changed, 270 insertions(+), 2 deletions(-)
create mode 100644 tests/xua/xua_test.err
hooks/post-receive
--
SCCP Library