openbsc.git branch neels/vlr updated. 0.15.0-692-ge2c61e448

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
Tue Feb 21 01:02:52 UTC 2017


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, neels/vlr has been updated
  discards  4c7ddd3ca60c8d87e0cc6f04b20fee72284e754c (commit)
  discards  0b123ffad4cfd7394b915f8fb95935ad5e19df55 (commit)
  discards  8cef3c6405699b45796af624510d84ac49296beb (commit)
  discards  9610ad61d90324b5e2e70fa85a12331ae0d17aae (commit)
  discards  e375c0b87c5361933e7804320d31f09b0f2b48c1 (commit)
  discards  6f4ed29379058b969f374389cb1d0835af08f44e (commit)
  discards  08e7b325045ec25906f07e05d26ba784f4ad9897 (commit)
  discards  656c0898101af756013a4c3f5b7b001814cfda3e (commit)
       via  e2c61e448c6ef7ab34cf9588a9322c0168d2e41b (commit)
       via  cfe10e0bd678e7fa4fb4ffa8bc0d89816c75b7bd (commit)
       via  09c43e7306f637c2fd71cfb4b0e0d54b6a67bef9 (commit)
       via  652fac1f68b78157d64555f19825ee91d191a8d6 (commit)
       via  7c7c9e03b2d5c419e543ea035f735aa4ab5f439a (commit)
       via  61024944c2490cd571807b7dac9c11d85bed4fb1 (commit)
       via  8160d7881311dfd720b3ed0df69d021dda159a2a (commit)
       via  add3be4413b6eed145686b7f352a8957a70a9097 (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 (4c7ddd3ca60c8d87e0cc6f04b20fee72284e754c)
            \
             N -- N -- N (e2c61e448c6ef7ab34cf9588a9322c0168d2e41b)

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

commit e2c61e448c6ef7ab34cf9588a9322c0168d2e41b
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Feb 15 00:20:44 2017 +0100

    vlr: get SMS working, by SMS recipient MSISDN round-robin
    
    The SQL based lookup of SMS for attached subscribers no longer works since the
    SQL database no longer has the subscriber data. Replace with a round-robin on
    the SMS recipient MSISDNs paired with a VLR subscriber RAM lookup whether the
    subscriber is currently attached.
    
    If there are many SMS for not-attached subscribers in the SMS database, this
    will become inefficient: a DB hit returns a pending SMS, the RAM lookup will
    reveal that the subscriber is not attached, after which the DB is hit for the
    next SMS. It would become more efficient e.g. by having an MSISDN based hash
    list for the VLR subscribers and by marking non-attached SMS recipients in the
    SMS database so that they can be excluded with the SQL query already.
    
    There is a sanity limit to do at most 100 db hits per attempt to find a pending
    SMS. So if there are more than 100 stored SMS waiting for their recipients to
    actually attach to the MSC, it may take more than one SMS queue trigger to
    deliver SMS for subscribers that are actually attached.
    
    This is not very beautiful, but is merely intended to carry us over to a time
    when we have a proper separate SMSC entity.
    
    Change-Id: I1acf9debb6ba9164e6edcfd5bc5e48e8c98f2b01

http://cgit.osmocom.org/openbsc/commit/?id=cfe10e0bd678e7fa4fb4ffa8bc0d89816c75b7bd

commit cfe10e0bd678e7fa4fb4ffa8bc0d89816c75b7bd
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Feb 14 17:42:25 2017 +0100

    logging: auth request: use hexdump without spaces for RAND, AUTN
    
    Change-Id: I656d8619a1adc93e2f627f4e1ba21512a7374279

http://cgit.osmocom.org/openbsc/commit/?id=09c43e7306f637c2fd71cfb4b0e0d54b6a67bef9

commit 09c43e7306f637c2fd71cfb4b0e0d54b6a67bef9
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Feb 12 00:34:35 2017 +0100

    reject concurrency test
    
    Change-Id: I5c04b1cf0ad302c35968e0f8dfb122997f3f7bf1

http://cgit.osmocom.org/openbsc/commit/?id=652fac1f68b78157d64555f19825ee91d191a8d6

commit 652fac1f68b78157d64555f19825ee91d191a8d6
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Jan 25 15:04:16 2017 +0100

    Add msc_vlr test suite for MSC+VLR end-to-end tests
    
    Change-Id: Ic073f3a069a7f5e7e421e0e56140f069ee9b10b8

http://cgit.osmocom.org/openbsc/commit/?id=7c7c9e03b2d5c419e543ea035f735aa4ab5f439a

commit 7c7c9e03b2d5c419e543ea035f735aa4ab5f439a
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Feb 3 02:42:47 2017 +0100

    Use libvlr in libmsc (large refactoring)
    
    Original libvlr code is by Harald Welte <laforge at gnumonks.org>,
    polished and tweaked by Neels Hofmeyr <nhofmeyr at sysmocom.de>.
    
    This is a long series of development collapsed in one patch. The original
    history may still be available as branch neels/vlr_orig.
    
    TODO: This commit may be split in several smaller changes before merging to
    master.
    
    Related: OS#1592
    
    Change-Id: I702ba504ce2de93507312c28eca8d11f09f4ee8b

http://cgit.osmocom.org/openbsc/commit/?id=61024944c2490cd571807b7dac9c11d85bed4fb1

commit 61024944c2490cd571807b7dac9c11d85bed4fb1
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Jun 17 00:06:42 2016 +0200

    Add libvlr implementation
    
    Original libvlr code is by Harald Welte <laforge at gnumonks.org>,
    polished and tweaked by Neels Hofmeyr <nhofmeyr at sysmocom.de>.
    
    This is a long series of development collapsed in one patch. The original
    history may still be available as branch neels/vlr_orig.
    
    Related: OS#1592
    Change-Id: I3f75de5f0cc2ff77f276fd39832dd3621309c4b9

http://cgit.osmocom.org/openbsc/commit/?id=8160d7881311dfd720b3ed0df69d021dda159a2a

commit 8160d7881311dfd720b3ed0df69d021dda159a2a
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Jun 19 18:06:02 2016 +0200

    Introduce subscriber_connection ref-counting
    
    This introduces a reference count for gsm_subscriber_connection. Every
    user of the connection needs to hold a reference until done.  Once the
    reference count dorps to zero, the connection is cleared towards the
    BSC (which subsequently will clear any logical channels associated with
    it).
    
    Related: OS#1592
    Change-Id: I8c05e6c81f246ff8b5bf91312f80410b1a85f15e

http://cgit.osmocom.org/openbsc/commit/?id=add3be4413b6eed145686b7f352a8957a70a9097

commit add3be4413b6eed145686b7f352a8957a70a9097
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu May 5 22:52:41 2016 +0200

    SGSN: Integrate basic support for UMTS AKA
    
    We already had almost all the parts in place before:
    * GSUP with capability to send us auth_vectors that contain
      either triplets or quintuples
    * mm_context that holds such auth_vectors
    
    All that we need to add in this patch is the capability to send the AUTN
    parameter in the GMM AUTH REQ and parse the extended RES in the GMM AUTH RESP,
    as well as forwarding AUTS to the HLR upon Sync Error.
    
    Related: OS#1956
    Tweaked-by: nhofmeyr (AUTS re-sync)
    Change-Id: Ie6a0cefba5e4e7f02cc2eaf6ec006ac07d5c1816

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

Summary of changes:
 openbsc/include/openbsc/gprs_sgsn.h |  4 +++-
 openbsc/src/gprs/gprs_gmm.c         |  9 +++-----
 openbsc/src/gprs/gprs_subscriber.c  | 44 ++++++++++++++++++-------------------
 openbsc/src/gprs/sgsn_auth.c        |  2 +-
 openbsc/src/gprs/sgsn_vty.c         |  1 -
 5 files changed, 28 insertions(+), 32 deletions(-)


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



More information about the osmocom-commitlog mailing list