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 b5e569ee6725e35176c76c6e17564f3ac2209316 (commit)
via 4012ea51a5b9662c559787edaeb024374b70b484 (commit)
via dff8f995ef1094074dea6ab8dd9133841a063488 (commit)
via 996dcf3ba672dbf20c14ddbb16efef6c86dc4cef (commit)
from 17df5953ff477e89f1618f5a726df39197e1b826 (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=b5e569ee6725e35176c76c6e175…
commit b5e569ee6725e35176c76c6e17564f3ac2209316
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Apr 10 23:06:48 2017 +0200
xua: Add value_string for routing key [de]registration results
Change-Id: If8f0a0ad0837810388cfe65a7b571b6ce4df33e3
http://cgit.osmocom.org/libosmo-sccp/commit/?id=4012ea51a5b9662c559787edaeb…
commit 4012ea51a5b9662c559787edaeb024374b70b484
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Apr 11 09:38:05 2017 +0200
SCRC: Print NOTICE log message if we attempt to use (missing) GT routing
Change-Id: I4dc954cc3f10860dea518f95e53f72c6a9a3de95
http://cgit.osmocom.org/libosmo-sccp/commit/?id=dff8f995ef1094074dea6ab8dd9…
commit dff8f995ef1094074dea6ab8dd9133841a063488
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Apr 11 16:24:15 2017 +0200
SCCP SCOC: Ensure user primitive msgb->l2h always poinst to tail
In case there is no user data in a CONNECT.conf primitive (or other CO
primitives), we must make sure that msgb->l2h = msgb->tail so that the
SCCP User can use msgb_l2len(msg) == 0 as indicator to verify if user
data is present or not.
Change-Id: Ie512fe063391e3a634097f555b9b0089d2981de9
http://cgit.osmocom.org/libosmo-sccp/commit/?id=996dcf3ba672dbf20c14ddbb16e…
commit 996dcf3ba672dbf20c14ddbb16efef6c86dc4cef
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Apr 10 14:24:53 2017 +0200
Fix for SCCP CC without user data
When sending messages like CC (or SUA COAK) without user data, we must
make sure to not include the optional data part - as opposed to
including one with zero length.
Change-Id: If91edb526cbcd792ec5ebcb4518cf848feb69391
-----------------------------------------------------------------------
Summary of changes:
src/sccp_scoc.c | 9 +++++----
src/sccp_scrc.c | 1 +
src/xua_internal.h | 3 +++
src/xua_rkm.c | 27 +++++++++++++++++++++++++++
4 files changed, 36 insertions(+), 4 deletions(-)
hooks/post-receive
--
SCCP Library