openbsc.git branch neels/gtphub updated. 0.15.0-31-g7f06a0f

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
Sun Oct 18 02:46:59 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, neels/gtphub has been updated
  discards  c85893195905257b9ea692feaaea935755a07b5d (commit)
  discards  1cce058a31024887b15db4ddb835afee9089bd6f (commit)
  discards  111e479632894ab267d22acd0bf83f5e232dd559 (commit)
  discards  6b85cd4b9a445635ca0a5cd0464606ff4ab15a70 (commit)
  discards  b8d729d031f971596bc3dd96f37cea6a36957f38 (commit)
       via  7f06a0ff804eda9ce8173cf993d9f42a9e01f5d3 (commit)
       via  6f26101f394fcf595e1dc243b03e4474361cb9d8 (commit)
       via  54cdcc0842c624a9754545ecc0297e99fbc0cfe1 (commit)
       via  ed8614ae81bf3743117f33e1fc6c7b60a3fe228e (commit)
       via  19da2edc0720ba1151550b8aa3f0a2c000ecd3cf (commit)
       via  f06495c24747a5ebdbe3574e27808ac23fdae8e0 (commit)
       via  f05f14cd029b8daffd53ec2e192ace4f21a5705b (commit)
       via  20fef59ad51bebf3004e8a42fa358c144680e889 (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 (c85893195905257b9ea692feaaea935755a07b5d)
            \
             N -- N -- N (7f06a0ff804eda9ce8173cf993d9f42a9e01f5d3)

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

commit 7f06a0ff804eda9ce8173cf993d9f42a9e01f5d3
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Oct 3 02:29:34 2015 +0200

    gtphub: add simple netcat test
    
    Tweak the initial mapped sequence number for the test.
    
    Sponsored-by: On-Waves ehf

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

commit 6f26101f394fcf595e1dc243b03e4474361cb9d8
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Oct 18 03:49:29 2015 +0200

    gtphub: map sequence numbers symmetrically.
    
    Also map sequence numbers towards the SGSNs, and unmap on the return path.

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

commit 54cdcc0842c624a9754545ecc0297e99fbc0cfe1
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Oct 18 04:27:02 2015 +0200

    gtphub: Remove all hardcoded config.
    
    Force use of config file by dropping all hardcoded config and disallowing empty
    bind addresses.
    
    Sponsored-by: On-Waves ehi

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

commit ed8614ae81bf3743117f33e1fc6c7b60a3fe228e
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Oct 16 05:03:52 2015 +0200

    gtphub: Add GGSN and SGSN proxy.
    
    Add GGSN and SGSN proxy config, and implement. This can be used to chain
    multiple gtphubs, but the immediate intention is to facilitate unit tests.
    
    If a GGSN or SGSN proxy is set, send all GGSN/SGSN bound GTP packets to the
    respective proxy.
    
    Sponsored-by: On-Waves ehi

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

commit 19da2edc0720ba1151550b8aa3f0a2c000ecd3cf
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Oct 16 04:53:32 2015 +0200

    gtphub: cosmetic: streamline sockaddr handling.
    
    Rename struct gtphub_addr to osmo_sockaddr and use as osmo_sockaddr_init arg.
    It makes for a bit less code, doing the same.
    
    Also drop an erratic comment block.
    
    Sponsored-by: On-Waves ehi

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

commit f06495c24747a5ebdbe3574e27808ac23fdae8e0
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Oct 16 01:28:43 2015 +0200

    gtphub: move osmo_sockaddr_init to gtphub.h/c.
    
    osmo_sockaddr_init() will, after all, not go away, because of the 'ggsn-proxy'
    config, and it will be used in gtphub.c as soon as the ggsn-proxy config is
    applied (which this commit prepares for).
    
    Sponsored-by: On-Waves ehi

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

commit f05f14cd029b8daffd53ec2e192ace4f21a5705b
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Oct 17 23:45:31 2015 +0200

    gtphub: Add cmdline config.
    
    Sponsored-by: On-Waves ehi

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

commit 20fef59ad51bebf3004e8a42fa358c144680e889
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Oct 16 01:23:19 2015 +0200

    gtphub: Add VTY config.
    
    Implement the to_sgsns and to_ggsns bind configs. Have a short config that sets
    default ports and same IP address for control and user plane (usual case in the
    field), and a very fine grained version (because we can).
    
    Sponsored-by: On-Waves ehi

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

Summary of changes:
 openbsc/include/openbsc/gtphub.h                |   9 +-
 openbsc/src/gprs/gtphub.c                       | 272 +++++++++++++++++-------
 openbsc/src/gprs/gtphub_main.c                  | 123 ++++++++---
 openbsc/src/gprs/gtphub_vty.c                   |  36 +++-
 openbsc/tests/gtphub/Makefile.am                |   1 +
 openbsc/tests/gtphub/gtphub_nc_test.gtphub.conf |   5 +
 openbsc/tests/gtphub/gtphub_nc_test.ok          |   4 +-
 openbsc/tests/gtphub/gtphub_nc_test.sh          |  36 ++--
 openbsc/tests/testsuite.at                      |   4 +-
 9 files changed, 366 insertions(+), 124 deletions(-)
 create mode 100644 openbsc/tests/gtphub/gtphub_nc_test.gtphub.conf


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



More information about the osmocom-commitlog mailing list