openbsc.git branch neels/gtphub updated. 0.15.0-25-gade5665

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
Wed Oct 14 23:50:31 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  bbadcae0395267efe78a62fa11a83f83ad9e29e7 (commit)
  discards  7bd2de27840687fcdf769a1d533a34a255778880 (commit)
  discards  24b7bb9c3672343f047ad752853583fac2fc92a0 (commit)
  discards  b610f5ede9d2b5c13431f7101e095235896abd0d (commit)
  discards  94359c54627ff97c7548b62dca14440147a04e3a (commit)
  discards  d3023b3e882ee6c3679c27ae54d6887f7ce12d0c (commit)
  discards  a2d52e8d60bcab07e267f7e108b6c0df86649b13 (commit)
  discards  3d556dffd755f0614ebe610383589ffbf26c5107 (commit)
  discards  1372ac6676b588828d2823a8d3d267aa2b0ec93c (commit)
  discards  eacb3bfb7e7b6b84fd35795a939044b35bb63e29 (commit)
  discards  bd37a2ed3ca4b47925aea29c094aeafa15624ade (commit)
  discards  46960746af5d278c727af43a07c17e1a35e7a8eb (commit)
  discards  e4e6e9020fc9820c5d0c460ddba0214e076bc94d (commit)
  discards  ef0c08b1c53ae486969efb7772f45c9a2bafbee3 (commit)
  discards  4b82be518b5dbad6f88ba6ada1ed55de0aadcd68 (commit)
  discards  9472474d5ff43ef2c7ab76d53b28ac78a63ee8b8 (commit)
  discards  7f1340358afdc1dbfcc3562d46819a65201615b5 (commit)
  discards  d457cd0c521fe0384f5d76bb9c8169c2d6b1ad42 (commit)
  discards  ea9dd8ffaafa4e3ebecc250c7b94653200e7c4e9 (commit)
       via  ade56654e0d96c12895f9db3ec2b00d08b122a92 (commit)
       via  cb790daffe773206032e99beed4573cbc83a7145 (commit)
       via  c6c4cf6f3aeedc8219747d0efd19ce952489df88 (commit)
       via  e3ee2f138c722ff924fe61e391e596bea2635de9 (commit)
       via  6ddb7eee640c79a20c46fc2398bf7c39424ae40d (commit)
       via  45f7142495ad4f02d6a4641fa31bc0d25878cd0a (commit)
       via  e5830e0c5028e8c842e35ca17872cbd0f4145d52 (commit)
       via  c4e61fcb366441a51e817b0491b3e8fb6c6f21b1 (commit)
       via  8fb4720e7d4e31f9cdbde3113230cc9f34a917b1 (commit)
       via  bc35370d7c2a5fe5490afb0f3a5ee4f8a54d1706 (commit)
       via  c7958f809d2f6fe82113faa1ad140c41707b399f (commit)
       via  8879d3b2825168d446f533c520d98558cb5ec758 (commit)
       via  ba39fba5a3ca60b98bd3b9cbbd480ea3fb247bc4 (commit)
       via  97f1dcab5c898d3f2b71d27760db7775133b8978 (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 (bbadcae0395267efe78a62fa11a83f83ad9e29e7)
            \
             N -- N -- N (ade56654e0d96c12895f9db3ec2b00d08b122a92)

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

commit ade56654e0d96c12895f9db3ec2b00d08b122a92
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=cb790daffe773206032e99beed4573cbc83a7145

commit cb790daffe773206032e99beed4573cbc83a7145
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=c6c4cf6f3aeedc8219747d0efd19ce952489df88

commit c6c4cf6f3aeedc8219747d0efd19ce952489df88
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=e3ee2f138c722ff924fe61e391e596bea2635de9

commit e3ee2f138c722ff924fe61e391e596bea2635de9
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Oct 15 01:38:52 2015 +0200

    gtphub: tweak logging

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

commit 6ddb7eee640c79a20c46fc2398bf7c39424ae40d
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=45f7142495ad4f02d6a4641fa31bc0d25878cd0a

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

    gtphub: add some log
    
    Sponsored-by: On-Waves ehi

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

commit e5830e0c5028e8c842e35ca17872cbd0f4145d52
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Oct 15 00:48:34 2015 +0200

    gtphub: separate version from rc.
    
    Add struct gtp_packet_desc to keep GTP packet metadata. This adds an 'rc'
    value and a distinct 'version' value. Hence purge enum gtp_rc of version numbers.
    
    Also, return GTP_RC_TINY if a GTP packet has no IEs, only a header.

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

commit c4e61fcb366441a51e817b0491b3e8fb6c6f21b1
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=8fb4720e7d4e31f9cdbde3113230cc9f34a917b1

commit 8fb4720e7d4e31f9cdbde3113230cc9f34a917b1
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=bc35370d7c2a5fe5490afb0f3a5ee4f8a54d1706

commit bc35370d7c2a5fe5490afb0f3a5ee4f8a54d1706
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=c7958f809d2f6fe82113faa1ad140c41707b399f

commit c7958f809d2f6fe82113faa1ad140c41707b399f
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=8879d3b2825168d446f533c520d98558cb5ec758

commit 8879d3b2825168d446f533c520d98558cb5ec758
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=ba39fba5a3ca60b98bd3b9cbbd480ea3fb247bc4

commit ba39fba5a3ca60b98bd3b9cbbd480ea3fb247bc4
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=97f1dcab5c898d3f2b71d27760db7775133b8978

commit 97f1dcab5c898d3f2b71d27760db7775133b8978
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 |   6 +-
 openbsc/src/gprs/gtphub.c        | 141 ++++++++++++++++++++++++++++-----------
 2 files changed, 105 insertions(+), 42 deletions(-)


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



More information about the osmocom-commitlog mailing list