libosmo-sccp.git branch laforge/sigtran updated. 0.0.6.3-126-ge2a0070

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Fri Apr 7 15:32:00 UTC 2017


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, laforge/sigtran has been updated
       via  e2a0070e231a9ee1e49a7eff540abff0a78a5820 (commit)
       via  8c527349526efbf7eb1360e1b8dbd81798d45dac (commit)
       via  9321cca870f9ecf9c1d638d0a358eca8d7b3f497 (commit)
       via  2005141cdd5f55398a23af9ef38e2d20847c8a3c (commit)
       via  9d7fb9e4366b0baa2c3f2babc8e2d0ca51710dfb (commit)
       via  73d909a8e835f9293a24cb92b78f9b0d8a163bed (commit)
       via  a9c866162fcebffe025863b8d79a08d992ea92a7 (commit)
       via  3ad71f86add3d85e794f8649d3c0cc9ecb963da0 (commit)
      from  21127d3f8f51aaa92133e9be14f3691a19d902c1 (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=e2a0070e231a9ee1e49a7eff540abff0a78a5820

commit e2a0070e231a9ee1e49a7eff540abff0a78a5820
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Apr 7 17:19:19 2017 +0200

    xua_srv_conn_cb(): Print sctp_recvmsg flags (line in xua_cli_conn_cb())
    
    Change-Id: I91920c6ad665abc791a1dbf386d52cf0aece9133

http://cgit.osmocom.org/libosmo-sccp/commit/?id=8c527349526efbf7eb1360e1b8dbd81798d45dac

commit 8c527349526efbf7eb1360e1b8dbd81798d45dac
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Apr 7 17:19:37 2017 +0200

    xua_cli_conn_cb: Print flags as hex, not decimal.
    
    Change-Id: Idcf861cfdc6c14d7d3bafbf2e243da5db6e2f3e6

http://cgit.osmocom.org/libosmo-sccp/commit/?id=9321cca870f9ecf9c1d638d0a358eca8d7b3f497

commit 9321cca870f9ecf9c1d638d0a358eca8d7b3f497
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Apr 6 08:49:56 2017 +0200

    xua_as_fsm: Include routing context (if configured) in NTFY message
    
    Change-Id: I15e8bf5cee194f9924d0eab9cff0e7c25daa6dde

http://cgit.osmocom.org/libosmo-sccp/commit/?id=2005141cdd5f55398a23af9ef38e2d20847c8a3c

commit 2005141cdd5f55398a23af9ef38e2d20847c8a3c
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Apr 6 01:21:05 2017 +0200

    xua_asp_fsm: Always return BEAT-ACK for BEAT, including BEAT DATA IE
    
    The RFCs say we *must* always respond to the optional heartbeat message,
    and we must return a verbatim copy of the heartbeat data IE.
    
    Change-Id: I836e0940a8dbb0f55ddf132202a5f0d51473b82d

http://cgit.osmocom.org/libosmo-sccp/commit/?id=9d7fb9e4366b0baa2c3f2babc8e2d0ca51710dfb

commit 9d7fb9e4366b0baa2c3f2babc8e2d0ca51710dfb
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Apr 6 00:29:45 2017 +0200

    m3ua: Include RC IE of AS in Tx; validate RC IE on Rx
    
    Change-Id: I7db36a23185f82d8d68e318afe89ec5127c40333

http://cgit.osmocom.org/libosmo-sccp/commit/?id=73d909a8e835f9293a24cb92b78f9b0d8a163bed

commit 73d909a8e835f9293a24cb92b78f9b0d8a163bed
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Apr 5 22:32:13 2017 +0200

    add converter functions between osmo_ss7 and m3ua traffic mode types
    
    Change-Id: I6cc9530d7d2812cbc8feb6e9db51902865ebfe83

http://cgit.osmocom.org/libosmo-sccp/commit/?id=a9c866162fcebffe025863b8d79a08d992ea92a7

commit a9c866162fcebffe025863b8d79a08d992ea92a7
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Apr 5 22:31:50 2017 +0200

    osmo_ss7: make OVERRIDE the default traffic mode type (0)
    
    Change-Id: Ie83fa0a403dcfc582d6bb59ec08d6a719d2f6398

http://cgit.osmocom.org/libosmo-sccp/commit/?id=3ad71f86add3d85e794f8649d3c0cc9ecb963da0

commit 3ad71f86add3d85e794f8649d3c0cc9ecb963da0
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Apr 4 22:22:42 2017 +0200

    sccp: add osmo_sccp_user_get_priv() API function
    
    As 'struct osmo_sccp_user' is private, we need this accessor function
    for the SCCP User so it can resolve the 'priv' that was passed in when
    binding the SCCP user to a given SSN.
    
    Change-Id: Ia68a36dc18a7d754d63ae29c86d68e495b5c4134

-----------------------------------------------------------------------

Summary of changes:
 include/osmocom/sigtran/osmo_ss7.h      |  5 ++++-
 include/osmocom/sigtran/protocol/m3ua.h |  6 ++++++
 include/osmocom/sigtran/sccp_sap.h      |  1 +
 src/m3ua.c                              | 26 ++++++++++++++++++++++++++
 src/osmo_ss7.c                          | 33 ++++++++++++++++++++++++++++++---
 src/sccp_user.c                         |  5 +++++
 src/xua_as_fsm.c                        |  9 +++++++++
 src/xua_asp_fsm.c                       | 33 ++++++++++++++++++++++-----------
 8 files changed, 103 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
SCCP Library



More information about the osmocom-commitlog mailing list