osmo-ggsn.git branch laforge/sgsnemu-v6 updated. 1.0.0-57-g7998066

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
Sat Oct 14 14:24:07 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 OpenGGSN project".

The branch, laforge/sgsnemu-v6 has been updated
  discards  99794bf272448cb03a8991333e760945838f6e94 (commit)
  discards  215bccfd86f8447372d61dc20d37eb250c792c1e (commit)
  discards  f2aedf69074f81458e5c4d31d3873d60d60cc041 (commit)
  discards  afcc448f468bbe4c943174c3b2cf58c42037aab3 (commit)
  discards  36e7029eb418031dd39c62e6345d76152c28cb18 (commit)
  discards  5cf02429cfe9d060995f9ee606912b4314dd1808 (commit)
       via  7998066e32057201a40a398a783eab1037e6cd9b (commit)
       via  e800235d90d4641783dee1a862a76f3d6da362f1 (commit)
       via  f0523c7c08ade95ab9ada04d6710079360945cc9 (commit)
       via  202d1ccdaef84d6539d82eb32880a46317487e5b (commit)
       via  e7a34d1788e0daf849dba48e284c06c45a9a76b3 (commit)
       via  aa034b003a72350ed1f2b626059b67412d474e22 (commit)
       via  73abc38dc56d6431f43673d995d6e20f562834b4 (commit)
       via  be4baa6d97e259514ff32f9cd3bd325aa572cbde (commit)
       via  d36901325026b69de750e4df7aaa140c95de32f0 (commit)
       via  8afec5f86df8d97a5dd7193b3cce87dba9e95e14 (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 (99794bf272448cb03a8991333e760945838f6e94)
            \
             N -- N -- N (7998066e32057201a40a398a783eab1037e6cd9b)

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/osmo-ggsn/commit/?id=7998066e32057201a40a398a783eab1037e6cd9b

commit 7998066e32057201a40a398a783eab1037e6cd9b
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Oct 14 16:22:16 2017 +0200

    ggsn: Avoid crash on wrong EUA type
    
    If the EUA in the Create PDP Context Request was not supported by
    the given APN (e.g. IPv6 request for a v4-only APN), we crashed.
    
    Avoid this and add proper handling of this error case.
    
    Change-Id: I8d1f7ec727c5d2d4427232015f81ed57d3440dff

http://cgit.osmocom.org/osmo-ggsn/commit/?id=e800235d90d4641783dee1a862a76f3d6da362f1

commit e800235d90d4641783dee1a862a76f3d6da362f1
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Oct 10 09:05:50 2017 +0800

    sgsnemu: Use getprotobynumber() in print_ipprot()
    
    There's no point in sgsnemu doing a poor mans reimplementation
    of what the C library provides already by means of getprotobynumber()
    
    Change-Id: I8cdc460e4fa5d86d80addf6e5f341d2d80093a35

http://cgit.osmocom.org/osmo-ggsn/commit/?id=f0523c7c08ade95ab9ada04d6710079360945cc9

commit f0523c7c08ade95ab9ada04d6710079360945cc9
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Oct 10 09:03:25 2017 +0800

    sgsnemu: Remove dead code: encaps_printf()
    
    This function is never used/called, remove it.
    
    Change-Id: I37a447e4d5387e3fc5f4433ab20ceba7c446684b

http://cgit.osmocom.org/osmo-ggsn/commit/?id=202d1ccdaef84d6539d82eb32880a46317487e5b

commit 202d1ccdaef84d6539d82eb32880a46317487e5b
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Oct 10 09:02:45 2017 +0800

    sgsnemu: Mark local functions 'static'
    
    We don't need to export those to the global name space as they're
    not called from code in other files.
    
    Change-Id: I454249335ba46abdb3afbc669c4a06a06f39ae72

http://cgit.osmocom.org/osmo-ggsn/commit/?id=e7a34d1788e0daf849dba48e284c06c45a9a76b3

commit e7a34d1788e0daf849dba48e284c06c45a9a76b3
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Oct 10 08:54:04 2017 +0800

    sgsnemu: Make use of "dependon" feature in gengetopt
    
    The gengetopt syntax can specify that a particular command line argument
    depends on some other argument/option present.  We can use this to
    provide useful feedback to the user at the command line parsing state,
    like --pingrate making no sense without --pinghost being specified.
    
    Change-Id: Ief27275e90e6bce23aed1e83874dbac98dd0926b

http://cgit.osmocom.org/osmo-ggsn/commit/?id=aa034b003a72350ed1f2b626059b67412d474e22

commit aa034b003a72350ed1f2b626059b67412d474e22
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Oct 10 09:36:35 2017 +0800

    sgsnemu: Print warnings on broken IPv6 configuration (acept_ra)
    
    When sgsnemu is used for an IPv6 pdp context, we rely on the router
    discovery procedure and SLAAC to set the correct IPv6 address/prefix
    on the tun device.  This requires the system to be configure to accept
    router-advertisements on the tun device.  Let's print a warning
    if accept_ra for the specific tun device is set to a wrong value.
    
    We're leaving it up to the user to either set a system-wide
    /proc/sys/net/ipv6/conf/default/accept_ra or to configure this in an
    ip-up script used together with sgsnemu.
    
    Change-Id: I563092ca35bc74f035a5023e11256779aac46e11

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

Summary of changes:
 ggsn/ggsn.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)


hooks/post-receive
-- 
The OpenGGSN project



More information about the osmocom-commitlog mailing list