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 c1ace699fcfb4282e0007fc6539cd996b818957d (commit)
via a43c956c928b5c0a0fca1f3f79d77293c3648be3 (commit)
via 634178aa7792db4d396b00aaf72d5ad82b5a730b (commit)
via 137a202032455ecf05594c0e75d806ff90876e48 (commit)
via f4ec777f932c510fd04fa5113db650a0861ee961 (commit)
via 3ed33b61d72eef110e12478f6cbbc0931210b0bb (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 (c1ace699fcfb4282e0007fc6539cd996b818957d)
\
N -- N -- N (a43c956c928b5c0a0fca1f3f79d77293c3648be3)
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=a43c956c928b5c0a0fca1f3f79d77293…
commit a43c956c928b5c0a0fca1f3f79d77293c3648be3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Nov 24 13:32:23 2015 +0100
gtphub: add assertion to ensure expiry ordering.
Make 100% sure the user adds expiring_items in chronological order by asserting
that a newly added expiry is >= the last expiry in the queue. Add llist_last()
to facilitate.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=634178aa7792db4d396b00aaf72d5ad8…
commit 634178aa7792db4d396b00aaf72d5ad82b5a730b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Nov 24 13:31:06 2015 +0100
gtphub: refresh TEI timeout when TEI is used.
Make sure a TEI mapping remains valid when it is in use. So far all mappings
would expire after 6 hours, in use or not.
Note: this does not yet refresh a Ctrl TEI mapping when a corresponding User
TEI is used (todo).
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=137a202032455ecf05594c0e75d806ff…
commit 137a202032455ecf05594c0e75d806ff90876e48
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Nov 24 13:30:38 2015 +0100
gtphub: cosmetic/prepare: add nr_map_refresh().
http://cgit.osmocom.org/openbsc/commit/?id=f4ec777f932c510fd04fa5113db650a0…
commit f4ec777f932c510fd04fa5113db650a0861ee961
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Nov 24 13:27:13 2015 +0100
gtphub: move timestamp into packet struct.
Instead of passing the current time around in function arguments ('now'),
rather store the current time once upon decoding a GTP packet in the
gtp_packet_desc passed around anyway ('p->timestamp').
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=3ed33b61d72eef110e12478f6cbbc093…
commit 3ed33b61d72eef110e12478f6cbbc0931210b0bb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Nov 24 13:23:44 2015 +0100
gtphub: cosmetic: fix an argument name.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gtphub.h | 3 ---
openbsc/src/gprs/gtphub.c | 6 +++---
2 files changed, 3 insertions(+), 6 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)