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 7fa3c9972d39b6d56d2999b4180cd9ab9f1fa650 (commit)
via 9692449599b1b4a397c040d9a745756802f0e9b3 (commit)
from 2e6ada753ccd5dda705683756d303773fedadfcf (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=7fa3c9972d39b6d56d2999b4180…
commit 7fa3c9972d39b6d56d2999b4180cd9ab9f1fa650
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 13 14:33:54 2017 +0200
sua2sccp: Only encode SCCP options permitted for given msg type
The SCCP spec clearly defines which optional information element each of
the messages supports. We must make sure to not include any other
options when converting from SUA. SUA has more relaxed rules about
this, and e.g. supports SRC and DEST ADDR in the COAK, while the SCCP CC
only permits a CalledParty, but not CallingParty.
This was found when interoperating against the Ericsson TTCN-3 SCCP
implementation for Eclipse Titan.
Change-Id: I7d9e23dec1d3e786d291abd270a261704593befc
http://cgit.osmocom.org/libosmo-sccp/commit/?id=9692449599b1b4a397c040d9a74…
commit 9692449599b1b4a397c040d9a745756802f0e9b3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 13 14:32:36 2017 +0200
sccp_test_server: Don't use '0' as local reference
the '0' confuses the Ericsson SCCP code for Eclipse Titan, even though
the spec considers it permitted.
Change-Id: I21269a7d610a4bf52555ffcef4f8acc55824515e
-----------------------------------------------------------------------
Summary of changes:
examples/sccp_test_server.c | 2 +-
src/sccp2sua.c | 112 +++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 112 insertions(+), 2 deletions(-)
hooks/post-receive
--
SCCP Library