osmo-iuh.git branch master updated. 283c7fde3809d3bb010b736c4597641f3d290260

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
Mon Dec 21 22:44:40 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 "Osmocom code for Iuh interface".

The branch, master has been updated
       via  283c7fde3809d3bb010b736c4597641f3d290260 (commit)
       via  71f73a2919ec071de8b8f1972db6cc92c29a55ee (commit)
      from  ef5055c275998a977d732fd15bb2c95accb0ac38 (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/osmo-iuh/commit/?id=283c7fde3809d3bb010b736c4597641f3d290260

commit 283c7fde3809d3bb010b736c4597641f3d290260
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Dec 21 23:35:56 2015 +0100

    Add WIP code for SCCP User Adaptation (SUA) and SCCP User SAP
    
    The idea of this code is to
    * provide a SCCP User SAP as boundary between the User of SCCP
      or SCCP-like transport like SUA
    * implement the minimum subset of SUA to transport RANAP messages
      betweene HNB-GW and MSC/SGSN
    
    At this point
    * we don't yet implement the proper state machines and timer
    * we don't imp[lement the SCCP RESET procedure
    * we don't implement AS/ASP management
    
    The code is full of FIXMEs whihc hopefully will get fixed gradually.
    
    After some cleanup + verification, it should move to a library, possibly
    either replacing/renaming libomo-sccp, or adding it to libosmo-netif?

http://cgit.osmocom.org/osmo-iuh/commit/?id=71f73a2919ec071de8b8f1972db6cc92c29a55ee

commit 71f73a2919ec071de8b8f1972db6cc92c29a55ee
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Dec 21 21:01:00 2015 +0100

    move COPYING file to root directory

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

Summary of changes:
 src/COPYING => COPYING    |    0
 sigtran/Makefile          |   17 +
 sigtran/proto_sua.h       |  122 ++++
 sigtran/sccp_sap.c        |   43 ++
 sigtran/sccp_sap.h        |  198 +++++++
 sigtran/sua.c             | 1431 +++++++++++++++++++++++++++++++++++++++++++++
 sigtran/sua.h             |   20 +
 sigtran/sua_client_test.c |   57 ++
 sigtran/sua_server_test.c |   79 +++
 sigtran/sua_test_common.c |   95 +++
 sigtran/sua_test_common.h |   31 +
 11 files changed, 2093 insertions(+)
 rename src/COPYING => COPYING (100%)
 create mode 100644 sigtran/Makefile
 create mode 100644 sigtran/proto_sua.h
 create mode 100644 sigtran/sccp_sap.c
 create mode 100644 sigtran/sccp_sap.h
 create mode 100644 sigtran/sua.c
 create mode 100644 sigtran/sua.h
 create mode 100644 sigtran/sua_client_test.c
 create mode 100644 sigtran/sua_server_test.c
 create mode 100644 sigtran/sua_test_common.c
 create mode 100644 sigtran/sua_test_common.h


hooks/post-receive
-- 
Osmocom code for Iuh interface



More information about the osmocom-commitlog mailing list