openbsc.git branch fairwaves/master updated. fairwaves/0.14.0-fw.2-4-g7541436

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 Apr 8 07:46:42 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, fairwaves/master has been updated
       via  7541436fa076641c318e5921ef961a57d3562bb7 (commit)
      from  e85e7910d22374ba33a347839aa17289f4b9a077 (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=7541436fa076641c318e5921ef961a57d3562bb7

commit 7541436fa076641c318e5921ef961a57d3562bb7
Author: Ivan Kluchnikov <kluchnikovi at gmail.com>
Date:   Fri Apr 8 10:44:28 2016 +0300

    Add support of virtual networks for sending network name to ms depending on imsi
    
    Before sending mm info message to ms:
    - extract mcc and mnc from imsi
    - try to find virtual network with the same mcc and mnc
    - if virtual network was found, use long and short network names of this virtual network for subscriber
    - if virtual network was not found, use long and short network names of main network for subscriber

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

Summary of changes:
 openbsc/include/openbsc/gsm_data.h |  16 ++++
 openbsc/include/openbsc/vty.h      |   1 +
 openbsc/src/libbsc/bsc_vty.c       | 156 +++++++++++++++++++++++++++++++++++++
 openbsc/src/libbsc/net_init.c      |   1 +
 openbsc/src/libcommon/common_vty.c |   9 +++
 openbsc/src/libcommon/gsm_data.c   |  42 ++++++++++
 openbsc/src/libmsc/gsm_04_08.c     |  45 +++++++++--
 7 files changed, 262 insertions(+), 8 deletions(-)


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



More information about the osmocom-commitlog mailing list