openggsn.git branch laforge/osmo-ggsn updated. 0.94-12-g54b3158

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 Aug 12 13:14:52 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/osmo-ggsn has been updated
  discards  556884c7225f0ddcf9b694abcafea8f7a9fcdb83 (commit)
  discards  c14acd39b7f831156cac3ad4e7609b89c40c33a2 (commit)
  discards  0078446985c382ade663010b377e3563111d256c (commit)
  discards  db644d3979cbdf3a7db9e84392678b16730a038c (commit)
  discards  c3642522d3d21dc2a168a72e666174010c50c864 (commit)
  discards  5e415c70cf1015262171f75943e1a6d4c158484d (commit)
  discards  7fa3b09b4699476a051f7826ab7f2a5e4a90ffa7 (commit)
  discards  962b3d28cbe2db8b7158e25d5e970b78c0119e1d (commit)
  discards  8404045d8734b12ecde815154ceac4bb87abc63d (commit)
  discards  f291986735ea4e8599105648ad23033d14c2dad9 (commit)
  discards  f441b42c26bdb59f86200a517801306d3ee1c561 (commit)
  discards  2a683d8308b478fb963c18c4f9ea0c536972e38f (commit)
  discards  adacad50fd479e161a4bceceba1e888877e5b1db (commit)
       via  54b3158d5f5a2846cf97d230718e0942337af659 (commit)
       via  29aa4d23193efee30407fb0add5f07e2a3f54d6f (commit)
       via  2049be3919a81e930b76b448edac0a5109e40400 (commit)
       via  6e3b58bbe5d5fa0f61b87e3cde278d59548d8951 (commit)
       via  d05fc001e6aa11eb31bdb3a8d29676b9f6b4cf03 (commit)
       via  05aa0177cae622ee7ccfb6a9b920878180eb926a (commit)
       via  e4d6b50309e0e94fd7caa1d417e4f1aa7aa4b2cc (commit)
       via  87ec4c27ff446505840737e0e64f7b72c24301c4 (commit)
       via  b854d15c3d1e157a457e30f980cc69e2971328a9 (commit)
       via  1dc6530834bd0c74b16763daba2b9436b6f9e269 (commit)
       via  5b24b4918173a30ce528e2edd2d78d775df2be20 (commit)
       via  dc1870f33dc0a96f24bb3237ec8c42e110734464 (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 (556884c7225f0ddcf9b694abcafea8f7a9fcdb83)
            \
             N -- N -- N (54b3158d5f5a2846cf97d230718e0942337af659)

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/openggsn/commit/?id=54b3158d5f5a2846cf97d230718e0942337af659

commit 54b3158d5f5a2846cf97d230718e0942337af659
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 15:07:02 2017 +0200

    Introduce a VTY, factually turning OpenGGSN into an Osmocom program
    
    Change-Id: I9613ca3436e77ea132c47f0096df7c5050d7e826

http://cgit.osmocom.org/openggsn/commit/?id=29aa4d23193efee30407fb0add5f07e2a3f54d6f

commit 29aa4d23193efee30407fb0add5f07e2a3f54d6f
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 14:55:09 2017 +0200

    libgtp: Add back-reference to gsn from pdp context
    
    This is required once one wants to support multiple GSNs in a single
    application.
    
    WARNING: This breaks ABI compatibility, LIBVERSION must be adjusted
    
    Change-Id: I68ae49a765828fa681054c68bf7f5e74dbe48ad2

http://cgit.osmocom.org/openggsn/commit/?id=2049be3919a81e930b76b448edac0a5109e40400

commit 2049be3919a81e930b76b448edac0a5109e40400
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 14:52:45 2017 +0200

    libgtp: Remove ctrl_handle from gsn_t, replace with private context
    
    The control interface handle never belonged into libgtp in the first
    place.  Commit 727417dd28813c697b4820aef9f54f249e30c4b8 should not
    have added this to the shared library (used by sgsnemu, osmo-sgsn, ...),
    but to some private state of the GGSN.
    
    Introducing a private context pointer at the same location will keep
    ABI compatibilty.
    
    Change-Id: I4f17516dae3e04114564828a3e5f6e2ea54212a5

http://cgit.osmocom.org/openggsn/commit/?id=6e3b58bbe5d5fa0f61b87e3cde278d59548d8951

commit 6e3b58bbe5d5fa0f61b87e3cde278d59548d8951
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 15:06:19 2017 +0200

    lib/tun.c: Proper cleanup during tun_new() error paths
    
    Change-Id: I285be20df76774ac7258b6edb3d4f2d28703757d

http://cgit.osmocom.org/openggsn/commit/?id=d05fc001e6aa11eb31bdb3a8d29676b9f6b4cf03

commit d05fc001e6aa11eb31bdb3a8d29676b9f6b4cf03
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 12:55:04 2017 +0200

    lib/ippool: Move ippool_aton() out of ippool_new()
    
    we rather pass the in46_prefix directly into ippool_new()
    
    Change-Id: Iadf6274e881a9bfc75eb41f9380f5ae2d8c92a0f

http://cgit.osmocom.org/openggsn/commit/?id=05aa0177cae622ee7ccfb6a9b920878180eb926a

commit 05aa0177cae622ee7ccfb6a9b920878180eb926a
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 12:46:39 2017 +0200

    lib/ippool: Add back-pointer from pool member to pool
    
    This allows us to remove pool members without having to keep
    a pointer to the pool around.
    
    Change-Id: I9042eb85989c5451d7894678eca110dd19e78002

http://cgit.osmocom.org/openggsn/commit/?id=e4d6b50309e0e94fd7caa1d417e4f1aa7aa4b2cc

commit e4d6b50309e0e94fd7caa1d417e4f1aa7aa4b2cc
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 14:54:28 2017 +0200

    lib/in46_addr: Avoid ASSERT() when in46a_ntop() is called on uninitialized address
    
    Change-Id: I42d41ec1370b9cc15d372b649d8e1bc78e76af9b

http://cgit.osmocom.org/openggsn/commit/?id=87ec4c27ff446505840737e0e64f7b72c24301c4

commit 87ec4c27ff446505840737e0e64f7b72c24301c4
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 12:55:48 2017 +0200

    lib/in46_addr: Add 'struct in46_prefix' to represent addr + prefix
    
    Change-Id: I797d105117e81951732bcfc2cc26a8d00fd69443

http://cgit.osmocom.org/openggsn/commit/?id=b854d15c3d1e157a457e30f980cc69e2971328a9

commit b854d15c3d1e157a457e30f980cc69e2971328a9
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 12:46:17 2017 +0200

    lib/in46_addr: Add in46a_ntoa() function, similar to inet_ntoa()
    
    Change-Id: I752b7033a106a74dc219047da5c3a7ad3cd3602e

http://cgit.osmocom.org/openggsn/commit/?id=1dc6530834bd0c74b16763daba2b9436b6f9e269

commit 1dc6530834bd0c74b16763daba2b9436b6f9e269
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 14:56:10 2017 +0200

    lib/tun: Add 'void *priv' pointer to tun_t
    
    This allows the application to attach some private state to the tun
    device, such as the context from which it was created/allocated
    
    Change-Id: Ief43b9b5fab5830fa8e28362c795f88f0b4d353b

http://cgit.osmocom.org/openggsn/commit/?id=5b24b4918173a30ce528e2edd2d78d775df2be20

commit 5b24b4918173a30ce528e2edd2d78d775df2be20
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 15:09:08 2017 +0200

    lib/tun: Add missing #include to net/if.h for IFNAMSIZ
    
    Change-Id: I979867d643c9fa912884fe55105333dbad39ab97

http://cgit.osmocom.org/openggsn/commit/?id=dc1870f33dc0a96f24bb3237ec8c42e110734464

commit dc1870f33dc0a96f24bb3237ec8c42e110734464
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 14:52:15 2017 +0200

    gtp-kernel: Remove dependency to cmdline.[ch]
    
    Change-Id: I760f25df609c309eba4d5716f3e23b49320449bf

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

Summary of changes:
 ggsn/ggsn.c | 1 +
 lib/tun.c   | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The OpenGGSN project



More information about the osmocom-commitlog mailing list