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=7541436fa076641c318e5921ef961a57d...
commit 7541436fa076641c318e5921ef961a57d3562bb7 Author: Ivan Kluchnikov kluchnikovi@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
osmocom-commitlog@lists.osmocom.org