openbsc.git branch neels/gtphub updated. 0.15.0-88-g1c34baf

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
Mon Nov 30 13:23:54 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  e309d58a34331c4f96cc99764f58b3c5a5d4862e (commit)
  discards  d2fdd5f834a25eb7ef230ba9a9fdba523c2990d9 (commit)
  discards  a215a28ca4b2dbf5d5999169e74f16329214c520 (commit)
  discards  a90e6e297ae1336531dcabc7e6b0de73b9045075 (commit)
       via  1c34baf6dcd719cced1e93a04187aa9218d7956f (commit)
       via  1f33f68e80466e3878075355f996ec2a6bb1b7d7 (commit)
       via  3d6f62161a9c37b7e55d797930d9617e244fefbc (commit)
       via  c0ad6a1fd06a96fa6824268eee0aa9712e596863 (commit)
       via  0d5265ca3a9d782c69f99245e60a74e0fdd80e68 (commit)
       via  6d021fcbe60859a8092bf72a5a240bfebf80230d (commit)
       via  cfc4d46ee29f277a2c3c27dc0613121eb0d69d88 (commit)
       via  76d384de1e354a47ce1a04e81345807277f955f5 (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 (e309d58a34331c4f96cc99764f58b3c5a5d4862e)
            \
             N -- N -- N (1c34baf6dcd719cced1e93a04187aa9218d7956f)

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=1c34baf6dcd719cced1e93a04187aa9218d7956f

commit 1c34baf6dcd719cced1e93a04187aa9218d7956f
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=1f33f68e80466e3878075355f996ec2a6bb1b7d7

commit 1f33f68e80466e3878075355f996ec2a6bb1b7d7
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=3d6f62161a9c37b7e55d797930d9617e244fefbc

commit 3d6f62161a9c37b7e55d797930d9617e244fefbc
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=c0ad6a1fd06a96fa6824268eee0aa9712e596863

commit c0ad6a1fd06a96fa6824268eee0aa9712e596863
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=0d5265ca3a9d782c69f99245e60a74e0fdd80e68

commit 0d5265ca3a9d782c69f99245e60a74e0fdd80e68
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=6d021fcbe60859a8092bf72a5a240bfebf80230d

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

    gtphub: add two stubs

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

commit cfc4d46ee29f277a2c3c27dc0613121eb0d69d88
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=76d384de1e354a47ce1a04e81345807277f955f5

commit 76d384de1e354a47ce1a04e81345807277f955f5
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/src/gprs/gtphub.c | 96 +++++++++++++++++++++++++++--------------------
 1 file changed, 56 insertions(+), 40 deletions(-)


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



More information about the osmocom-commitlog mailing list