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.orgThis 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  ffa7c0ad3900c44fb67d486758f31b347f585eb2 (commit)
       via  75a4e65f52f02e20d56d8426219feb46ec5cabf9 (commit)
       via  38a4f32d580cda9194d7c0cc9e92cbabd4af568d (commit)
      from  269b8ac7ee49b84bda9ab3d57a37689c08e2fab9 (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=ffa7c0ad3900c44fb67d486758f31b347f585eb2
commit ffa7c0ad3900c44fb67d486758f31b347f585eb2
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Dec 23 00:03:41 2015 +0100
    use msgb_sctp_ppid() from libosmo-netif, remove local declaration
http://cgit.osmocom.org/osmo-iuh/commit/?id=75a4e65f52f02e20d56d8426219feb46ec5cabf9
commit 75a4e65f52f02e20d56d8426219feb46ec5cabf9
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Dec 22 23:59:24 2015 +0100
    hnbgw: Add SUA client socket towards localhost
    
    This socket doesn't do much yet except to connect to localhost:14001
    
    The host/port needs to be made configurable, and the RUA<->SUA
    interfacing needs to be implemented.
    
    Also, we'll need two SUA sockets, one for MSC and one for SGSN.
http://cgit.osmocom.org/osmo-iuh/commit/?id=38a4f32d580cda9194d7c0cc9e92cbabd4af568d
commit 38a4f32d580cda9194d7c0cc9e92cbabd4af568d
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Dec 22 23:05:10 2015 +0100
    remove sigtran code, now part of libosmo-sccp
-----------------------------------------------------------------------
Summary of changes:
 configure.ac              |    1 +
 sigtran/Makefile          |   17 -
 sigtran/proto_sua.h       |  122 ----
 sigtran/sccp_sap.c        |   43 --
 sigtran/sccp_sap.h        |  199 -------
 sigtran/sua.c             | 1431 ---------------------------------------------
 sigtran/sua.h             |   21 -
 sigtran/sua_client_test.c |   57 --
 sigtran/sua_server_test.c |   79 ---
 sigtran/sua_test_common.c |   95 ---
 sigtran/sua_test_common.h |   31 -
 src/Makefile.am           |    4 +-
 src/hnbgw.c               |   48 +-
 src/hnbgw.h               |    3 +-
 src/hnbgw_hnbap.c         |    3 +-
 src/hnbgw_rua.c           |    3 +-
 16 files changed, 55 insertions(+), 2102 deletions(-)
 delete mode 100644 sigtran/Makefile
 delete mode 100644 sigtran/proto_sua.h
 delete mode 100644 sigtran/sccp_sap.c
 delete mode 100644 sigtran/sccp_sap.h
 delete mode 100644 sigtran/sua.c
 delete mode 100644 sigtran/sua.h
 delete mode 100644 sigtran/sua_client_test.c
 delete mode 100644 sigtran/sua_server_test.c
 delete mode 100644 sigtran/sua_test_common.c
 delete mode 100644 sigtran/sua_test_common.h
hooks/post-receive
-- 
Osmocom code for Iuh interface