openbsc.git branch neels/gtphub updated. 0.15.0-92-g93c2029

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
Tue Dec 1 14:22:24 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  9cfcad5d876f176a7a85f37ab6efee0bb3f5ffc7 (commit)
  discards  0c1b4c5fa2bac683e9250eed6a3effb467854030 (commit)
  discards  19d2e1e3c16235c904490ae0d5b9c3961ee03a35 (commit)
  discards  ba9b2af0ff5094c7142b62dd173df2a5c78df033 (commit)
  discards  2cc0965df66c1500ec18dd07fa2d7ce1cceac9bd (commit)
  discards  3aeb152a6360f9ce2b622f669f19d86c30299b31 (commit)
  discards  b46f6ca52e4a257863bd0aa3e7285c984f323337 (commit)
  discards  c1a26b6fa0ea14a4483b823c21d2999c3b64084e (commit)
  discards  cc6ec457eead6eba56230d44c8874c32a6544c20 (commit)
  discards  c4f6577c36dcc9308def2e58cae660517dbb3c2a (commit)
       via  93c2029578a02124caf87c3bdd0d8f431bc4c9c9 (commit)
       via  c2701863994d101fcc62c32cb39c8c1226dbca34 (commit)
       via  98223aca8b450b59df0e826fb72a5c6fb6b8f707 (commit)
       via  9744fcfcfec89762f041f048e3fcc47c470fb0d9 (commit)
       via  80da839cd876476a17285dfb884e953a36db922a (commit)
       via  d9c1fd371f97ee34cba4aadce6781ec1394019ca (commit)
       via  a92ac6feee852dd8fd762a42a65608d1639ff4f0 (commit)
       via  feab94c6d436ae857b881588ccc4035a76d49bf2 (commit)
       via  eb04ab606022fb05b307c3d7db4ab88ee7d43c13 (commit)
       via  e960b1905283897387b37babd753181f0dea7dfd (commit)
       via  cca7018ab74827e5ebf44e9fd958165ed8ef7497 (commit)
       via  38ce2c23bb32c8de963ef519a55b56f0e95dae42 (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 (9cfcad5d876f176a7a85f37ab6efee0bb3f5ffc7)
            \
             N -- N -- N (93c2029578a02124caf87c3bdd0d8f431bc4c9c9)

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=93c2029578a02124caf87c3bdd0d8f431bc4c9c9

commit 93c2029578a02124caf87c3bdd0d8f431bc4c9c9
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Dec 1 15:20:18 2015 +0100

    monitor restart

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

commit c2701863994d101fcc62c32cb39c8c1226dbca34
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Dec 1 15:19:52 2015 +0100

    cosmetic

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

commit 98223aca8b450b59df0e826fb72a5c6fb6b8f707
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Dec 1 01:01:16 2015 +0100

    gtphub_test: add test for Del PDP from GGSN side.

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

commit 9744fcfcfec89762f041f048e3fcc47c470fb0d9
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Dec 1 00:23:45 2015 +0100

    gtphub: handle Delete PDP Context.
    
    During resolution of the header TEI, also return the tunnel struct that
    resolved the TEI, so the Delete PDP Ctx code does not need to look it up
    again.
    
    Upon Delete PDP Ctx Request, remember the IEs and that a request was made.
    Upon Delete PDP Ctx Response, find the pending delete and remove the
    corresponding tunnel, iff the response indicates success.
    
    Add a context deletion to regression tests, rename the test appropriately.
    
    Sponsored-by: On-Waves ehi

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

commit 80da839cd876476a17285dfb884e953a36db922a
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Nov 30 14:17:21 2015 +0100

    gtphub: cosmetic: move a function within c file.
    
    Move the SGSN read callback next to the GGSN read callback.

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

commit d9c1fd371f97ee34cba4aadce6781ec1394019ca
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Nov 30 14:13:33 2015 +0100

    gtphub: remove obsolete todo comment

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

commit a92ac6feee852dd8fd762a42a65608d1639ff4f0
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Nov 30 14:13:19 2015 +0100

    gtphub: fix segfault when empty config.
    
    gsn_addr_from_str(): return error upon NULL string.
    Add some debug logging.
    
    With an empty config, no bind addresses were set, and the address parser
    did not check for a NULL pointer, resulting in a segfault.

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

commit feab94c6d436ae857b881588ccc4035a76d49bf2
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Nov 30 12:58:48 2015 +0100

    gtphub: be more fatal about not finding an unused TEI.

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

commit eb04ab606022fb05b307c3d7db4ab88ee7d43c13
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Nov 30 12:19:50 2015 +0100

    gtphub: fix some style complaints from cppcheck

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

commit e960b1905283897387b37babd753181f0dea7dfd
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Nov 30 00:07:02 2015 +0100

    gtphub: add two stubs for Delete PDP msgs

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

commit cca7018ab74827e5ebf44e9fd958165ed8ef7497
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Nov 29 23:50:45 2015 +0100

    gtphub: vty: add missing SGSN-proxy output.

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

commit 38ce2c23bb32c8de963ef519a55b56f0e95dae42
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Nov 29 23:49:48 2015 +0100

    gtphub: refactor: use side_idx everywhere.
    
    This is a mostly cosmetic change. Instead of separate buffer handling
    functions, reduce some code duplication by using a side_idx just like the
    plane_idx, with arrays.

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

Summary of changes:
 openbsc/include/openbsc/gtphub.h |  3 ++-
 openbsc/src/gprs/gtphub.c        | 28 ++++++++++++++++++++--------
 2 files changed, 22 insertions(+), 9 deletions(-)


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



More information about the osmocom-commitlog mailing list