openbsc.git branch neels/gtphub updated. 0.15.0-124-ge54f092

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 Dec 6 20:45:23 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
       via  e54f092e2356de924b5711e8f6396f0b031816e2 (commit)
       via  78c88ff85f038dc27ba56823b27b7b1a130cfb24 (commit)
       via  b9790de60290cd63aca7b4d31cdf54eabf602219 (commit)
       via  520e79c9254643bf04e50cf2426a44300201473e (commit)
       via  483c1e846a6781dfa16fd4e4d6c9f48ee4ed7ffe (commit)
       via  4301e3f2886b26dc42aa41bbc3aa8a5932d0dd38 (commit)
       via  bd6351d16b8e08cd35a21d9ac6ac3b33fac1e0bd (commit)
       via  4613c6901300f316e28ebbba432f3a598967a306 (commit)
       via  807b757720958886dbc07448e1b6bf3016f364b1 (commit)
       via  6927cbcf7af1fc777f79de2d30ec8fda6745cfc6 (commit)
       via  ff03117fcfbe6d187dc61e326553f1c886aaae8d (commit)
       via  9cc8eaed10e50db92de858c82bf400637e468fe8 (commit)
      from  f03f63a185b6a3e941f63f4c0acc644ec6c9c24c (commit)

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

commit e54f092e2356de924b5711e8f6396f0b031816e2
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Dec 6 21:44:26 2015 +0100

    gtphub: simplify: one TEI mapping per tunnel.
    
    Suggested-by: hfreyther
    
    One unique TEI per tunnel (SGSN<->GGSN interaction on User and Ctrl plane)
    suffices to map the TEIs that the peers are sending to gtphub.
    
    This simplifies TEI reuse detection and improves VTY show readability and
    debugging.
    
    Adjust tests accordingly.

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

commit 78c88ff85f038dc27ba56823b27b7b1a130cfb24
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Dec 6 19:13:21 2015 +0100

    gtphub: tweak debug log.

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

commit b9790de60290cd63aca7b4d31cdf54eabf602219
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Dec 6 19:11:45 2015 +0100

    gtphub: fix check for reused TEIs.
    
    Also check the new tunnel's endpoints against its own other endpoints.
    To achieve that with easily readable code, split the for loop into two.

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

commit 520e79c9254643bf04e50cf2426a44300201473e
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Dec 6 19:03:35 2015 +0100

    gtphub: fix: when checking TEI, skip 0.

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

commit 483c1e846a6781dfa16fd4e4d6c9f48ee4ed7ffe
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Dec 6 19:02:43 2015 +0100

    gtphub_test: add test_parallel_context_creation()

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

commit 4301e3f2886b26dc42aa41bbc3aa8a5932d0dd38
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Dec 6 19:01:21 2015 +0100

    log 1 newline

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

commit bd6351d16b8e08cd35a21d9ac6ac3b33fac1e0bd
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Dec 6 17:19:14 2015 +0100

    wip

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

commit 4613c6901300f316e28ebbba432f3a598967a306
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Dec 6 17:18:49 2015 +0100

    gtphub: add side str to log msg for reused TEI

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

commit 807b757720958886dbc07448e1b6bf3016f364b1
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Dec 6 16:44:14 2015 +0100

    gtphub: add more detailed I/O rate counters.
    
    Count bytes and packets per peer port, as well es per tunnel enpoint, which
    adds two more levels of detail.

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

commit 6927cbcf7af1fc777f79de2d30ec8fda6745cfc6
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Dec 6 16:40:24 2015 +0100

    gtphub: be strict about unknown cmdline args

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

commit ff03117fcfbe6d187dc61e326553f1c886aaae8d
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Dec 6 16:39:23 2015 +0100

    gtphub: tweak logging.
    
    Less spaces in tunnel strings, adjust tests accordingly.
    
    Use side_idx to remove code dup in rate counter output.

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

commit 9cc8eaed10e50db92de858c82bf400637e468fe8
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Dec 6 15:22:54 2015 +0100

    gtphub: logging: have one newline per log.
    
    Some logging was multiline to ease human reading of debug output. However,
    in the VTY output, these newlines lack a CR motion. Split multiline logs into
    separate lines.
    
    Also add one missing space.

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

Summary of changes:
 openbsc/include/openbsc/gtphub.h    |   6 +-
 openbsc/src/gprs/gtphub.c           | 160 ++++++++++++--------
 openbsc/src/gprs/gtphub_main.c      |   3 +-
 openbsc/src/gprs/gtphub_sock.c      |   2 +-
 openbsc/src/gprs/gtphub_vty.c       |  73 ++++++---
 openbsc/tests/gtphub/gtphub_test.c  | 293 +++++++++++++++++++++++++++++-------
 openbsc/tests/gtphub/gtphub_test.ok |   5 +
 7 files changed, 395 insertions(+), 147 deletions(-)


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



More information about the osmocom-commitlog mailing list