openbsc.git branch neels/vlr updated. 0.15.0-688-g91ff08fbb

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
Thu Feb 16 16:33:08 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  7b765be155d891f62bdb7b6081ad6b0148a22676 (commit)
  discards  51b6c1f1606e3fd051bb17c68aabb75d7d7bbcca (commit)
  discards  4c59b354d417d0d88947022b991d583629e22e6e (commit)
  discards  e957fc9a4a430316b45a9e7cedaa039baa3d60cc (commit)
  discards  613651dfa1c46c475fbf0c8a80faf0c5170c2f03 (commit)
  discards  b4a813e0eb4099feb5667886961c0da7789394da (commit)
  discards  d9f868a2db0595734de068e3cac8679411e3a4d3 (commit)
  discards  2f64e6ae254a0c363934267911105f58c1ae2f24 (commit)
  discards  7ae2853f27654ecabc3ef15ee8bc60e7e54d2c31 (commit)
  discards  572f5a3b5458434b7877eb870fbafaba0f5438f8 (commit)
  discards  a487abbefc87378fc297c5e4ed3b4526b0542963 (commit)
  discards  abb3f8952e8b7fa096980033c297ce789b7a0b73 (commit)
  discards  0d02cdfb8d69f7830e526c737754a2acce7df60d (commit)
       via  91ff08fbbdcc35a2b2e864bc17caa9c0efaa4973 (commit)
       via  7a207af53f94f9d47b55273fb782a4fc514b8443 (commit)
       via  578a13718461f8b22da53071a8f5b53495647c95 (commit)
       via  c7c8f6889d02f0868bf2d57bcdf427b513d8e013 (commit)
       via  44dd71339171ddab86fa42d9668bc7f5e65f1830 (commit)
       via  11c49cf7096c2e969527d62cf0420069ab15cb67 (commit)
       via  98f69177268d142d30b7f068f6fad1c19f135168 (commit)
       via  3cb29a7bc307d4d7fd8e5742494523784adee10d (commit)
       via  abd414de9da7a701fd705ddde9459713fe4f4b04 (commit)
       via  3912c8fff0445fdc22712cfb5e68092f60ae78f3 (commit)
       via  eadef96f88f38ee437085ec7a9572e7ed6fab0a1 (commit)
       via  c57255a84f0d7922f11ad55655a61d62fabb67e1 (commit)
       via  0aa3a3221db3edea1a70ce949a4d125f24ca98df (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 (7b765be155d891f62bdb7b6081ad6b0148a22676)
            \
             N -- N -- N (91ff08fbbdcc35a2b2e864bc17caa9c0efaa4973)

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=91ff08fbbdcc35a2b2e864bc17caa9c0efaa4973

commit 91ff08fbbdcc35a2b2e864bc17caa9c0efaa4973
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=7a207af53f94f9d47b55273fb782a4fc514b8443

commit 7a207af53f94f9d47b55273fb782a4fc514b8443
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=578a13718461f8b22da53071a8f5b53495647c95

commit 578a13718461f8b22da53071a8f5b53495647c95
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=c7c8f6889d02f0868bf2d57bcdf427b513d8e013

commit c7c8f6889d02f0868bf2d57bcdf427b513d8e013
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=44dd71339171ddab86fa42d9668bc7f5e65f1830

commit 44dd71339171ddab86fa42d9668bc7f5e65f1830
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=11c49cf7096c2e969527d62cf0420069ab15cb67

commit 11c49cf7096c2e969527d62cf0420069ab15cb67
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=98f69177268d142d30b7f068f6fad1c19f135168

commit 98f69177268d142d30b7f068f6fad1c19f135168
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri May 6 13:49:49 2016 +0200

    WIP: Handle Authentication Failure from MS
    
    Change-Id: I71f51eff089cf05f32a6ef408c4606880fc2e4a5
    Related: OS#1592

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

commit 3cb29a7bc307d4d7fd8e5742494523784adee10d
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Feb 2 01:07:28 2017 +0100

    subscriber conn: add indicator for originating interface
    
    Add via_iface to gsm_subscriber_connection to indicate whether a conn is coming
    in via 2G (IFACE_A) or 3G (IFACE_IU). Prepares for Iu support, but also for
    libvlr to decide between GSM or R99 (UMTS) Authentication.
    
    Until actual Iu support is merged to master, this indicator will aid VLR unit
    testing.
    
    Change-Id: I93b870522f725170e4265a5543f6b680383d7465

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

commit abd414de9da7a701fd705ddde9459713fe4f4b04
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.
    
    TODO: Implement SQN re-synchronoization mechanism (Auth Fail: Sync Err)
    
    Related: OS#1592
    Tweaked-by: nhofmeyr
    Change-Id: Ie6a0cefba5e4e7f02cc2eaf6ec006ac07d5c1816

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

commit 3912c8fff0445fdc22712cfb5e68092f60ae78f3
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=eadef96f88f38ee437085ec7a9572e7ed6fab0a1

commit eadef96f88f38ee437085ec7a9572e7ed6fab0a1
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jan 26 02:05:29 2017 +0100

    log: disable imsi filter
    
    gsm_subscriber will soon be split in separate BSC, GPRS and VLR structs, and
    making the IMSI filter work with these changes is currently not worth the
    effort. The IMSI filter doesn't work well and new libvlr will allow specific
    subscribers' FSMs to be put in debug mode. We may want to re-add something
    similar later on, but for now just drop it.
    
    Change-Id: Ifecc3c55ae7c050ee53553d6f85d9afbede66ee3

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

commit c57255a84f0d7922f11ad55655a61d62fabb67e1
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Jan 9 22:02:21 2017 +0100

    add struct bsc_sub, separating libbsc from gsm_subscriber
    
    Prepare for replacing gsm_subscriber with vlr_subscriber. vlr_subscriber will
    no longer make sense to be used in libbsc, so have a dedicated BSC subscriber
    struct.
    
    Related: #1592, #1594
    
    Change-Id: Ia61cc00e8bb186b976939a4fc8f7cf9ce6aa3d8e

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

Summary of changes:


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



More information about the osmocom-commitlog mailing list