openbsc.git branch max/pol updated. 0.15.0-248-g10112d9

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
Wed May 4 10:32:16 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, max/pol has been updated
  discards  dc294eb1238c9fe53ef5b7af50abf115636f94bd (commit)
       via  10112d9329fd1c1f822567b78726a54399c1352e (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 (dc294eb1238c9fe53ef5b7af50abf115636f94bd)
            \
             N -- N -- N (10112d9329fd1c1f822567b78726a54399c1352e)

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=10112d9329fd1c1f822567b78726a54399c1352e

commit 10112d9329fd1c1f822567b78726a54399c1352e
Author: Max <msuraev at sysmocom.de>
Date:   Wed May 4 11:14:29 2016 +0200

    Make random MSISDN assignment optional
    
    Previously if subscriber was automatically created it got assigned
    random MSISDN number between 20000 and 49999. Make it
    optional (defaulting to previous behavior) by adding following:
    
    * optional "no-extension" argument to subscriber-create-on-demand
    * db unit tests
    * vty test
    
    The range for random extension can now be specified with
    "subscriber-create-on-demand random" command.
    
    Note: using the db made with new code might result in subscribers with
    empty extension. Such subscribers cannot be deleted using old
    code. Make sure not to mix db versions or manually fix it by editing
    sqlite with external program.
    
    Fixes: OS#1658

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

Summary of changes:
 openbsc/src/libmsc/vty_interface_layer3.c | 28 +++++++++++-----------------
 openbsc/tests/vty_test_runner.py          |  7 ++++---
 2 files changed, 15 insertions(+), 20 deletions(-)


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



More information about the osmocom-commitlog mailing list