openbsc.git branch jerlbeck/wip/gprs-patching updated. 0.13.0-891-g8d7aaa5

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 10:38:44 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, jerlbeck/wip/gprs-patching has been updated
  discards  1b2e8e11206f00ca1a0b8367c2ea65a49a49b8c9 (commit)
       via  8d7aaa590e9b952eef001ba01150e8e58c7debd2 (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 (1b2e8e11206f00ca1a0b8367c2ea65a49a49b8c9)
            \
             N -- N -- N (8d7aaa590e9b952eef001ba01150e8e58c7debd2)

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=8d7aaa590e9b952eef001ba01150e8e58c7debd2

commit 8d7aaa590e9b952eef001ba01150e8e58c7debd2
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Jan 19 18:01:42 2015 +0100

    sgsn: Remove inactive LLME/MM after inactivity timeout (TODO)
    
    Currently old LLMEs and MM contexts that haven't been explicitly
    detached or cancelled are not removed until another request with the
    same IMSI is made. These stale entries may accumulate over time and
    severely compromise the operation of the SGSN.
    
    This patch implements age based LLME expiry, when the maximum age has
    been reached, the corresponding MM context is removed. If such an MM
    context doesn't exist, the LLME is unassigned directly.
    
    TODO:
      - split commit
      - replace hard-coded values by real config
    
      - Consider: age_timeout -> age,
                  timeout: age = (age == RESET ? 1 : age + TICK)
    
    Ticket: OW#1364
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 openbsc/src/gprs/Makefile.am   | 2 +-
 openbsc/tests/sgsn/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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



More information about the osmocom-commitlog mailing list