openbsc.git branch sysmocom/iu updated. 0.15.0-319-g33a3438

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
Fri Mar 4 14:00:43 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, sysmocom/iu has been updated
       via  33a343858df3d2bc5d0784d7ad7c826d7526845f (commit)
       via  15b1fce69cbc6ccd6eb83daab7ab5cd91ef0ea81 (commit)
       via  2f8117d2147b711669518bbacd24df6dd2a76124 (commit)
       via  8927bb46d523904e982bc85e3e4f29317b241715 (commit)
       via  d52b1c4342e2e404cb568b05ff7527141c43e9ab (commit)
       via  5d9004bc9b6f486fff032aaa2a6cc10fca180de3 (commit)
       via  a4198d192234a8180a89be8b91e867a1cbc1f512 (commit)
      from  544a203f677d0f060d2d1bd31f72f9ae450e138f (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 openbsc/configure.ac                            |   1 +
 openbsc/include/openbsc/Makefile.am             |   2 +-
 openbsc/include/openbsc/bss.h                   |   2 +-
 openbsc/include/openbsc/gsm_04_11.h             |   2 +-
 openbsc/include/openbsc/gsm_data.h              |  32 +-
 openbsc/include/openbsc/gsm_data_shared.h       |   2 +-
 openbsc/include/openbsc/vty.h                   |   3 +-
 openbsc/include/openbsc/{common.h => xsc.h}     |   6 +
 openbsc/src/Makefile.am                         |   2 +-
 openbsc/src/ipaccess/Makefile.am                |   8 +-
 openbsc/src/libbsc/bsc_api.c                    |  16 +-
 openbsc/src/libbsc/bsc_vty.c                    | 605 ++----------------------
 openbsc/src/libbsc/chan_alloc.c                 |  33 --
 openbsc/src/libbsc/gsm_04_08_utils.c            |  57 ---
 openbsc/src/libbsc/net_init.c                   |  99 ----
 openbsc/src/libcommon/common_vty.c              |   1 -
 openbsc/src/libmsc/Makefile.am                  |   4 +-
 openbsc/src/libmsc/a_iface.c                    |  79 ++++
 openbsc/src/libmsc/cscn_vty.c                   | 100 ++++
 openbsc/src/libmsc/gsm_04_08.c                  |   5 +
 openbsc/src/libmsc/gsm_04_11.c                  |   2 +-
 openbsc/src/libmsc/gsm_04_11_helper.c           |  37 --
 openbsc/src/libmsc/gsm_subscriber.c             |  42 +-
 openbsc/src/libmsc/iu_cs.c                      |   2 +-
 openbsc/src/libmsc/mncc_builtin.c               |   2 +
 openbsc/src/libmsc/osmo_msc.c                   |   3 +-
 openbsc/src/libmsc/smpp_openbsc.c               |   2 +
 openbsc/src/libmsc/vty_interface_layer3.c       |  68 ---
 openbsc/src/{libcommon => libxsc}/Makefile.am   |   6 +-
 openbsc/src/{libbsc/net_init.c => libxsc/xsc.c} | 109 ++++-
 openbsc/src/libxsc/xsc_vty.c                    | 587 +++++++++++++++++++++++
 openbsc/src/osmo-bsc/Makefile.am                |   4 +-
 openbsc/src/osmo-bsc/osmo_bsc_api.c             |   2 +-
 openbsc/src/osmo-bsc/osmo_bsc_bssap.c           |   2 +-
 openbsc/src/osmo-bsc/osmo_bsc_sccp.c            |   4 +-
 openbsc/src/osmo-cscn/Makefile.am               |   3 +-
 openbsc/src/osmo-cscn/cscn_main.c               |  21 +-
 openbsc/src/utils/Makefile.am                   |   3 +-
 openbsc/tests/bsc/Makefile.am                   |   2 +-
 openbsc/tests/channel/Makefile.am               |   2 +-
 openbsc/tests/channel/channel_test.c            |   4 +-
 openbsc/tests/channel/channel_test.ok           |   1 -
 openbsc/tests/db/Makefile.am                    |   5 +-
 openbsc/tests/gsm0408/Makefile.am               |   3 +-
 openbsc/tests/gsm0408/gsm0408_test.c            |   6 +-
 openbsc/tests/sgsn/Makefile.am                  |   2 +-
 openbsc/tests/subscr/Makefile.am                |   3 +-
 openbsc/tests/trau/Makefile.am                  |   3 +-
 48 files changed, 1052 insertions(+), 937 deletions(-)
 rename openbsc/include/openbsc/{common.h => xsc.h} (65%)
 create mode 100644 openbsc/src/libmsc/a_iface.c
 create mode 100644 openbsc/src/libmsc/cscn_vty.c
 delete mode 100644 openbsc/src/libmsc/gsm_04_11_helper.c
 copy openbsc/src/{libcommon => libxsc}/Makefile.am (51%)
 copy openbsc/src/{libbsc/net_init.c => libxsc/xsc.c} (59%)
 create mode 100644 openbsc/src/libxsc/xsc_vty.c


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



More information about the osmocom-commitlog mailing list