openbsc.git branch hfreyther/changes/remove-gprs-subscriber-cache created. 0.13.0-885-gcf8cc22

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 Jan 20 20:59:04 UTC 2015


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, hfreyther/changes/remove-gprs-subscriber-cache has been created
        at  cf8cc2289bf343ca07bd2de58066acf569f932b2 (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=cf8cc2289bf343ca07bd2de58066acf569f932b2

commit cf8cc2289bf343ca07bd2de58066acf569f932b2
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Tue Jan 20 21:14:03 2015 +0100

    sgsn: Remove the "permanent" subscriber cache
    
    The subscriber cache would help in case:
    
      * GPRS DETACH, GPRS ATTACH. In that case we might still
      have some cached authentication tuples we avoid another
      sendAuthenticationInfo request.
    
      * After a detach the cache expiry would make sure to
      eventually send a purgeMS to the HLR (which might be
      ignored).
    
    At the same time to make the cache work we will need to
    make sure to start and stop timers. In case we don't
    start we might accumulate subscribers. I am afraid that
    the above two benefits do not outweight the complexity
    of this implementation.
    
    Modify sgsn_mm_ctx_free to remove the entry from the
    list as otherwise we might double free the context from
    within gprs_subscriber_delete.

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


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



More information about the osmocom-commitlog mailing list