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 OpenGGSN project".
The branch, neels/refactor has been updated
via 966ceecc3f72844e327d0fd85943655610299612 (commit)
from b72c2dc592bdaa2be86ea5b5f00a51599687c32e (commit)
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/openggsn/commit/?id=966ceecc3f72844e327d0fd85943655…
commit 966ceecc3f72844e327d0fd85943655610299612
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 19 14:13:51 2015 +0200
gitignore: add 'compile' (from autoconf)
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
The OpenGGSN project
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 OpenGGSN project".
The branch, neels/refactor has been updated
discards fec3b14781797eb3d356b04566f473a94fec550f (commit)
discards d7768c81ae99a0b7324562739aed0579537adc47 (commit)
discards 746179370c89589ce9a4e959740a8f551a27d935 (commit)
discards 5e0586df38fce1bb6edb734c1e4d1f4d9242a1f6 (commit)
discards b8aae6dd3e0a0039953eb9c37f9bc720feca82e1 (commit)
discards 7d62a4eaa315d689e3c1268f75c42d552f68ac81 (commit)
discards c2058e0c648ff0c224da65bd1863da0b5dae542d (commit)
via b72c2dc592bdaa2be86ea5b5f00a51599687c32e (commit)
via b84545e30e327b429b7910dc4675b9e3e80df704 (commit)
via ea458f4aa63e1a371a094d804ec4eb6ea6f8dfdd (commit)
via 85c25ac91c5fe6e87e1c417ea3543149a92d4145 (commit)
via 9a5cfa49ad1ce6d2cf6e9295a423e880d72dd1b5 (commit)
via 878e188be73e49e96b2fe78604e7daa86cedf6ff (commit)
via e845cb950544af8f0d00f5a2bed2072d795a2a7e (commit)
via b18e811e24464d9b50f21674246806c3b7c25030 (commit)
via 9b09738891770367f9878a1a4d1b83bc23217383 (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 (fec3b14781797eb3d356b04566f473a94fec550f)
\
N -- N -- N (b72c2dc592bdaa2be86ea5b5f00a51599687c32e)
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/openggsn/commit/?id=b72c2dc592bdaa2be86ea5b5f00a515…
commit b72c2dc592bdaa2be86ea5b5f00a51599687c32e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 19 13:26:39 2015 +0200
sgsnemu: improve an error message
http://cgit.osmocom.org/openggsn/commit/?id=b84545e30e327b429b7910dc4675b9e…
commit b84545e30e327b429b7910dc4675b9e3e80df704
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 19 13:24:51 2015 +0200
cosmetic: gtpie_gettv0(): flow readability
http://cgit.osmocom.org/openggsn/commit/?id=ea458f4aa63e1a371a094d804ec4eb6…
commit ea458f4aa63e1a371a094d804ec4eb6ea6f8dfdd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 19 13:07:40 2015 +0200
gtpie_gettlv(): fix return value on specific error.
Make gtpie_gettlv() return an error if gtpie_getie() returned an error.
Previously, openggsn would fail to complain about certain missing elements.
Technically, a missing IE could be detectable from the *length value, but the
code in gtp.c relies on the return value to detect missing elements, which did
not work prior to this commit. For example:
if (gtpie_gettlv(ie, GTPIE_EUA, 0, &pdp->eua.l,
&pdp->eua.v, sizeof(pdp->eua.v))) {
gsn->missing++;
GTP_LOGPKG(LOGL_ERROR, peer, pack,
len, "Missing mandatory information field\n");
return gtp_create_pdp_resp(gsn, version, pdp,
GTPCAUSE_MAN_IE_MISSING);
}
If an EUA were missing in this code path, openggsn would fail to issue an error
message. Since pdp and hence pdp->eua.l is initialized as all-zero, it would
probably not do much harm besides failing to issue an error.
I haven't checked all callers though.
http://cgit.osmocom.org/openggsn/commit/?id=85c25ac91c5fe6e87e1c417ea354314…
commit 85c25ac91c5fe6e87e1c417ea3543149a92d4145
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 12 14:26:49 2015 +0200
comments: add/replace.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openggsn/commit/?id=9a5cfa49ad1ce6d2cf6e9295a423e88…
commit 9a5cfa49ad1ce6d2cf6e9295a423e880d72dd1b5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Oct 11 23:44:00 2015 +0200
comments: fix spelling/punctuation.
Fix spelling/punctuation and one numbering in comments.
Remove an opening brace from a comment to not mix up cindent in vim.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openggsn/commit/?id=878e188be73e49e96b2fe78604e7daa…
commit 878e188be73e49e96b2fe78604e7daa86cedf6ff
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 19 13:46:09 2015 +0200
rename gtp_dublicate (static func).
Fix spelling dublicate -> duplicate in comments and in (apparently only
statically used) gtp_dublicate().
Sponsored-by: On-Waves ehi
-----------------------------------------------------------------------
Summary of changes:
gtp/gtpie.c | 20 ++++++++++----------
sgsnemu/sgsnemu.c | 7 +++----
2 files changed, 13 insertions(+), 14 deletions(-)
hooks/post-receive
--
The OpenGGSN project
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 761151e6b7b9c4aedf3924da41fd79d83c646623 (commit)
via 719803928471a19948985a5d6b85cc2a6ba07cdb (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 (761151e6b7b9c4aedf3924da41fd79d83c646623)
\
N -- N -- N (719803928471a19948985a5d6b85cc2a6ba07cdb)
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=719803928471a19948985a5d6b85cc2a…
commit 719803928471a19948985a5d6b85cc2a6ba07cdb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Oct 18 05:08:11 2015 +0200
gtphub: improve address reporting.
Add new (libosmocore worthy?) API to print a sockaddr struct in human
readable form, transparently across IPv4 and IPv6.
Replace all those hexdumps with new osmo_sockaddr_to_str() calls, except
the one to print an invalid sockaddr struct in binary form.
Sponsored-by: On-Waves ehi
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gtphub.h | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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
via 761151e6b7b9c4aedf3924da41fd79d83c646623 (commit)
from 268ce725837576858752ffe9b3e23b06a7a03d42 (commit)
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=761151e6b7b9c4aedf3924da41fd79d8…
commit 761151e6b7b9c4aedf3924da41fd79d83c646623
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Oct 18 05:08:11 2015 +0200
gtphub: improve address reporting.
Add new (libosmocore worthy?) API to print a sockaddr struct in human
readable form, transparently across IPv4 and IPv6.
Replace all those hexdumps with new osmo_sockaddr_to_str() calls, except
the one to print an invalid sockaddr struct in binary form.
Sponsored-by: On-Waves ehi
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gtphub.h | 24 +++++++++++++++++
openbsc/src/gprs/gtphub.c | 58 ++++++++++++++++++++++++++++++----------
2 files changed, 68 insertions(+), 14 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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
via 268ce725837576858752ffe9b3e23b06a7a03d42 (commit)
from 7f06a0ff804eda9ce8173cf993d9f42a9e01f5d3 (commit)
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=268ce725837576858752ffe9b3e23b06…
commit 268ce725837576858752ffe9b3e23b06a7a03d42
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Oct 18 04:50:02 2015 +0200
gtphub: fix copyright typo
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gtphub_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 c85893195905257b9ea692feaaea935755a07b5d (commit)
discards 1cce058a31024887b15db4ddb835afee9089bd6f (commit)
discards 111e479632894ab267d22acd0bf83f5e232dd559 (commit)
discards 6b85cd4b9a445635ca0a5cd0464606ff4ab15a70 (commit)
discards b8d729d031f971596bc3dd96f37cea6a36957f38 (commit)
via 7f06a0ff804eda9ce8173cf993d9f42a9e01f5d3 (commit)
via 6f26101f394fcf595e1dc243b03e4474361cb9d8 (commit)
via 54cdcc0842c624a9754545ecc0297e99fbc0cfe1 (commit)
via ed8614ae81bf3743117f33e1fc6c7b60a3fe228e (commit)
via 19da2edc0720ba1151550b8aa3f0a2c000ecd3cf (commit)
via f06495c24747a5ebdbe3574e27808ac23fdae8e0 (commit)
via f05f14cd029b8daffd53ec2e192ace4f21a5705b (commit)
via 20fef59ad51bebf3004e8a42fa358c144680e889 (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 (c85893195905257b9ea692feaaea935755a07b5d)
\
N -- N -- N (7f06a0ff804eda9ce8173cf993d9f42a9e01f5d3)
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=7f06a0ff804eda9ce8173cf993d9f42a…
commit 7f06a0ff804eda9ce8173cf993d9f42a9e01f5d3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 02:29:34 2015 +0200
gtphub: add simple netcat test
Tweak the initial mapped sequence number for the test.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=6f26101f394fcf595e1dc243b03e4474…
commit 6f26101f394fcf595e1dc243b03e4474361cb9d8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Oct 18 03:49:29 2015 +0200
gtphub: map sequence numbers symmetrically.
Also map sequence numbers towards the SGSNs, and unmap on the return path.
http://cgit.osmocom.org/openbsc/commit/?id=54cdcc0842c624a9754545ecc0297e99…
commit 54cdcc0842c624a9754545ecc0297e99fbc0cfe1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Oct 18 04:27:02 2015 +0200
gtphub: Remove all hardcoded config.
Force use of config file by dropping all hardcoded config and disallowing empty
bind addresses.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=ed8614ae81bf3743117f33e1fc6c7b60…
commit ed8614ae81bf3743117f33e1fc6c7b60a3fe228e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 16 05:03:52 2015 +0200
gtphub: Add GGSN and SGSN proxy.
Add GGSN and SGSN proxy config, and implement. This can be used to chain
multiple gtphubs, but the immediate intention is to facilitate unit tests.
If a GGSN or SGSN proxy is set, send all GGSN/SGSN bound GTP packets to the
respective proxy.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=19da2edc0720ba1151550b8aa3f0a2c0…
commit 19da2edc0720ba1151550b8aa3f0a2c000ecd3cf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 16 04:53:32 2015 +0200
gtphub: cosmetic: streamline sockaddr handling.
Rename struct gtphub_addr to osmo_sockaddr and use as osmo_sockaddr_init arg.
It makes for a bit less code, doing the same.
Also drop an erratic comment block.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=f06495c24747a5ebdbe3574e27808ac2…
commit f06495c24747a5ebdbe3574e27808ac23fdae8e0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 16 01:28:43 2015 +0200
gtphub: move osmo_sockaddr_init to gtphub.h/c.
osmo_sockaddr_init() will, after all, not go away, because of the 'ggsn-proxy'
config, and it will be used in gtphub.c as soon as the ggsn-proxy config is
applied (which this commit prepares for).
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=f05f14cd029b8daffd53ec2e192ace4f…
commit f05f14cd029b8daffd53ec2e192ace4f21a5705b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 17 23:45:31 2015 +0200
gtphub: Add cmdline config.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=20fef59ad51bebf3004e8a42fa358c14…
commit 20fef59ad51bebf3004e8a42fa358c144680e889
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 16 01:23:19 2015 +0200
gtphub: Add VTY config.
Implement the to_sgsns and to_ggsns bind configs. Have a short config that sets
default ports and same IP address for control and user plane (usual case in the
field), and a very fine grained version (because we can).
Sponsored-by: On-Waves ehi
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gtphub.h | 9 +-
openbsc/src/gprs/gtphub.c | 272 +++++++++++++++++-------
openbsc/src/gprs/gtphub_main.c | 123 ++++++++---
openbsc/src/gprs/gtphub_vty.c | 36 +++-
openbsc/tests/gtphub/Makefile.am | 1 +
openbsc/tests/gtphub/gtphub_nc_test.gtphub.conf | 5 +
openbsc/tests/gtphub/gtphub_nc_test.ok | 4 +-
openbsc/tests/gtphub/gtphub_nc_test.sh | 36 ++--
openbsc/tests/testsuite.at | 4 +-
9 files changed, 366 insertions(+), 124 deletions(-)
create mode 100644 openbsc/tests/gtphub/gtphub_nc_test.gtphub.conf
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 4900b4740212b69db4ae5ab32f58e5a87fa7487a (commit)
discards 8cf505fd9f05d3b5df9d43c2aecc424fd701ab77 (commit)
via c85893195905257b9ea692feaaea935755a07b5d (commit)
via 1cce058a31024887b15db4ddb835afee9089bd6f (commit)
via 111e479632894ab267d22acd0bf83f5e232dd559 (commit)
via 6b85cd4b9a445635ca0a5cd0464606ff4ab15a70 (commit)
via b8d729d031f971596bc3dd96f37cea6a36957f38 (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 (4900b4740212b69db4ae5ab32f58e5a87fa7487a)
\
N -- N -- N (c85893195905257b9ea692feaaea935755a07b5d)
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=c85893195905257b9ea692feaaea9357…
commit c85893195905257b9ea692feaaea935755a07b5d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 02:29:34 2015 +0200
gtphub: add simple netcat test WIP
Tweak the hardcoded default ports/interfaces for the test.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=1cce058a31024887b15db4ddb835afee…
commit 1cce058a31024887b15db4ddb835afee9089bd6f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 16 05:03:52 2015 +0200
gtphub: Add GGSN proxy config. WIP
http://cgit.osmocom.org/openbsc/commit/?id=111e479632894ab267d22acd0bf83f5e…
commit 111e479632894ab267d22acd0bf83f5e232dd559
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 16 04:53:32 2015 +0200
gtphub: cosmetic: streamline sockaddr handling.
Rename struct gtphub_addr to osmo_sockaddr and use as osmo_sockaddr_init arg.
It makes for a bit less code, doing the same.
http://cgit.osmocom.org/openbsc/commit/?id=6b85cd4b9a445635ca0a5cd0464606ff…
commit 6b85cd4b9a445635ca0a5cd0464606ff4ab15a70
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 16 01:28:43 2015 +0200
gtphub: move osmo_sockaddr_init to gtphub.h/c.
osmo_sockaddr_init() will, after all, not go away, because of the 'ggsn-proxy'
config, and it will be used in gtphub.c as soon as the ggsn-proxy config is
applied (which this commit prepares for).
http://cgit.osmocom.org/openbsc/commit/?id=b8d729d031f971596bc3dd96f37cea6a…
commit b8d729d031f971596bc3dd96f37cea6a36957f38
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 16 01:23:19 2015 +0200
gtphub: Add VTY config.
Implement the to_sgsns and to_ggsns bind configs. Have a short config that sets
default ports and same IP address for control and user plane (usual case in the
field), and a very fine grained version (because we can).
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gtphub.h | 81 ++++++++---------
openbsc/src/gprs/Makefile.am | 6 +-
openbsc/src/gprs/gtphub.c | 87 +++++++-----------
openbsc/src/gprs/gtphub_main.c | 57 ++++++------
openbsc/src/gprs/gtphub_vty.c | 189 +++++++++++++++++++++++++++++++++++++--
openbsc/src/gprs/sgsn_vty.c | 2 +-
6 files changed, 288 insertions(+), 134 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 516edbb6703d8c7806e9253d66be2a51d52c0c3f (commit)
discards 0347e658fb0eed8199bbab77a337722b9d19809f (commit)
discards 1a163543a9c40a261af430a270663a1014eae06d (commit)
discards 00882c40e34bb9dee451b33a5b7ba375d5e6590e (commit)
discards 548cac017dfab666c7029bdbfeb6a08c94374f48 (commit)
discards b87d639089e2609a8593318905aa297793aca048 (commit)
discards 02612d83efb73b2e38b9191df38372b6c6b5f442 (commit)
discards 763e4281cacba4b2fb124877dfcf8b6840c58c80 (commit)
discards 95346b31399b3fdbc1741feb892779ee55def452 (commit)
discards 7a07c8bb1ecf8b01b3af144afcf64246549e321e (commit)
discards 3950ea3dac1ba5955d49ab247b9a84b95778d139 (commit)
discards 93c202ba9796ca0f1ddb8c17b16a4ece354b80f0 (commit)
discards 1c716d60974525842d6aae9eceaf5d0da32a7baa (commit)
discards 170f671a0b199d653bf439078fbc585ac98d3906 (commit)
via 4900b4740212b69db4ae5ab32f58e5a87fa7487a (commit)
via 8cf505fd9f05d3b5df9d43c2aecc424fd701ab77 (commit)
via cc010346bd9ef6b7624dc69e28956ab74bfef9f2 (commit)
via 91d84fcab3782d89c8e55f78fb38e2ff509b1043 (commit)
via 115b3dfedeaef7e1a478a64e30cc70e4c33faef1 (commit)
via e3f8ad8c305ea3e752184dd7d865a6dba948eb8c (commit)
via 2e157f887c23c6d3465eda60c99d70725cec2d70 (commit)
via 54d49868c2d5dde998f78fe8328e1d0b2c86f85f (commit)
via 7aab239e4c4b2f5e52e4419dde6c550a4f5e2048 (commit)
via d26a62d788a7e8199e1fff805c78cb53545d053c (commit)
via e29726731e037632add87a7588f9e8cd52ad4a2b (commit)
via 27c3e837925e2e5af2414928d92591a31374b5ca (commit)
via 6c5891e0575f49c1d0025442e747e21123f5a5a0 (commit)
via 45eabf498579e320937fb9c6fd88f93d38f37d94 (commit)
via 427358675f4d81695b9d08ca7949e629c2c946db (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 (516edbb6703d8c7806e9253d66be2a51d52c0c3f)
\
N -- N -- N (4900b4740212b69db4ae5ab32f58e5a87fa7487a)
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=4900b4740212b69db4ae5ab32f58e5a8…
commit 4900b4740212b69db4ae5ab32f58e5a87fa7487a
Author: Neels Hofmeyr <nhofmeyr(a)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=8cf505fd9f05d3b5df9d43c2aecc424f…
commit 8cf505fd9f05d3b5df9d43c2aecc424fd701ab77
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Oct 15 23:46:23 2015 +0200
vty wip
http://cgit.osmocom.org/openbsc/commit/?id=cc010346bd9ef6b7624dc69e28956ab7…
commit cc010346bd9ef6b7624dc69e28956ab74bfef9f2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Oct 15 21:31:30 2015 +0200
gtphub: add signal handler to gtphub_main
http://cgit.osmocom.org/openbsc/commit/?id=91d84fcab3782d89c8e55f78fb38e2ff…
commit 91d84fcab3782d89c8e55f78fb38e2ff509b1043
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=115b3dfedeaef7e1a478a64e30cc70e4…
commit 115b3dfedeaef7e1a478a64e30cc70e4c33faef1
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=e3f8ad8c305ea3e752184dd7d865a6db…
commit e3f8ad8c305ea3e752184dd7d865a6dba948eb8c
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=2e157f887c23c6d3465eda60c99d7072…
commit 2e157f887c23c6d3465eda60c99d70725cec2d70
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=54d49868c2d5dde998f78fe8328e1d0b…
commit 54d49868c2d5dde998f78fe8328e1d0b2c86f85f
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=7aab239e4c4b2f5e52e4419dde6c550a…
commit 7aab239e4c4b2f5e52e4419dde6c550a4f5e2048
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
http://cgit.osmocom.org/openbsc/commit/?id=d26a62d788a7e8199e1fff805c78cb53…
commit d26a62d788a7e8199e1fff805c78cb53545d053c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 5 18:14:35 2015 +0200
gtphub: add TEI map test
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=e29726731e037632add87a7588f9e8cd…
commit e29726731e037632add87a7588f9e8cd52ad4a2b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 5 17:38:15 2015 +0200
gtphub: add gtphub_test.c (empty)
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=27c3e837925e2e5af2414928d92591a3…
commit 27c3e837925e2e5af2414928d92591a31374b5ca
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 6 13:16:07 2015 +0200
gtphub: add TEI map API.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=6c5891e0575f49c1d0025442e747e211…
commit 6c5891e0575f49c1d0025442e747e21123f5a5a0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Oct 8 13:31:40 2015 +0200
gtphub: add a todo comment
http://cgit.osmocom.org/openbsc/commit/?id=45eabf498579e320937fb9c6fd88f93d…
commit 45eabf498579e320937fb9c6fd88f93d38f37d94
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 6 13:06:56 2015 +0200
gtphub: populate API impl from test prog
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=427358675f4d81695b9d08ca7949e629…
commit 427358675f4d81695b9d08ca7949e629c2c946db
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 03:38:20 2015 +0200
gtphub: add skeletal gtphub.[hc]
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gtphub.h | 55 +++++++++--
openbsc/include/openbsc/vty.h | 1 +
openbsc/src/gprs/gtphub.c | 93 +++++++++++++++++++
openbsc/src/gprs/gtphub_main.c | 103 ++++++---------------
.../src/{libbsc/bts_init.c => gprs/gtphub_vty.c} | 39 ++++++--
openbsc/src/gprs/sgsn_vty.c | 2 +-
openbsc/tests/gtphub/Makefile.am | 5 +-
openbsc/tests/testsuite.at | 4 +-
8 files changed, 204 insertions(+), 98 deletions(-)
copy openbsc/src/{libbsc/bts_init.c => gprs/gtphub_vty.c} (56%)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 d34eee7852efbbc3c467612b0e8aaa7ac7e291e9 (commit)
discards 5a80cee696f10c64ffe17e26fcf3a3e3688d4c21 (commit)
discards 853084514151257f8b645a71e5c5abcbebe245e4 (commit)
discards ae949798175c1f753821deae8f294422265ea30c (commit)
discards b35b7883c39b11be172d24b4c991f99b566156ef (commit)
discards f6dcae66d63bdfa872111159ef05cf9efad70152 (commit)
discards 8fb4720e7d4e31f9cdbde3113230cc9f34a917b1 (commit)
discards bc35370d7c2a5fe5490afb0f3a5ee4f8a54d1706 (commit)
discards c7958f809d2f6fe82113faa1ad140c41707b399f (commit)
discards 8879d3b2825168d446f533c520d98558cb5ec758 (commit)
discards ba39fba5a3ca60b98bd3b9cbbd480ea3fb247bc4 (commit)
discards 97f1dcab5c898d3f2b71d27760db7775133b8978 (commit)
via 516edbb6703d8c7806e9253d66be2a51d52c0c3f (commit)
via 0347e658fb0eed8199bbab77a337722b9d19809f (commit)
via 1a163543a9c40a261af430a270663a1014eae06d (commit)
via 00882c40e34bb9dee451b33a5b7ba375d5e6590e (commit)
via 548cac017dfab666c7029bdbfeb6a08c94374f48 (commit)
via b87d639089e2609a8593318905aa297793aca048 (commit)
via 02612d83efb73b2e38b9191df38372b6c6b5f442 (commit)
via 763e4281cacba4b2fb124877dfcf8b6840c58c80 (commit)
via 95346b31399b3fdbc1741feb892779ee55def452 (commit)
via 7a07c8bb1ecf8b01b3af144afcf64246549e321e (commit)
via 3950ea3dac1ba5955d49ab247b9a84b95778d139 (commit)
via 93c202ba9796ca0f1ddb8c17b16a4ece354b80f0 (commit)
via 1c716d60974525842d6aae9eceaf5d0da32a7baa (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 (d34eee7852efbbc3c467612b0e8aaa7ac7e291e9)
\
N -- N -- N (516edbb6703d8c7806e9253d66be2a51d52c0c3f)
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=516edbb6703d8c7806e9253d66be2a51…
commit 516edbb6703d8c7806e9253d66be2a51d52c0c3f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Oct 15 21:31:30 2015 +0200
gtphub: add signal handler to gtphub_main
http://cgit.osmocom.org/openbsc/commit/?id=0347e658fb0eed8199bbab77a337722b…
commit 0347e658fb0eed8199bbab77a337722b9d19809f
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=1a163543a9c40a261af430a270663a10…
commit 1a163543a9c40a261af430a270663a1014eae06d
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=00882c40e34bb9dee451b33a5b7ba375…
commit 00882c40e34bb9dee451b33a5b7ba375d5e6590e
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=548cac017dfab666c7029bdbfeb6a08c…
commit 548cac017dfab666c7029bdbfeb6a08c94374f48
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=b87d639089e2609a8593318905aa2977…
commit b87d639089e2609a8593318905aa297793aca048
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=02612d83efb73b2e38b9191df38372b6…
commit 02612d83efb73b2e38b9191df38372b6c6b5f442
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
http://cgit.osmocom.org/openbsc/commit/?id=763e4281cacba4b2fb124877dfcf8b68…
commit 763e4281cacba4b2fb124877dfcf8b6840c58c80
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 5 18:14:35 2015 +0200
gtphub: add TEI map test
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=95346b31399b3fdbc1741feb892779ee…
commit 95346b31399b3fdbc1741feb892779ee55def452
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 5 17:38:15 2015 +0200
gtphub: add gtphub_test.c (empty)
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=7a07c8bb1ecf8b01b3af144afcf64246…
commit 7a07c8bb1ecf8b01b3af144afcf64246549e321e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 6 13:16:07 2015 +0200
gtphub: add TEI map API.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=3950ea3dac1ba5955d49ab247b9a84b9…
commit 3950ea3dac1ba5955d49ab247b9a84b95778d139
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Oct 8 13:31:40 2015 +0200
gtphub: add a todo comment
http://cgit.osmocom.org/openbsc/commit/?id=93c202ba9796ca0f1ddb8c17b16a4ece…
commit 93c202ba9796ca0f1ddb8c17b16a4ece354b80f0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 6 13:06:56 2015 +0200
gtphub: populate API impl from test prog
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=1c716d60974525842d6aae9eceaf5d0d…
commit 1c716d60974525842d6aae9eceaf5d0da32a7baa
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 03:38:20 2015 +0200
gtphub: add skeletal gtphub.[hc]
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gtphub.h | 2 --
openbsc/src/gprs/gtphub_main.c | 31 +++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 2 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)