openbsc.git branch neels/gtphub updated. 0.14.0-205-g26111c4

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 Oct 4 01:44:39 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  8abd825201180dd20f02a482e12195950bd8a1b1 (commit)
  discards  5227ca49353e1e8ef59aeb5ed40a7e06f2a5348b (commit)
  discards  24b2ced4bfa6a63b210c97ff813af6e366f6b315 (commit)
  discards  21f4d580e944aa212e26e1c346d084a8d15e12c6 (commit)
  discards  0f85fe78f9a5d72c40d8e4a1a2cd6df5651025d8 (commit)
  discards  fd1cc47efd7f1044b7f1c7116b3af52b1fa35b5c (commit)
       via  26111c45f1dee84685db9c7bf027db65d5806690 (commit)
       via  651f33c3ca47254021912a4cd829cb6e1da2e2d3 (commit)
       via  9e1f3bdd73f1aff77db2e139f125f203b12a9ec5 (commit)
       via  7aafc80f308384434c8c100b0976d6ac73d37d6d (commit)
       via  a0beedabbb1028d30a7f3e399b7a884445f7a636 (commit)
       via  37ceb92c5e3737da8d43e907c3e588a1cfc3cf85 (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 (8abd825201180dd20f02a482e12195950bd8a1b1)
            \
             N -- N -- N (26111c45f1dee84685db9c7bf027db65d5806690)

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=26111c45f1dee84685db9c7bf027db65d5806690

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

    gtphub: add skeletal gtphub.[hc]

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

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

    gtphub: add simple netcat test

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

commit 9e1f3bdd73f1aff77db2e139f125f203b12a9ec5
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Oct 3 02:20:58 2015 +0200

    gtphub: forward in both directions.
    
    Add function osmo_sockaddr_init() locally, as candidate for moving to
    libosmocore.
    
    Add callback for reading from the server. Store server sockaddr globally,
    initialized from above osmo_sockaddr_init().

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

commit 7aafc80f308384434c8c100b0976d6ac73d37d6d
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Oct 3 00:51:37 2015 +0200

    gtphub: use osmo_select_main() as main loop.

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

commit a0beedabbb1028d30a7f3e399b7a884445f7a636
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Oct 3 00:35:51 2015 +0200

    gtphub: move transfer code to new gtp_relay().

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

commit 37ceb92c5e3737da8d43e907c3e588a1cfc3cf85
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Oct 3 00:06:46 2015 +0200

    gtphub: cosmetic
    
    Header comments, log level, replace printfs, var renames.

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

Summary of changes:
 openbsc/configure.ac                   |  1 +
 openbsc/src/gprs/gtphub_main.c         | 57 +++++++++-------------------------
 openbsc/tests/Makefile.am              |  2 +-
 openbsc/tests/gtphub/Makefile.am       |  3 ++
 openbsc/tests/gtphub/gtphub_nc_test.ok |  7 +++++
 openbsc/tests/gtphub/gtphub_nc_test.sh | 57 ++++++++++++++++++++++++++++++++++
 openbsc/tests/testsuite.at             |  7 +++++
 7 files changed, 90 insertions(+), 44 deletions(-)
 create mode 100644 openbsc/tests/gtphub/Makefile.am
 create mode 100644 openbsc/tests/gtphub/gtphub_nc_test.ok
 create mode 100755 openbsc/tests/gtphub/gtphub_nc_test.sh


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



More information about the osmocom-commitlog mailing list