openbsc.git branch neels/gtphub updated. 0.15.0-24-g516edbb

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
Thu Oct 15 19:33:01 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  d34eee7852efbbc3c467612b0e8aaa7ac7e291e9 (commit)
  discards  5a80cee696f10c64ffe17e26fcf3a3e3688d4c21 (commit)
  discards  853084514151257f8b645a71e5c5abcbebe245e4 (commit)
  discards  ae949798175c1f753821deae8f294422265ea30c (commit)
  discards  b35b7883c39b11be172d24b4c991f99b566156ef (commit)
  discards  f6dcae66d63bdfa872111159ef05cf9efad70152 (commit)
  discards  8fb4720e7d4e31f9cdbde3113230cc9f34a917b1 (commit)
  discards  bc35370d7c2a5fe5490afb0f3a5ee4f8a54d1706 (commit)
  discards  c7958f809d2f6fe82113faa1ad140c41707b399f (commit)
  discards  8879d3b2825168d446f533c520d98558cb5ec758 (commit)
  discards  ba39fba5a3ca60b98bd3b9cbbd480ea3fb247bc4 (commit)
  discards  97f1dcab5c898d3f2b71d27760db7775133b8978 (commit)
       via  516edbb6703d8c7806e9253d66be2a51d52c0c3f (commit)
       via  0347e658fb0eed8199bbab77a337722b9d19809f (commit)
       via  1a163543a9c40a261af430a270663a1014eae06d (commit)
       via  00882c40e34bb9dee451b33a5b7ba375d5e6590e (commit)
       via  548cac017dfab666c7029bdbfeb6a08c94374f48 (commit)
       via  b87d639089e2609a8593318905aa297793aca048 (commit)
       via  02612d83efb73b2e38b9191df38372b6c6b5f442 (commit)
       via  763e4281cacba4b2fb124877dfcf8b6840c58c80 (commit)
       via  95346b31399b3fdbc1741feb892779ee55def452 (commit)
       via  7a07c8bb1ecf8b01b3af144afcf64246549e321e (commit)
       via  3950ea3dac1ba5955d49ab247b9a84b95778d139 (commit)
       via  93c202ba9796ca0f1ddb8c17b16a4ece354b80f0 (commit)
       via  1c716d60974525842d6aae9eceaf5d0da32a7baa (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 (d34eee7852efbbc3c467612b0e8aaa7ac7e291e9)
            \
             N -- N -- N (516edbb6703d8c7806e9253d66be2a51d52c0c3f)

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=516edbb6703d8c7806e9253d66be2a51d52c0c3f

commit 516edbb6703d8c7806e9253d66be2a51d52c0c3f
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Oct 15 21:31:30 2015 +0200

    gtphub: add signal handler to gtphub_main

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

commit 0347e658fb0eed8199bbab77a337722b9d19809f
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Oct 14 23:50:43 2015 +0200

    gtphub: map sequence numbers SGSNs<->GGSNs
    
    Avoid sequence number collisions and allow routing a GGSN's response back to
    the SGSN that sent a request:
    - Towards each GGSN, send other sequence numbers than received from an SGSN,
    - and remember the mapping (with timeouts).
    - When receiving from a GGSN, find the SGSN from the sequence number returned.
    
    This covers only requests by the SGSN followed by GGSN responses, it does not
    cover requests initiated by a GGSN.
    
    Sponsored-by: On-Waves ehi

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

commit 1a163543a9c40a261af430a270663a1014eae06d
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Oct 14 23:49:04 2015 +0200

    gtphub: split gtp_relay() in r/w funcs

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

commit 00882c40e34bb9dee451b33a5b7ba375d5e6590e
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Oct 15 00:50:29 2015 +0200

    gtphub: index IEs, decode and log a few.

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

commit 548cac017dfab666c7029bdbfeb6a08c94374f48
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Oct 6 15:20:13 2015 +0200

    gtphub: tweak logging
    
    Sponsored-by: On-Waves ehi

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

commit b87d639089e2609a8593318905aa297793aca048
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Oct 14 17:40:53 2015 +0200

    gtphub: undup code: memset on a struct.

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

commit 02612d83efb73b2e38b9191df38372b6c6b5f442
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Oct 6 14:31:41 2015 +0200

    gtphub: add GTP header validation
    
    Sponsored-by: On-Waves ehi

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

commit 763e4281cacba4b2fb124877dfcf8b6840c58c80
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Oct 5 18:14:35 2015 +0200

    gtphub: add TEI map test
    
    Sponsored-by: On-Waves ehi

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

commit 95346b31399b3fdbc1741feb892779ee55def452
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Oct 5 17:38:15 2015 +0200

    gtphub: add gtphub_test.c (empty)
    
    Sponsored-by: On-Waves ehi

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

commit 7a07c8bb1ecf8b01b3af144afcf64246549e321e
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Oct 6 13:16:07 2015 +0200

    gtphub: add TEI map API.
    
    Sponsored-by: On-Waves ehi

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

commit 3950ea3dac1ba5955d49ab247b9a84b95778d139
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Oct 8 13:31:40 2015 +0200

    gtphub: add a todo comment

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

commit 93c202ba9796ca0f1ddb8c17b16a4ece354b80f0
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Oct 6 13:06:56 2015 +0200

    gtphub: populate API impl from test prog
    
    Sponsored-by: On-Waves ehi

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

commit 1c716d60974525842d6aae9eceaf5d0da32a7baa
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Oct 3 03:38:20 2015 +0200

    gtphub: add skeletal gtphub.[hc]
    
    Sponsored-by: On-Waves ehf

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

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


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



More information about the osmocom-commitlog mailing list