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

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 09:57:24 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  98ec8f950c226b95f179fb94bedd8a7d24a2c36d (commit)
       via  dc294eb1238c9fe53ef5b7af50abf115636f94bd (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 (98ec8f950c226b95f179fb94bedd8a7d24a2c36d)
            \
             N -- N -- N (dc294eb1238c9fe53ef5b7af50abf115636f94bd)

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=dc294eb1238c9fe53ef5b7af50abf115636f94bd

commit dc294eb1238c9fe53ef5b7af50abf115636f94bd
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



More information about the osmocom-commitlog mailing list