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 17df5953ff477e89f1618f5a726df39197e1b826 (commit)
from 9ecb11bd6d3a776174f8f2b119cf60b91ed38698 (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=17df5953ff477e89f1618f5a726…
commit 17df5953ff477e89f1618f5a726df39197e1b826
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Apr 10 17:51:30 2017 +0200
xUA: Fix endianness handling of PPID and STREAM_ID
In their infinite wisdom, the inventors of SCTP designed an API (the
sockets API described in RFC6458), where some members are in host byte
order (like the stream identifier), while other members are in network
byte order (like the PPID).
Let's handle this properly (we assumed both are network byte order), and
also use 16-bit htons/ntohs fo the PPID, rather than htonl/ntohl.
Change-Id: I51c87314ef9ba6415e7e89980699ab07e787ed5d
-----------------------------------------------------------------------
Summary of changes:
src/osmo_ss7.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
SCCP Library