openbsc.git branch neels/gtphub updated. 0.14.0-202-gf5d9311

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 Oct 5 16:14:51 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  26111c45f1dee84685db9c7bf027db65d5806690 (commit)
  discards  651f33c3ca47254021912a4cd829cb6e1da2e2d3 (commit)
  discards  9e1f3bdd73f1aff77db2e139f125f203b12a9ec5 (commit)
  discards  7aafc80f308384434c8c100b0976d6ac73d37d6d (commit)
  discards  a0beedabbb1028d30a7f3e399b7a884445f7a636 (commit)
  discards  37ceb92c5e3737da8d43e907c3e588a1cfc3cf85 (commit)
  discards  dd0c3409a9c124493d9c4c85fdb65acf48414e98 (commit)
  discards  2fc3842416f1fd1df66385c747798394ba3ff2ae (commit)
  discards  6662b3e3e0b23bbb4698d7067055ef66c744f39f (commit)
  discards  0c52b7b7e6581e91d3fa1a9082bfe97888772f6f (commit)
       via  f5d93116cbcd416bd7462d3f764b8daa720d29b9 (commit)
       via  928359d85f4f16f6f51edd49c3e409c9dcea47d7 (commit)
       via  a2e602e64e2aa16b3b826b2e685e86765a2098bf (commit)
       via  1339106490ed86c89490f9f9c5b2d59af45499ef (commit)
       via  d99c2e7928980d59ebb1f2fc9906920bf5102ae8 (commit)
       via  8562253b58c88280692802d8f31a8f912934c525 (commit)
       via  e3a6eb62e7cac9bf8b9c230a97403c78e5ca900c (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 (26111c45f1dee84685db9c7bf027db65d5806690)
            \
             N -- N -- N (f5d93116cbcd416bd7462d3f764b8daa720d29b9)

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

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

    gtphub: add TEI map test

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

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

    api

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

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

    gtphub: add gtphub_test.c (empty)

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

commit 1339106490ed86c89490f9f9c5b2d59af45499ef
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

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

commit d99c2e7928980d59ebb1f2fc9906920bf5102ae8
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=8562253b58c88280692802d8f31a8f912934c525

commit 8562253b58c88280692802d8f31a8f912934c525
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Sep 25 01:13:09 2015 +0200

    gtphub: add to build
    
    Add program osmo-gtphub from gtphub_main.c to Makefile.am.
    Add osmo-gtphub binary to gitignore.
    
    Sponsored-by: On-Waves ehf

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

commit e3a6eb62e7cac9bf8b9c230a97403c78e5ca900c
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Sep 24 17:32:30 2015 +0200

    Add GTP hub stub, as simplistic UDP forwarder.
    
    First steps towards a new GTP hub. The aim is to mux GTP connections, so that
    multiple SGSN <--> GGSN links can pass through a single point. Background:
    allow having more than one SGSN, possibly in various remote locations.
    
    The recent addition of OAP to GSUP is related to the same background idea.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 openbsc/.gitignore                  |   1 +
 openbsc/include/openbsc/gtphub.h    | 109 +++++++++++++++++++++++-----
 openbsc/src/gprs/gtphub.c           |  85 +++++++++++++++++++++-
 openbsc/src/gprs/gtphub_main.c      | 114 ------------------------------
 openbsc/tests/gtphub/Makefile.am    |  16 ++++-
 openbsc/tests/gtphub/gtphub_test.c  | 137 ++++++++++++++++++++++++++++++++++++
 openbsc/tests/gtphub/gtphub_test.ok |   1 +
 openbsc/tests/testsuite.at          |   2 +
 8 files changed, 333 insertions(+), 132 deletions(-)
 create mode 100644 openbsc/tests/gtphub/gtphub_test.c
 create mode 100644 openbsc/tests/gtphub/gtphub_test.ok


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



More information about the osmocom-commitlog mailing list