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 ade56654e0d96c12895f9db3ec2b00d08b122a92 (commit)
discards cb790daffe773206032e99beed4573cbc83a7145 (commit)
discards c6c4cf6f3aeedc8219747d0efd19ce952489df88 (commit)
discards e3ee2f138c722ff924fe61e391e596bea2635de9 (commit)
discards 6ddb7eee640c79a20c46fc2398bf7c39424ae40d (commit)
discards 45f7142495ad4f02d6a4641fa31bc0d25878cd0a (commit)
discards e5830e0c5028e8c842e35ca17872cbd0f4145d52 (commit)
discards c4e61fcb366441a51e817b0491b3e8fb6c6f21b1 (commit)
via d34eee7852efbbc3c467612b0e8aaa7ac7e291e9 (commit)
via 5a80cee696f10c64ffe17e26fcf3a3e3688d4c21 (commit)
via 853084514151257f8b645a71e5c5abcbebe245e4 (commit)
via ae949798175c1f753821deae8f294422265ea30c (commit)
via b35b7883c39b11be172d24b4c991f99b566156ef (commit)
via f6dcae66d63bdfa872111159ef05cf9efad70152 (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 (ade56654e0d96c12895f9db3ec2b00d08b122a92)
\
N -- N -- N (d34eee7852efbbc3c467612b0e8aaa7ac7e291e9)
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=d34eee7852efbbc3c467612b0e8aaa7a…
commit d34eee7852efbbc3c467612b0e8aaa7ac7e291e9
Author: Neels Hofmeyr <nhofmeyr(a)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=5a80cee696f10c64ffe17e26fcf3a3e3…
commit 5a80cee696f10c64ffe17e26fcf3a3e3688d4c21
Author: Neels Hofmeyr <nhofmeyr(a)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=853084514151257f8b645a71e5c5abcb…
commit 853084514151257f8b645a71e5c5abcbebe245e4
Author: Neels Hofmeyr <nhofmeyr(a)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=ae949798175c1f753821deae8f294422…
commit ae949798175c1f753821deae8f294422265ea30c
Author: Neels Hofmeyr <nhofmeyr(a)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=b35b7883c39b11be172d24b4c991f99b…
commit b35b7883c39b11be172d24b4c991f99b566156ef
Author: Neels Hofmeyr <nhofmeyr(a)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=f6dcae66d63bdfa872111159ef05cf9e…
commit f6dcae66d63bdfa872111159ef05cf9efad70152
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 6 14:31:41 2015 +0200
gtphub: add GTP header validation
Sponsored-by: On-Waves ehi
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)