openbsc.git branch fairwaves/virt-net updated. 0.15.0-211-g5dc7c39

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
Mon Apr 18 08:15:56 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/virt-net has been updated
  discards  c21a027efdd312c1214bad4a458bc83e7e67f454 (commit)
  discards  4848d101bc319c93dbbe6c6c7d4efcd3fb912c50 (commit)
       via  5dc7c39ea317c4c7d6f27880d4fcaed20fbb51ae (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 (c21a027efdd312c1214bad4a458bc83e7e67f454)
            \
             N -- N -- N (5dc7c39ea317c4c7d6f27880d4fcaed20fbb51ae)

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=5dc7c39ea317c4c7d6f27880d4fcaed20fbb51ae

commit 5dc7c39ea317c4c7d6f27880d4fcaed20fbb51ae
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:
    - 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/vty.h      |  1 +
 openbsc/src/libbsc/bsc_vty.c       | 44 +++++++----------------
 openbsc/src/libcommon/common_vty.c | 10 ++++++
 openbsc/src/libcommon/gsm_data.c   |  3 +-
 openbsc/src/libmsc/gsm_04_08.c     | 21 +++++------
 openbsc/src/libmsc/smpp_vty.c      | 10 ------
 openbsc/tests/vty_test_runner.py   | 74 +++++++++++++++++---------------------
 8 files changed, 68 insertions(+), 99 deletions(-)


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



More information about the osmocom-commitlog mailing list