openbsc.git branch users/daniel/ow-nat-msc-conns updated. 0.15.0-85-gfe52250dd

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 Mar 2 16:36:01 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, users/daniel/ow-nat-msc-conns has been updated
  discards  b2a010696e7f1b3db7c86aa644e592ac13a90a02 (commit)
  discards  abb229a132adf952e38e166d870f255b402b724c (commit)
  discards  4eb5051128d113ef8708ad36b225e369eca61deb (commit)
       via  fe52250dd1651d4615f4c4c1744b873758e01681 (commit)
       via  c20900d5832324786b536b95ceb035f8b5abf376 (commit)
       via  6d726d0baa6d5e9f73c3d1e77bb88667586c6041 (commit)
       via  aa7d574012062d05fe1b772538d41fff0a19490e (commit)
       via  8f655c184c373a143d548bd6f95a87a2e76a3246 (commit)
       via  c9687b543da8cfa160607fb31a2103d1dd9eb6e3 (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 (b2a010696e7f1b3db7c86aa644e592ac13a90a02)
            \
             N -- N -- N (fe52250dd1651d4615f4c4c1744b873758e01681)

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

commit fe52250dd1651d4615f4c4c1744b873758e01681
Author: Daniel Willmann <dwillmann at sysmocom.de>
Date:   Thu Mar 2 17:26:32 2017 +0100

    WIP
    
    Change-Id: If40b0bd51773b1658f744063be418c024a781e11

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

commit c20900d5832324786b536b95ceb035f8b5abf376
Author: Daniel Willmann <dwillmann at sysmocom.de>
Date:   Thu Mar 2 17:25:37 2017 +0100

    osmo-bsc_nat: Remove unused MSC elements in struct bsc_nat
    
    Change-Id: Ied1bdead94ba2737293fb1ac2411771a8b8ffd68
    Ticket: SYS#3208
    Sponsored-by: On-Waves ehf.

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

commit 6d726d0baa6d5e9f73c3d1e77bb88667586c6041
Author: Daniel Willmann <dwillmann at sysmocom.de>
Date:   Thu Mar 2 17:13:03 2017 +0100

    osmo-bsc_nat: Change the way bsc_nat_msc_is_connected() works
    
    The function now takes a struct msc_config and returns true if that MSC is
    connected. The vty command show msc connection now shows a line per connected
    MSC.
    In bsc_nat.c where osmo-bsc_nat previously hung up on a BSC connection if the
    (one) MSC was not connected it now checks for the default MSC connection.
    
    Change-Id: I95fbe1b8ad6621aba9b4bd6b581abfde0cb31fd0
    Ticket: SYS#3208
    Sponsored-by: On-Waves ehf.

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

commit aa7d574012062d05fe1b772538d41fff0a19490e
Author: Daniel Willmann <dwillmann at sysmocom.de>
Date:   Thu Mar 2 16:37:03 2017 +0100

    osmo-bsc_nat: Have a default MSC for messages from BSC
    
    Change-Id: I343e6d9d17bcde6dbdf8f48b7b51e998a296680c
    Ticket: SYS#3208
    Sponsored-by: On-Waves ehf.

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

commit 8f655c184c373a143d548bd6f95a87a2e76a3246
Author: Daniel Willmann <dwillmann at sysmocom.de>
Date:   Wed Mar 1 18:56:38 2017 +0100

    tests: Test IMSI routing with multiple MSCs
    
    Change-Id: Iab46d45aa8ba708282debcd7b9d704fc40e6ff1f
    Ticket: SYS#3208
    Sponsored-by: On-Waves ehf.

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

commit c9687b543da8cfa160607fb31a2103d1dd9eb6e3
Author: Daniel Willmann <dwillmann at sysmocom.de>
Date:   Tue Feb 28 19:09:25 2017 +0100

    osmo-bsc_nat: Implement access lists for MSC conns
    
    Change-Id: Iedcf492ff8bb86e7ac68d8909634525e7b0648ea
    Ticket: SYS#3208
    Sponsored-by: On-Waves ehf.

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

Summary of changes:
 openbsc/include/openbsc/bsc_nat.h        |  4 +++-
 openbsc/src/osmo-bsc_nat/bsc_nat.c       | 12 ++++++++----
 openbsc/src/osmo-bsc_nat/bsc_nat_utils.c | 21 +++++++++++++++------
 openbsc/src/osmo-bsc_nat/bsc_nat_vty.c   | 30 +++++++++++++++++++++++-------
 4 files changed, 49 insertions(+), 18 deletions(-)


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



More information about the osmocom-commitlog mailing list