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 c0a60234bdf933aee14ce147efc2851c8e0ff0b0 (commit)
discards 7eb51548af9343982e61312a36ad97ba2255ebe0 (commit)
discards 03975d637be22241b4a41933908129e9c9ac80cc (commit)
discards 27b982ce1a1f748ead692fc4d239b2e5c8f326f7 (commit)
discards 0b7ce8bf1f344ab0d339dda707a2feec6b4bf486 (commit)
discards b4289f7e645149143a76406f0004cf6567d2dd50 (commit)
discards 65a3946bd76dedc092b605c4dbf92a63983c266c (commit)
discards 7508cbc0ee0e935466c75a09a21999638a23330c (commit)
discards 4a88fa2ab5c1f5721c4f72ecbf2d6ac36590be0e (commit)
via e309d58a34331c4f96cc99764f58b3c5a5d4862e (commit)
via d2fdd5f834a25eb7ef230ba9a9fdba523c2990d9 (commit)
via a215a28ca4b2dbf5d5999169e74f16329214c520 (commit)
via a90e6e297ae1336531dcabc7e6b0de73b9045075 (commit)
via 98320f98c2c5b74350a12a312da25e4cadf0117a (commit)
via 3930cea1069cf39ce518c8e014b46985b38fc304 (commit)
via 3e00a0966cf13abbb06af61b0d4aea0c1eb27772 (commit)
via 0ec5966dc8341d71b6bbd3a8570198fa095b9e15 (commit)
via a2b8203c061f03793ac481fad0dac6c7cba64f4f (commit)
via 7ca330d5f9b6592e9b8abaa70ffb08ad9a03eacd (commit)
via 9341286a4756f74257a483fbd937f7490faf9209 (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 (c0a60234bdf933aee14ce147efc2851c8e0ff0b0)
\
N -- N -- N (e309d58a34331c4f96cc99764f58b3c5a5d4862e)
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=e309d58a34331c4f96cc99764f58b3c5…
commit e309d58a34331c4f96cc99764f58b3c5a5d4862e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Nov 30 12:19:50 2015 +0100
gtphub: fix some style complaints from cppcheck
http://cgit.osmocom.org/openbsc/commit/?id=d2fdd5f834a25eb7ef230ba9a9fdba52…
commit d2fdd5f834a25eb7ef230ba9a9fdba523c2990d9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Nov 30 00:07:02 2015 +0100
gtphub: add two stubs
http://cgit.osmocom.org/openbsc/commit/?id=a215a28ca4b2dbf5d5999169e74f1632…
commit a215a28ca4b2dbf5d5999169e74f16329214c520
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Nov 29 23:50:45 2015 +0100
gtphub: vty: add missing SGSN-proxy output.
http://cgit.osmocom.org/openbsc/commit/?id=a90e6e297ae1336531dcabc7e6b0de73…
commit a90e6e297ae1336531dcabc7e6b0de73b9045075
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Nov 29 23:49:48 2015 +0100
gtphub: refactor: use side_idx everywhere.
This is a mostly cosmetic change. Instead of separate buffer handling
functions, reduce some code duplication by using a side_idx just like the
plane_idx, with arrays.
http://cgit.osmocom.org/openbsc/commit/?id=98320f98c2c5b74350a12a312da25e4c…
commit 98320f98c2c5b74350a12a312da25e4cadf0117a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Nov 29 19:14:58 2015 +0100
found_libgtp_and_libcares
http://cgit.osmocom.org/openbsc/commit/?id=3930cea1069cf39ce518c8e014b46985…
commit 3930cea1069cf39ce518c8e014b46985b38fc304
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Nov 27 01:22:13 2015 +0100
gtphub: make sure mapped TEIs aren't occupied.
discussion pending.
http://cgit.osmocom.org/openbsc/commit/?id=3e00a0966cf13abbb06af61b0d4aea0c…
commit 3e00a0966cf13abbb06af61b0d4aea0c1eb27772
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Nov 27 01:20:53 2015 +0100
gtphub: use a single TEI pool across planes.
There's no need to keep two separate number pools when both can be fed
from the same pool. User and Ctrl plane TEIs can technically overlap without
colliding, but it doesn't hurt if they don't overlap, either.
http://cgit.osmocom.org/openbsc/commit/?id=0ec5966dc8341d71b6bbd3a8570198fa…
commit 0ec5966dc8341d71b6bbd3a8570198fa095b9e15
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Nov 27 00:05:56 2015 +0100
gtphub: cosmetic: for_each_side,_plane macros.
Simplify looping over sides and planes. I'm tired of typing the same for
loops all the time.
http://cgit.osmocom.org/openbsc/commit/?id=a2b8203c061f03793ac481fad0dac6c7…
commit a2b8203c061f03793ac481fad0dac6c7cba64f4f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Nov 26 22:19:22 2015 +0100
gtphub: implement restart counter properly.
Force passing a restart counter, by adding such arg to gtphub_start() (test
suite is not affected by this).
In gtphub_main.c, add -r,--restart-file <path> and next_restart_count() to
maintain the counter file. While at it, tweak the cmdline help to unify the
formatting (mostly commas and a missing line break).
Send gtphub's own restart counter. So far, the sender's restart counter was
copied through, which would break as soon as more than one GSN would talk to
the same peer with differing restart counters.
Also fix the in-mem restart counter data type (one octet, not two).
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=7ca330d5f9b6592e9b8abaa70ffb08ad…
commit 7ca330d5f9b6592e9b8abaa70ffb08ad9a03eacd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Nov 26 05:20:18 2015 +0100
gtphub: complain about excess cmdline args.
http://cgit.osmocom.org/openbsc/commit/?id=9341286a4756f74257a483fbd937f749…
commit 9341286a4756f74257a483fbd937f7490faf9209
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Nov 30 12:19:11 2015 +0100
gtphub: fix a conditional for log output
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gtphub.h | 2 --
openbsc/src/gprs/gtphub.c | 15 ++++-----------
openbsc/src/gprs/gtphub_main.c | 4 ++--
3 files changed, 6 insertions(+), 15 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)