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

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 22:05:27 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  516edbb6703d8c7806e9253d66be2a51d52c0c3f (commit)
  discards  0347e658fb0eed8199bbab77a337722b9d19809f (commit)
  discards  1a163543a9c40a261af430a270663a1014eae06d (commit)
  discards  00882c40e34bb9dee451b33a5b7ba375d5e6590e (commit)
  discards  548cac017dfab666c7029bdbfeb6a08c94374f48 (commit)
  discards  b87d639089e2609a8593318905aa297793aca048 (commit)
  discards  02612d83efb73b2e38b9191df38372b6c6b5f442 (commit)
  discards  763e4281cacba4b2fb124877dfcf8b6840c58c80 (commit)
  discards  95346b31399b3fdbc1741feb892779ee55def452 (commit)
  discards  7a07c8bb1ecf8b01b3af144afcf64246549e321e (commit)
  discards  3950ea3dac1ba5955d49ab247b9a84b95778d139 (commit)
  discards  93c202ba9796ca0f1ddb8c17b16a4ece354b80f0 (commit)
  discards  1c716d60974525842d6aae9eceaf5d0da32a7baa (commit)
  discards  170f671a0b199d653bf439078fbc585ac98d3906 (commit)
       via  4900b4740212b69db4ae5ab32f58e5a87fa7487a (commit)
       via  8cf505fd9f05d3b5df9d43c2aecc424fd701ab77 (commit)
       via  cc010346bd9ef6b7624dc69e28956ab74bfef9f2 (commit)
       via  91d84fcab3782d89c8e55f78fb38e2ff509b1043 (commit)
       via  115b3dfedeaef7e1a478a64e30cc70e4c33faef1 (commit)
       via  e3f8ad8c305ea3e752184dd7d865a6dba948eb8c (commit)
       via  2e157f887c23c6d3465eda60c99d70725cec2d70 (commit)
       via  54d49868c2d5dde998f78fe8328e1d0b2c86f85f (commit)
       via  7aab239e4c4b2f5e52e4419dde6c550a4f5e2048 (commit)
       via  d26a62d788a7e8199e1fff805c78cb53545d053c (commit)
       via  e29726731e037632add87a7588f9e8cd52ad4a2b (commit)
       via  27c3e837925e2e5af2414928d92591a31374b5ca (commit)
       via  6c5891e0575f49c1d0025442e747e21123f5a5a0 (commit)
       via  45eabf498579e320937fb9c6fd88f93d38f37d94 (commit)
       via  427358675f4d81695b9d08ca7949e629c2c946db (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 (516edbb6703d8c7806e9253d66be2a51d52c0c3f)
            \
             N -- N -- N (4900b4740212b69db4ae5ab32f58e5a87fa7487a)

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=4900b4740212b69db4ae5ab32f58e5a87fa7487a

commit 4900b4740212b69db4ae5ab32f58e5a87fa7487a
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Oct 3 02:29:34 2015 +0200

    gtphub: add simple netcat test
    
    Tweak the hardcoded default ports/interfaces for the test.
    
    Sponsored-by: On-Waves ehf

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

commit 8cf505fd9f05d3b5df9d43c2aecc424fd701ab77
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Oct 15 23:46:23 2015 +0200

    vty wip

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

commit cc010346bd9ef6b7624dc69e28956ab74bfef9f2
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=91d84fcab3782d89c8e55f78fb38e2ff509b1043

commit 91d84fcab3782d89c8e55f78fb38e2ff509b1043
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=115b3dfedeaef7e1a478a64e30cc70e4c33faef1

commit 115b3dfedeaef7e1a478a64e30cc70e4c33faef1
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=e3f8ad8c305ea3e752184dd7d865a6dba948eb8c

commit e3f8ad8c305ea3e752184dd7d865a6dba948eb8c
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=2e157f887c23c6d3465eda60c99d70725cec2d70

commit 2e157f887c23c6d3465eda60c99d70725cec2d70
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=54d49868c2d5dde998f78fe8328e1d0b2c86f85f

commit 54d49868c2d5dde998f78fe8328e1d0b2c86f85f
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=7aab239e4c4b2f5e52e4419dde6c550a4f5e2048

commit 7aab239e4c4b2f5e52e4419dde6c550a4f5e2048
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=d26a62d788a7e8199e1fff805c78cb53545d053c

commit d26a62d788a7e8199e1fff805c78cb53545d053c
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=e29726731e037632add87a7588f9e8cd52ad4a2b

commit e29726731e037632add87a7588f9e8cd52ad4a2b
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=27c3e837925e2e5af2414928d92591a31374b5ca

commit 27c3e837925e2e5af2414928d92591a31374b5ca
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=6c5891e0575f49c1d0025442e747e21123f5a5a0

commit 6c5891e0575f49c1d0025442e747e21123f5a5a0
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=45eabf498579e320937fb9c6fd88f93d38f37d94

commit 45eabf498579e320937fb9c6fd88f93d38f37d94
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=427358675f4d81695b9d08ca7949e629c2c946db

commit 427358675f4d81695b9d08ca7949e629c2c946db
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                   |  55 +++++++++--
 openbsc/include/openbsc/vty.h                      |   1 +
 openbsc/src/gprs/gtphub.c                          |  93 +++++++++++++++++++
 openbsc/src/gprs/gtphub_main.c                     | 103 ++++++---------------
 .../src/{libbsc/bts_init.c => gprs/gtphub_vty.c}   |  39 ++++++--
 openbsc/src/gprs/sgsn_vty.c                        |   2 +-
 openbsc/tests/gtphub/Makefile.am                   |   5 +-
 openbsc/tests/testsuite.at                         |   4 +-
 8 files changed, 204 insertions(+), 98 deletions(-)
 copy openbsc/src/{libbsc/bts_init.c => gprs/gtphub_vty.c} (56%)


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



More information about the osmocom-commitlog mailing list