openbsc.git branch jerlbeck/master-fixes updated. 0.15.0-140-geaf8bed

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 Dec 29 14:26:17 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/master-fixes has been updated
  discards  4339a539585030c4e1b846d024a005f3d5a631a4 (commit)
       via  eaf8beda440f957258458e3f39c65a89ed415746 (commit)
       via  cdc548cb0ac79a6eef3903872cc6e73eaf6f59ae (commit)
       via  69a720f3be6debb5aacead27d18d3d904b5754d9 (commit)
       via  da5359f1b608c168226cb7a1009fe290db457157 (commit)
       via  720372e4e8998d2979a423afebdfa742edbea27b (commit)
       via  4adca4e8afd0478d5d52736c721ca7f25631c762 (commit)
       via  0a8cf32a481efa39bd81b027a50dd8f8f408a39a (commit)
       via  53d51f501ca2ee138556258b0b5c72041c2ac95a (commit)
       via  da8a19fec0ae16f110869508dd20f9ebab1520e5 (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 (4339a539585030c4e1b846d024a005f3d5a631a4)
            \
             N -- N -- N (eaf8beda440f957258458e3f39c65a89ed415746)

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

commit eaf8beda440f957258458e3f39c65a89ed415746
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Dec 29 14:35:31 2015 +0100

    sgsn: Remove tlli_foreign2local (TODO)
    
    Currently foreign TLLI are sometimes mapped to local TLLI in the
    hope, that they will match. This seems to sometimes introduce
    inconsisties, possibly leading to a failing assertion in
    _bssgp_tx_dl_ud.
    
    This mapping should probably reduce the allocation of additional
    LLME during routing area changes.
    
    This commit removes tlli_foreign2local.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 .../examples/osmo-gtphub/osmo-gtphub-1iface.cfg    |  25 ++++
 openbsc/include/openbsc/mncc.h                     |   7 +-
 openbsc/osmoappdesc.py                             |   6 +-
 openbsc/src/gprs/gb_proxy.c                        |   2 +-
 openbsc/src/gprs/gprs_llc.c                        |  24 +---
 openbsc/src/gprs/gtphub_vty.c                      |  19 +--
 openbsc/src/libbsc/bsc_vty.c                       |  16 +++
 openbsc/src/libmsc/gsm_04_08.c                     |   6 +-
 openbsc/src/libmsc/mncc.c                          | 129 ++++++++++-----------
 openbsc/src/libmsc/mncc_builtin.c                  |  10 +-
 openbsc/tests/sgsn/sgsn_test.c                     |   3 -
 11 files changed, 132 insertions(+), 115 deletions(-)
 create mode 100644 openbsc/doc/examples/osmo-gtphub/osmo-gtphub-1iface.cfg


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



More information about the osmocom-commitlog mailing list