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 a04c47acaed32eb98898763e5dc1b045fe08612f (commit)
via 8b282e954a2777ef750078c0d45db62965a7d7e7 (commit)
via 355bee134558b45d107be923aa3d6e4a16bf0af1 (commit)
from 57620b6b988422cccd9f749bbb3eba6bcc59996e (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=a04c47acaed32eb98898763e5dc…
commit a04c47acaed32eb98898763e5dc1b045fe08612f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 13 22:27:33 2017 +0200
sua: Reject DATA messages on SCTP stream 0
RFC3868 states clearly that DATA messages MUST be sent o a stream other
than stream '0'. So at the receiver side, we should validate that (just
like we do in M3UA.
Change-Id: I0784e221ef791557a69be04f7d246de059ea84c8
http://cgit.osmocom.org/libosmo-sccp/commit/?id=8b282e954a2777ef750078c0d45…
commit 8b282e954a2777ef750078c0d45db62965a7d7e7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 14:00:52 2017 +0200
move osmo_ss7_vty.c [back] into libosmo-sigtran
Now that the VTY has no static dependencies like a global ss7_instance
anymore, we can move it back to libosmo-sigtran and make use of it in
other programs outside osmo-stp.
This requires Change-Id I184a7e3187b48c15c71bf773f86e188fe1daad15 in
libosmocore
Change-Id: I2e549f1eadbfb28dde79f620b130cbf022312c42
http://cgit.osmocom.org/libosmo-sccp/commit/?id=355bee134558b45d107be923aa3…
commit 355bee134558b45d107be923aa3d6e4a16bf0af1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 13:58:33 2017 +0200
osmo_ss7_vty: Merge the SUA and M3UA VTY nodes
The xUA servers have pretty much everything in common, there's no point
in introducing a separate VTY note for each xUA flavor.
Change-Id: I5b842b7f10d94957398cf0c0406c440c495a0bdc
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/osmo_ss7.h | 8 ++
src/Makefile.am | 3 +-
{stp => src}/osmo_ss7_vty.c | 146 ++++++++++---------------------------
src/sua.c | 9 ++-
stp/Makefile.am | 4 +-
stp/internal.h | 18 -----
stp/stp_main.c | 2 -
7 files changed, 59 insertions(+), 131 deletions(-)
rename {stp => src}/osmo_ss7_vty.c (89%)
delete mode 100644 stp/internal.h
hooks/post-receive
--
SCCP Library