libosmo-sccp.git branch master updated. 0.0.6.3-30-gb4d2736

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 Dec 22 22:04:18 UTC 2015


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  b4d2736ecc0528416bc1c8099950d15f2a6c239d (commit)
       via  7be77b4a34fc4b23874a871e5c9b7f20f3a1f575 (commit)
       via  bf49cc1c0074055cecbf8346e41455d5c7bb0a71 (commit)
      from  46c2945af2f7d6741fdba7185241845f1d2c7421 (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=b4d2736ecc0528416bc1c8099950d15f2a6c239d

commit b4d2736ecc0528416bc1c8099950d15f2a6c239d
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Dec 22 23:03:06 2015 +0100

    Add some SUA client and server example code

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

commit 7be77b4a34fc4b23874a871e5c9b7f20f3a1f575
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Dec 22 22:25:34 2015 +0100

    libosmo-sigtran: Add pkg-config integration

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

commit bf49cc1c0074055cecbf8346e41455d5c7bb0a71
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Dec 22 22:22:23 2015 +0100

    Import SUA (SCCP User Adaptation) and SCCP User SAP
    
    ... this code originates from the osmo-iuh repository, but is now part
    of a new shared libosmo-sigtran.so library generated in this repository.

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

Summary of changes:
 Makefile.am                                 |    2 +-
 configure.ac                                |    9 +-
 include/Makefile.am                         |    2 +-
 include/osmocom/Makefile.am                 |    1 +
 include/osmocom/sigtran/Makefile.am         |    5 +
 include/{ => osmocom}/sigtran/m2ua_types.h  |    0
 include/{ => osmocom}/sigtran/m3ua_types.h  |    0
 include/osmocom/sigtran/protocol/sua.h      |  120 +++
 include/osmocom/sigtran/sccp_sap.h          |  199 ++++
 include/osmocom/sigtran/sua.h               |   21 +
 include/{ => osmocom}/sigtran/xua_msg.h     |    0
 include/{ => osmocom}/sigtran/xua_types.h   |    0
 include/sigtran/Makefile.am                 |    2 -
 libosmo-sccp.pc.in => libosmo-sigtran.pc.in |    6 +-
 src/Makefile.am                             |   22 +-
 src/sccp_sap.c                              |   36 +
 src/sua.c                                   | 1432 +++++++++++++++++++++++++++
 src/xua_msg.c                               |    2 +-
 tests/Makefile.am                           |    2 +-
 tests/m2ua/m2ua_test.c                      |    4 +-
 tests/sigtran/Makefile.am                   |   10 +
 tests/sigtran/sua_client_test.c             |   56 ++
 tests/sigtran/sua_server_test.c             |   78 ++
 tests/sigtran/sua_test_common.c             |   89 ++
 tests/sigtran/sua_test_common.h             |   31 +
 25 files changed, 2115 insertions(+), 14 deletions(-)
 create mode 100644 include/osmocom/Makefile.am
 create mode 100644 include/osmocom/sigtran/Makefile.am
 rename include/{ => osmocom}/sigtran/m2ua_types.h (100%)
 rename include/{ => osmocom}/sigtran/m3ua_types.h (100%)
 create mode 100644 include/osmocom/sigtran/protocol/sua.h
 create mode 100644 include/osmocom/sigtran/sccp_sap.h
 create mode 100644 include/osmocom/sigtran/sua.h
 rename include/{ => osmocom}/sigtran/xua_msg.h (100%)
 rename include/{ => osmocom}/sigtran/xua_types.h (100%)
 delete mode 100644 include/sigtran/Makefile.am
 copy libosmo-sccp.pc.in => libosmo-sigtran.pc.in (51%)
 create mode 100644 src/sccp_sap.c
 create mode 100644 src/sua.c
 create mode 100644 tests/sigtran/Makefile.am
 create mode 100644 tests/sigtran/sua_client_test.c
 create mode 100644 tests/sigtran/sua_server_test.c
 create mode 100644 tests/sigtran/sua_test_common.c
 create mode 100644 tests/sigtran/sua_test_common.h


hooks/post-receive
-- 
SCCP Library



More information about the osmocom-commitlog mailing list