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 16676cf05ac666229f766e01aa69264e1457624d (commit)
via 8800b7cf9f8cce510cd78d4b7c100d2a5dc85a12 (commit)
via e4a77d46735046c09c3b58e9c404539bb5b8e2af (commit)
via d23e38020fdbb685570145acd3a35e22a5a91344 (commit)
via ed287f2b878cadd49d2673cb650f0d603ddb0d9c (commit)
from 1aa2a42eae63eaf591306e5a5021fc5453de6da9 (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=16676cf05ac666229f766e01aa6…
commit 16676cf05ac666229f766e01aa69264e1457624d
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Dec 24 20:29:21 2017 +0100
cosmetic: hmrt_message_for_routing(): use osmo_ss7_route_name()
Change-Id: Iae524c38cd91383a59c64bf7919d94ba7ff350bd
http://cgit.osmocom.org/libosmo-sccp/commit/?id=8800b7cf9f8cce510cd78d4b7c1…
commit 8800b7cf9f8cce510cd78d4b7c100d2a5dc85a12
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Dec 24 19:27:55 2017 +0100
add osmo_ss7_route_name()
There is a naming dilemma: though the osmo_ prefix is now reserved for
libosmocore, all surrounding API already has the osmo_ prefix.
This will be used by osmo-hnbgw's VTY 'show cnlink' command.
Change-Id: Ia0d15a2814b08bc3f052a1ed12dbb68bade55309
http://cgit.osmocom.org/libosmo-sccp/commit/?id=e4a77d46735046c09c3b58e9c40…
commit e4a77d46735046c09c3b58e9c404539bb5b8e2af
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Dec 24 16:12:42 2017 +0100
add osmo_sccp_user_name()
There is a naming dilemma: though the osmo_ prefix is now reserved for
libosmocore, all surrounding API already has the osmo_ prefix.
This will be used by osmo-hnbgw's VTY 'show cnlink' command.
Change-Id: Ib7abf69cfcf4c56273223054b280458451e6c2f6
http://cgit.osmocom.org/libosmo-sccp/commit/?id=d23e38020fdbb685570145acd3a…
commit d23e38020fdbb685570145acd3a35e22a5a91344
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Dec 24 16:34:22 2017 +0100
typo: osmo-stp main: 'Erro'
Change-Id: Ibb28f48b46a4b86c62770b4d22dcf735717aeadb
http://cgit.osmocom.org/libosmo-sccp/commit/?id=ed287f2b878cadd49d2673cb650…
commit ed287f2b878cadd49d2673cb650f0d603ddb0d9c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Dec 24 16:22:39 2017 +0100
osmo_sccp_addr_name / _dump: drop 'NO_GT' output
Do not print the GTI if gti is set to OSMO_SCCP_GTI_NO_GT and no GT is present
in the address.
If addr->gt.gti is set to OSMO_SCCP_GTI_NO_GT, i.e. currently always,
osmo_sccp_addr_name() and osmo_sccp_addr_dump() output
",GTI=NO_GT" in every address dump, which is useless clutter. Drop that.
However, if a Global Title is flagged in addr->presence, still output the GTI
to highlight situations where GTI might mismatch the presence of a GT.
Change-Id: I9f87b2b703223ecb5d0442b6199c5b779fe544a1
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/osmo_ss7.h | 1 +
include/osmocom/sigtran/sccp_sap.h | 2 +
src/osmo_ss7_hmrt.c | 90 +++++++++++++++++++++++++++++++++-----
src/sccp_helpers.c | 6 ++-
src/sccp_user.c | 21 +++++++++
stp/stp_main.c | 2 +-
tests/xua/xua_test.ok | 16 +++----
7 files changed, 115 insertions(+), 23 deletions(-)
hooks/post-receive
--
SCCP Library