openbsc.git branch users/neels/iucs updated. 0.15.0-389-g6935e90

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 May 23 00:33:10 UTC 2016


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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, users/neels/iucs has been updated
       via  6935e904ed0d76081ac26eebe7639ebb06ee8fa5 (commit)
      from  0d57d40beab3e9707eab4a06a40f3a10ffa54610 (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/openbsc/commit/?id=6935e904ed0d76081ac26eebe7639ebb06ee8fa5

commit 6935e904ed0d76081ac26eebe7639ebb06ee8fa5
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon May 23 02:29:29 2016 +0200

    cscn wip
    
    Change-Id: I76d4a509993b2073077ff0249ffd92931340e9a7

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

Summary of changes:
 openbsc/.gitignore                                 |   1 +
 openbsc/configure.ac                               |   4 +-
 openbsc/doc/examples/osmo-cscn/osmo-cscn.cfg       |  36 ++
 openbsc/include/openbsc/gsm_data.h                 |  27 +-
 openbsc/include/openbsc/gsm_subscriber.h           |  16 +-
 openbsc/include/openbsc/iu_cs.h                    |   7 +
 openbsc/include/openbsc/vty.h                      |   3 +
 openbsc/src/Makefile.am                            |   2 +-
 openbsc/src/libbsc/paging.c                        |   6 +
 openbsc/src/libcommon/common_vty.c                 |   1 +
 openbsc/src/libcommon/debug.c                      |  34 +-
 openbsc/src/libmsc/Makefile.am                     |   1 +
 openbsc/src/libmsc/auth.c                          |   4 +-
 openbsc/src/libmsc/cscn_vty.c                      | 100 +++++
 openbsc/src/libmsc/gsm_04_08.c                     | 433 ++++++++++++---------
 openbsc/src/libmsc/gsm_subscriber.c                | 193 ++++++---
 openbsc/src/libmsc/iu_cs.c                         | 173 ++++++++
 openbsc/src/libmsc/mncc_builtin.c                  |   7 +
 openbsc/src/libmsc/silent_call.c                   |   9 +-
 openbsc/src/libmsc/smpp_openbsc.c                  |   4 +
 openbsc/src/libmsc/vty_interface_layer3.c          |  81 +---
 openbsc/src/{osmo-nitb => osmo-cscn}/Makefile.am   |  20 +-
 .../bsc_hack.c => osmo-cscn/cscn_main.c}           | 315 ++++++++++-----
 openbsc/src/osmo-cscn/iucs_ranap.c                 | 120 ++++++
 openbsc/src/osmo-cscn/iucs_ranap.h                 |   7 +
 openbsc/tests/channel/channel_test.c               |   3 +
 openbsc/tests/channel/channel_test.ok              |   1 -
 27 files changed, 1155 insertions(+), 453 deletions(-)
 create mode 100644 openbsc/doc/examples/osmo-cscn/osmo-cscn.cfg
 create mode 100644 openbsc/include/openbsc/iu_cs.h
 create mode 100644 openbsc/src/libmsc/cscn_vty.c
 create mode 100644 openbsc/src/libmsc/iu_cs.c
 rename openbsc/src/{osmo-nitb => osmo-cscn}/Makefile.am (63%)
 rename openbsc/src/{osmo-nitb/bsc_hack.c => osmo-cscn/cscn_main.c} (51%)
 create mode 100644 openbsc/src/osmo-cscn/iucs_ranap.c
 create mode 100644 openbsc/src/osmo-cscn/iucs_ranap.h


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list