openbsc.git branch master updated. 0.15.0-110-gf8c7010

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 Dec 3 13:29:50 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, master has been updated
       via  f8c701008b578e51cc370dbf0115890fdd333cbe (commit)
       via  1ae3ebd68bdb1d33a99065be75946faf4cd0e766 (commit)
       via  ca2361c23717fd13e33088d6dfe4e2370b714097 (commit)
       via  d53c6046bc315cd2ddbdeac86d3b574b371985b6 (commit)
       via  e5a0798c9cc7f8b0d13f577791700a8633de308b (commit)
       via  8c5b073072ae3c49bc27ab3d4bc3ed33f87411bb (commit)
      from  8defadbdd2953482ad53fe9ef37bb81ff76a2097 (commit)

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

commit f8c701008b578e51cc370dbf0115890fdd333cbe
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Dec 3 14:29:48 2015 +0100

    gtphub: add test for SGSN behind NAT

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

commit 1ae3ebd68bdb1d33a99065be75946faf4cd0e766
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Dec 3 14:19:08 2015 +0100

    gtphub_test: tweak test_user_data(): no seq routing.
    
    Don't route User message back by sequence number, rather test that a
    completely unrelated User message is routed back properly.
    
    Sponsored-by: On-Waves ehi

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

commit ca2361c23717fd13e33088d6dfe4e2370b714097
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Dec 3 14:12:44 2015 +0100

    gtphub: implement sgsn_use_sender for NAT.
    
    If an SGSN is behind NAT, we cannot rely on the default ports. Specifically,
    if a GGSN sends a message, the forwarding to the SGSN should go to whichever
    port the SGSN last sent from (whether sequence nr is known or not).
    
    Add sgsn_use_sender config and VTY command, and store the sender instead
    of the GSN Address IE and default port if set.
    
    Sponsored-by: On-Waves ehi

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

commit d53c6046bc315cd2ddbdeac86d3b574b371985b6
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Dec 3 13:59:49 2015 +0100

    gtphub: prepare: keep tunnel ref in gtp_packet_desc.
    
    Rather than passing a tunnel pointer as function arguments, keep it in the
    gtp_packet_desc struct passed around anyway.
    
    Reason: in the next commit (will add sgsn_use_sender), I need the tunnel to be
    passed back out to gtphub_handle_buf(), and besides simplifying existing code,
    this also makes passing the tunnel back out trivial.
    
    Sponsored-by: On-Waves ehi

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

commit e5a0798c9cc7f8b0d13f577791700a8633de308b
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Dec 3 13:47:05 2015 +0100

    gtphub: tweak an error log message

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

commit 8c5b073072ae3c49bc27ab3d4bc3ed33f87411bb
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Dec 3 13:45:15 2015 +0100

    gtphub: Del PDP: replace unnecessary lookup with asserts.

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

Summary of changes:
 openbsc/include/openbsc/gtphub.h    |   3 +
 openbsc/src/gprs/gtphub.c           | 127 +++++++++++++++++++-----------------
 openbsc/src/gprs/gtphub_vty.c       |  28 ++++++++
 openbsc/tests/gtphub/gtphub_test.c  | 109 +++++++++++++++++++++++++++++--
 openbsc/tests/gtphub/gtphub_test.ok |   4 ++
 5 files changed, 207 insertions(+), 64 deletions(-)


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



More information about the osmocom-commitlog mailing list