openbsc.git branch master updated. 0.15.0-689-ga369e24cb

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 Feb 24 20:03:16 UTC 2017


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, master has been updated
       via  a369e24cb9a583ef9906a8ef9125f6ca8c6f80bf (commit)
       via  a42855f09fc74bdc801fdd7adfef27e2cdf3f371 (commit)
       via  9762b4c5794edba56b2976fcae5097e514a4b080 (commit)
       via  fe291de36b8cf80818dc97b4ad4d790fc01e96ec (commit)
      from  d2b3399c047c601f6c08ae33368f2020dfb9f935 (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=a369e24cb9a583ef9906a8ef9125f6ca8c6f80bf

commit a369e24cb9a583ef9906a8ef9125f6ca8c6f80bf
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Feb 23 21:57:23 2017 +0100

    cosmetic: rename struct osmo_msc_data to bsc_msc_data
    
    With the OsmoMSC program coming up, the name osmo_msc_data becomes even
    more confusing than it already is. Clearly indicate it as libbsc's data of
    a remote MSC by prefixing with bsc_.
    
    Also, the Osmocom community has in the meantime agreed to have the osmo_
    prefix only in libosmocore, to avoid naming conflicts in case things are
    moved there. So while renaming anyway, also drop the osmo_ prefix.
    
    Change-Id: I0dfbcb7d1a579211180f71319982820d8700afab

http://cgit.osmocom.org/openbsc/commit/?id=a42855f09fc74bdc801fdd7adfef27e2cdf3f371

commit a42855f09fc74bdc801fdd7adfef27e2cdf3f371
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Feb 23 21:49:55 2017 +0100

    cosmetic: rename osmo_msc_data.h to bsc_msc_data.h
    
    With the OsmoMSC program coming up, the name osmo_msc_data becomes even
    more confusing than it already is. Clearly indicate it as libbsc's data of
    a remote MSC by prefixing with bsc_.
    
    Also, the Osmocom community has in the meantime agreed to have the osmo_
    prefix only in libosmocore, to avoid naming conflicts in case things are
    moved there. So while renaming anyway, also drop the osmo_ prefix.
    
    Change-Id: I13554563ce9289de126ba0d4cf329bafcda35607

http://cgit.osmocom.org/openbsc/commit/?id=9762b4c5794edba56b2976fcae5097e514a4b080

commit 9762b4c5794edba56b2976fcae5097e514a4b080
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Feb 23 21:41:20 2017 +0100

    cosmetic: clarify BSC's remote MSC data vs. OsmoMSC
    
    Change-Id: I74dd2b3f935d39b8caa718e2c8a51cc81bddf1b9

http://cgit.osmocom.org/openbsc/commit/?id=fe291de36b8cf80818dc97b4ad4d790fc01e96ec

commit fe291de36b8cf80818dc97b4ad4d790fc01e96ec
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Feb 23 21:06:12 2017 +0100

    cosmetic: gsm_data.h, README: rename CSCN to MSC
    
    We're discarding the name OsmoCSCN for the benefit of OsmoMSC. But "CSCN" has
    already crept into the master branch in two places; apply the rename.
    
    See OS#1958
    
    Change-Id: Ib4274eb3c172ada1fe7f05746740b456370bc93d

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

Summary of changes:
 openbsc/README                                     |  2 +-
 openbsc/include/openbsc/Makefile.am                |  2 +-
 .../openbsc/{osmo_msc_data.h => bsc_msc_data.h}    | 14 +++--
 openbsc/include/openbsc/gsm_data.h                 |  2 +-
 openbsc/include/openbsc/osmo_bsc.h                 | 10 ++--
 openbsc/include/openbsc/osmo_bsc_grace.h           |  4 +-
 openbsc/include/openbsc/signal.h                   |  4 +-
 openbsc/src/libbsc/bsc_ctrl_commands.c             |  2 +-
 openbsc/src/libbsc/bsc_rf_ctrl.c                   |  2 +-
 openbsc/src/libbsc/bsc_vty.c                       |  2 +-
 openbsc/src/libbsc/net_init.c                      |  2 +-
 openbsc/src/libcommon/gsm_data.c                   |  2 +-
 openbsc/src/osmo-bsc/osmo_bsc_api.c                | 24 ++++----
 openbsc/src/osmo-bsc/osmo_bsc_audio.c              |  2 +-
 openbsc/src/osmo-bsc/osmo_bsc_bssap.c              | 12 ++--
 openbsc/src/osmo-bsc/osmo_bsc_ctrl.c               | 10 ++--
 openbsc/src/osmo-bsc/osmo_bsc_filter.c             | 10 ++--
 openbsc/src/osmo-bsc/osmo_bsc_grace.c              |  8 +--
 openbsc/src/osmo-bsc/osmo_bsc_main.c               |  6 +-
 openbsc/src/osmo-bsc/osmo_bsc_msc.c                | 56 ++++++++---------
 openbsc/src/osmo-bsc/osmo_bsc_sccp.c               |  6 +-
 openbsc/src/osmo-bsc/osmo_bsc_vty.c                | 70 +++++++++++-----------
 openbsc/src/osmo-nitb/bsc_hack.c                   |  2 +-
 openbsc/tests/bsc/bsc_test.c                       |  6 +-
 24 files changed, 133 insertions(+), 127 deletions(-)
 rename openbsc/include/openbsc/{osmo_msc_data.h => bsc_msc_data.h} (89%)


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



More information about the osmocom-commitlog mailing list