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 discards 9960e8de3b6b89a30f0da6e41180f9c2dbc8cc88 (commit) via 67fd3b1a0281c87f4f83e2771b0d851930d1fdaa (commit)
This update added new revisions after undoing existing revisions. That is to say, the old revision is not a strict subset of the new revision. This situation occurs when you --force push a change and generate a repository containing something like this:
* -- * -- B -- O -- O -- O (9960e8de3b6b89a30f0da6e41180f9c2dbc8cc88) \ N -- N -- N (67fd3b1a0281c87f4f83e2771b0d851930d1fdaa)
When this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B.
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=67fd3b1a0281c87f4f83e2771b0d85193...
commit 67fd3b1a0281c87f4f83e2771b0d851930d1fdaa 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: - try to find virtual network with the imsi prefix which matches subscriber's imsi - 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 | 4 +-- openbsc/include/openbsc/gsm_subscriber.h | 1 - openbsc/src/libbsc/bsc_vty.c | 45 ++++++++++++++++---------------- openbsc/src/libcommon/gsm_data.c | 1 - openbsc/src/libmsc/gsm_04_08.c | 2 +- openbsc/tests/vty_test_runner.py | 20 +++++++------- 6 files changed, 35 insertions(+), 38 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org