libosmo-sccp.git branch laforge/sigtran updated. 0.0.6.3-120-g94bb207

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
Tue Mar 28 20:34:28 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  94bb20714a09079e0f333d21063362fdf2e22390 (commit)
       via  f56c83884ec1b7416e5c64b960fe0dc56be72a5d (commit)
       via  d0494db373e7a65b1a3a3116b9877980c1898e09 (commit)
       via  164cd721e00a598042de9a47547a74e71ec34382 (commit)
       via  91f4d7fc2fe746fbdfe22c546e4e4f096e9b99e0 (commit)
       via  e37898ef02a6e8f5177f5e958d2219f5471d8167 (commit)
      from  5742453270ce6296af4245452364c35537c69bd3 (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=94bb20714a09079e0f333d21063362fdf2e22390

commit 94bb20714a09079e0f333d21063362fdf2e22390
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Mar 28 13:56:30 2017 +0200

    WIP
    
    Change-Id: I04c0e3902c9dcaa6069a19421e45a7cf61357d06

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

commit f56c83884ec1b7416e5c64b960fe0dc56be72a5d
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Mar 19 20:45:15 2017 +0100

    sccp_helpers: More helpers for N-CONNECT.conf and N-DISCONN.req
    
    Change-Id: I448a0ef30d9c43b5e45e02fac66b2dbf131e98ae

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

commit d0494db373e7a65b1a3a3116b9877980c1898e09
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Mar 19 20:38:51 2017 +0100

    sccp_helpers: Use caller-supplied SCCP adresses in osmo_sccp_tx_conn_req()
    
    Change-Id: Ib82d44f48a82b7530ed1f5844eb599ceb434f222

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

commit 164cd721e00a598042de9a47547a74e71ec34382
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Mar 19 20:38:22 2017 +0100

    sccp_helpers: Use 'const' for user-supplied data
    
    Change-Id: I2fcc468ec3e5fa407ce10d03cf50e30bef2a6864

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

commit 91f4d7fc2fe746fbdfe22c546e4e4f096e9b99e0
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Mar 19 20:37:21 2017 +0100

    sccp_helper: Declare osmo_sccp_make_addr_pc_ssn() helper
    
    Change-Id: I8a3c74234e332400ba2d665477a23d00fbb76542

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

commit e37898ef02a6e8f5177f5e958d2219f5471d8167
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Mar 19 10:02:50 2017 +0100

    WIP
    
    Change-Id: I319fe9bf2419dd14dc2b73597efc824997f8468e

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

Summary of changes:
 Makefile.am                             |   2 +-
 configure.ac                            |   2 +
 examples/Makefile.am                    |   9 +
 examples/internal.h                     |  12 +
 examples/sccp_test_server.c             |  97 ++++
 examples/sccp_test_vty.c                | 152 +++++++
 examples/sua_client.c                   | 220 ++++++++++
 include/osmocom/sigtran/osmo_ss7.h      | 285 ++++++++----
 include/osmocom/sigtran/protocol/m3ua.h |  19 +
 include/osmocom/sigtran/protocol/sua.h  |   1 +
 include/osmocom/sigtran/sccp_helpers.h  |  37 +-
 include/osmocom/sigtran/sccp_sap.h      |  19 +
 include/osmocom/sigtran/sua.h           |   2 -
 include/osmocom/sigtran/xua_msg.h       |   7 +-
 src/Makefile.am                         |   4 +-
 src/m3ua.c                              | 623 +++++---------------------
 src/osmo_ss7.c                          | 757 ++++++++++++++++++++++++++++----
 src/osmo_ss7_vty.c                      | 695 +++++++++++++++++++++++++++++
 src/sccp.c                              |  28 +-
 src/sccp2sua.c                          |  34 +-
 src/sccp_helpers.c                      | 121 +++--
 src/sccp_internal.h                     |  79 +++-
 src/sccp_sclc.c                         | 278 ++++++++++++
 src/sccp_scoc.c                         | 245 ++++++-----
 src/sccp_scrc.c                         | 470 ++++++++++++++++++++
 src/sccp_user.c                         | 124 ++++++
 src/sua.c                               | 618 +++++---------------------
 src/xua_as_fsm.c                        | 219 ++++++++-
 src/xua_asp_fsm.c                       | 272 +++++++++---
 src/xua_asp_fsm.h                       |  10 +
 src/xua_internal.h                      |  15 +
 src/xua_msg.c                           |  56 ++-
 tests/xua/Makefile.am                   |   2 +
 tests/xua/xua_test.c                    |   2 -
 34 files changed, 4052 insertions(+), 1464 deletions(-)
 create mode 100644 examples/Makefile.am
 create mode 100644 examples/internal.h
 create mode 100644 examples/sccp_test_server.c
 create mode 100644 examples/sccp_test_vty.c
 create mode 100644 examples/sua_client.c
 create mode 100644 src/osmo_ss7_vty.c
 create mode 100644 src/sccp_sclc.c
 create mode 100644 src/sccp_scrc.c
 create mode 100644 src/sccp_user.c


hooks/post-receive
-- 
SCCP Library



More information about the osmocom-commitlog mailing list