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 3b0abab223969d2e5fadf044be24e4cb45d90308 (commit)
via 18d00e046b56288c64d46ed180e3f54350a3ae25 (commit)
via 3d2aa4a5c0474b140cdb94d6edb7f34bd328f979 (commit)
via 6023bcae16b1dfb21f0b515de4aba8669e006b0f (commit)
via 58768015ed653b1824da87008b8bece017d46135 (commit)
via a3b4f27d449679c5ae6a7abd3f46721bb85676bb (commit)
via 14840024594d530a13b8e6d113c8bbd7cf0d1444 (commit)
via e9360a75bbd99f8745ad8fa727d0a75c5db7e4ca (commit)
via 64deeb0a5204f446cbd053c400d87fbd91957599 (commit)
from 7a4f7826927ce3948dbfd7e0dbcf070f660cae11 (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=3b0abab223969d2e5fadf044be2…
commit 3b0abab223969d2e5fadf044be24e4cb45d90308
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Apr 3 16:46:18 2017 +0200
sccp_sap: Add support for N-NOTICE.indication
Change-Id: I6656889b4333e9909cf1c60c24dfc754281547b4
http://cgit.osmocom.org/libosmo-sccp/commit/?id=18d00e046b56288c64d46ed180e…
commit 18d00e046b56288c64d46ed180e3f54350a3ae25
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Apr 3 16:45:17 2017 +0200
sccp_sap: Add routing indication (RI) to osmo_sccp_addr
Change-Id: I4dd23150f4c588b6430c22fc0cb66635994ceea9
http://cgit.osmocom.org/libosmo-sccp/commit/?id=3d2aa4a5c0474b140cdb94d6edb…
commit 3d2aa4a5c0474b140cdb94d6edb7f34bd328f979
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Apr 3 16:43:11 2017 +0200
sccp_sap: Use zero-terminated string for GT digits in osmo_sccp_addr
This is more natural to most application code, so simply go for ASCII
string with NUL-termination rather than an array with explicit length.
Change-Id: I6312208cdfa83184be41157a473c96e9120c63db
http://cgit.osmocom.org/libosmo-sccp/commit/?id=6023bcae16b1dfb21f0b515de4a…
commit 6023bcae16b1dfb21f0b515de4aba8669e006b0f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Apr 3 16:37:38 2017 +0200
xua_msg: Add concept of xua_msg_class and xua_msg_dialect
A xua_msg_class repreents one xUA message class (like M3UA XFER
or SUA CL). A dialect is then something like SUA or M3UA, each
consisting of as many as 256 message classes. Each class contains
value_strings of the individual messages, as well as constraint
information on mandatory IEs for each message.
Change-Id: Ib538aca295b7b50132bc814b2d7b56cbe5d65bfc
http://cgit.osmocom.org/libosmo-sccp/commit/?id=58768015ed653b1824da87008b8…
commit 58768015ed653b1824da87008b8bece017d46135
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Apr 3 16:36:38 2017 +0200
xua_msg: Add xua_msg_free_tag() and xua_msg_copy_part()
... also, mark input to xua_msg_find_tag as 'const' pointer.
Change-Id: I083634db9c3606bcff87700f253054a38a20816d
http://cgit.osmocom.org/libosmo-sccp/commit/?id=a3b4f27d449679c5ae6a7abd3f4…
commit a3b4f27d449679c5ae6a7abd3f46721bb85676bb
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Apr 3 16:29:46 2017 +0200
gitignore: use one wildcard line for all test executables
Change-Id: I53ce43fa8e09646dec56c6cc32b09c4618e9b5a5
http://cgit.osmocom.org/libosmo-sccp/commit/?id=14840024594d530a13b8e6d113c…
commit 14840024594d530a13b8e6d113c8bbd7cf0d1444
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Apr 3 16:28:55 2017 +0200
gitignore: add 'tags' files as created by 'make ctags'
Change-Id: I9e4ec0e07b996092a1f4e6a01911dc0041111498
http://cgit.osmocom.org/libosmo-sccp/commit/?id=e9360a75bbd99f8745ad8fa727d…
commit e9360a75bbd99f8745ad8fa727d0a75c5db7e4ca
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Apr 3 16:28:14 2017 +0200
sua.h: Add #define for the varius SUA protocol errors
again using m3ua.h definitions as base whenever applicable.
Change-Id: Iec2563cb158b1c18064671564a7502b5c4d82517
http://cgit.osmocom.org/libosmo-sccp/commit/?id=64deeb0a5204f446cbd053c400d…
commit 64deeb0a5204f446cbd053c400d87fbd91957599
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Apr 3 16:27:20 2017 +0200
sua.h: Define more IEIs; base definitions on m3ua.h
A lot of IEIs are identical between the different xUA dialects, so let's
base the SUA definitions on the m3ua definitions.
Change-Id: I64c7166cf0b5c8a927ab7e14955100f8d13fe16a
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 11 +--
include/osmocom/sigtran/protocol/sua.h | 37 ++++++++-
include/osmocom/sigtran/sccp_sap.h | 14 +++-
include/osmocom/sigtran/xua_msg.h | 29 ++++++-
src/xua_msg.c | 134 ++++++++++++++++++++++++++++++++-
5 files changed, 211 insertions(+), 14 deletions(-)
hooks/post-receive
--
SCCP Library