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)
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)
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 bbadcae0395267efe78a62fa11a83f83ad9e29e7 (commit)
discards 7bd2de27840687fcdf769a1d533a34a255778880 (commit)
discards 24b7bb9c3672343f047ad752853583fac2fc92a0 (commit)
discards b610f5ede9d2b5c13431f7101e095235896abd0d (commit)
discards 94359c54627ff97c7548b62dca14440147a04e3a (commit)
discards d3023b3e882ee6c3679c27ae54d6887f7ce12d0c (commit)
discards a2d52e8d60bcab07e267f7e108b6c0df86649b13 (commit)
discards 3d556dffd755f0614ebe610383589ffbf26c5107 (commit)
discards 1372ac6676b588828d2823a8d3d267aa2b0ec93c (commit)
discards eacb3bfb7e7b6b84fd35795a939044b35bb63e29 (commit)
discards bd37a2ed3ca4b47925aea29c094aeafa15624ade (commit)
discards 46960746af5d278c727af43a07c17e1a35e7a8eb (commit)
discards e4e6e9020fc9820c5d0c460ddba0214e076bc94d (commit)
discards ef0c08b1c53ae486969efb7772f45c9a2bafbee3 (commit)
discards 4b82be518b5dbad6f88ba6ada1ed55de0aadcd68 (commit)
discards 9472474d5ff43ef2c7ab76d53b28ac78a63ee8b8 (commit)
discards 7f1340358afdc1dbfcc3562d46819a65201615b5 (commit)
discards d457cd0c521fe0384f5d76bb9c8169c2d6b1ad42 (commit)
discards ea9dd8ffaafa4e3ebecc250c7b94653200e7c4e9 (commit)
via ade56654e0d96c12895f9db3ec2b00d08b122a92 (commit)
via cb790daffe773206032e99beed4573cbc83a7145 (commit)
via c6c4cf6f3aeedc8219747d0efd19ce952489df88 (commit)
via e3ee2f138c722ff924fe61e391e596bea2635de9 (commit)
via 6ddb7eee640c79a20c46fc2398bf7c39424ae40d (commit)
via 45f7142495ad4f02d6a4641fa31bc0d25878cd0a (commit)
via e5830e0c5028e8c842e35ca17872cbd0f4145d52 (commit)
via c4e61fcb366441a51e817b0491b3e8fb6c6f21b1 (commit)
via 8fb4720e7d4e31f9cdbde3113230cc9f34a917b1 (commit)
via bc35370d7c2a5fe5490afb0f3a5ee4f8a54d1706 (commit)
via c7958f809d2f6fe82113faa1ad140c41707b399f (commit)
via 8879d3b2825168d446f533c520d98558cb5ec758 (commit)
via ba39fba5a3ca60b98bd3b9cbbd480ea3fb247bc4 (commit)
via 97f1dcab5c898d3f2b71d27760db7775133b8978 (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 (bbadcae0395267efe78a62fa11a83f83ad9e29e7)
\
N -- N -- N (ade56654e0d96c12895f9db3ec2b00d08b122a92)
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=ade56654e0d96c12895f9db3ec2b00d0…
commit ade56654e0d96c12895f9db3ec2b00d08b122a92
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=cb790daffe773206032e99beed4573cb…
commit cb790daffe773206032e99beed4573cbc83a7145
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=c6c4cf6f3aeedc8219747d0efd19ce95…
commit c6c4cf6f3aeedc8219747d0efd19ce952489df88
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=e3ee2f138c722ff924fe61e391e596be…
commit e3ee2f138c722ff924fe61e391e596bea2635de9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Oct 15 01:38:52 2015 +0200
gtphub: tweak logging
http://cgit.osmocom.org/openbsc/commit/?id=6ddb7eee640c79a20c46fc2398bf7c39…
commit 6ddb7eee640c79a20c46fc2398bf7c39424ae40d
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=45f7142495ad4f02d6a4641fa31bc0d2…
commit 45f7142495ad4f02d6a4641fa31bc0d25878cd0a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 6 15:20:13 2015 +0200
gtphub: add some log
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=e5830e0c5028e8c842e35ca17872cbd0…
commit e5830e0c5028e8c842e35ca17872cbd0f4145d52
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Oct 15 00:48:34 2015 +0200
gtphub: separate version from rc.
Add struct gtp_packet_desc to keep GTP packet metadata. This adds an 'rc'
value and a distinct 'version' value. Hence purge enum gtp_rc of version numbers.
Also, return GTP_RC_TINY if a GTP packet has no IEs, only a header.
http://cgit.osmocom.org/openbsc/commit/?id=c4e61fcb366441a51e817b0491b3e8fb…
commit c4e61fcb366441a51e817b0491b3e8fb6c6f21b1
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=8fb4720e7d4e31f9cdbde3113230cc9f…
commit 8fb4720e7d4e31f9cdbde3113230cc9f34a917b1
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=bc35370d7c2a5fe5490afb0f3a5ee4f8…
commit bc35370d7c2a5fe5490afb0f3a5ee4f8a54d1706
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=c7958f809d2f6fe82113faa1ad140c41…
commit c7958f809d2f6fe82113faa1ad140c41707b399f
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=8879d3b2825168d446f533c520d98558…
commit 8879d3b2825168d446f533c520d98558cb5ec758
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=ba39fba5a3ca60b98bd3b9cbbd480ea3…
commit ba39fba5a3ca60b98bd3b9cbbd480ea3fb247bc4
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=97f1dcab5c898d3f2b71d27760db7775…
commit 97f1dcab5c898d3f2b71d27760db7775133b8978
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 | 6 +-
openbsc/src/gprs/gtphub.c | 141 ++++++++++++++++++++++++++++-----------
2 files changed, 105 insertions(+), 42 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 bbadcae0395267efe78a62fa11a83f83ad9e29e7 (commit)
via 7bd2de27840687fcdf769a1d533a34a255778880 (commit)
via 24b7bb9c3672343f047ad752853583fac2fc92a0 (commit)
via b610f5ede9d2b5c13431f7101e095235896abd0d (commit)
via 94359c54627ff97c7548b62dca14440147a04e3a (commit)
via d3023b3e882ee6c3679c27ae54d6887f7ce12d0c (commit)
via a2d52e8d60bcab07e267f7e108b6c0df86649b13 (commit)
from 3d556dffd755f0614ebe610383589ffbf26c5107 (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=bbadcae0395267efe78a62fa11a83f83…
commit bbadcae0395267efe78a62fa11a83f83ad9e29e7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 14 02:52:05 2015 +0200
wip
http://cgit.osmocom.org/openbsc/commit/?id=7bd2de27840687fcdf769a1d533a34a2…
commit 7bd2de27840687fcdf769a1d533a34a255778880
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 14 00:35:17 2015 +0200
add nsapi
http://cgit.osmocom.org/openbsc/commit/?id=24b7bb9c3672343f047ad752853583fa…
commit 24b7bb9c3672343f047ad752853583fac2fc92a0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 14 00:34:59 2015 +0200
log tiny headers
http://cgit.osmocom.org/openbsc/commit/?id=b610f5ede9d2b5c13431f7101e095235…
commit b610f5ede9d2b5c13431f7101e095235896abd0d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 14 00:34:35 2015 +0200
log blank line
http://cgit.osmocom.org/openbsc/commit/?id=94359c54627ff97c7548b62dca144401…
commit 94359c54627ff97c7548b62dca14440147a04e3a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 14 00:33:33 2015 +0200
imsi_present kludge
http://cgit.osmocom.org/openbsc/commit/?id=d3023b3e882ee6c3679c27ae54d6887f…
commit d3023b3e882ee6c3679c27ae54d6887f7ce12d0c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 14 00:01:50 2015 +0200
gtphub: avoid kludge by const adjustment.
http://cgit.osmocom.org/openbsc/commit/?id=a2d52e8d60bcab07e267f7e108b6c0df…
commit a2d52e8d60bcab07e267f7e108b6c0df86649b13
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 13 23:57:00 2015 +0200
class->rc
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gtphub.h | 15 ++
openbsc/src/gprs/gtphub.c | 310 ++++++++++++++++++++++++---------------
2 files changed, 208 insertions(+), 117 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 3d556dffd755f0614ebe610383589ffbf26c5107 (commit)
via 1372ac6676b588828d2823a8d3d267aa2b0ec93c (commit)
from eacb3bfb7e7b6b84fd35795a939044b35bb63e29 (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=3d556dffd755f0614ebe610383589ffb…
commit 3d556dffd755f0614ebe610383589ffbf26c5107
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 13 16:08:43 2015 +0200
gtphub: log IMSI if present.
Move gtpie.h defs further up. Add some more.
Add imsi and imsi_present to gtp_packet_desc,
fetch IMSI if appropriate.
(FYI: the use of the IMSI for gtphub is not entirely clear to me yet. I'm
mostly trying to analyse some GTP traffic routed thru gtphub.)
http://cgit.osmocom.org/openbsc/commit/?id=1372ac6676b588828d2823a8d3d267aa…
commit 1372ac6676b588828d2823a8d3d267aa2b0ec93c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 13 16:08:11 2015 +0200
gtphub: fix IE-less GTP recognition.
Log if a packet is 'tiny' (without IEs).
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gtphub.c | 65 ++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 58 insertions(+), 7 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 6ff309a2dda7b06a4a7342d8c73dac33f9eb8935 (commit)
discards 4e7374814af0ce8b283f4368d1dd502cade44938 (commit)
discards 9079d37d0acf0f31ed05d4f7e30e4ad951025043 (commit)
discards 86540a05d2cf9e4308472c40deacc191a42c0dbf (commit)
discards efd402d2e0883d495f6710eba6f7b57e6665b36b (commit)
discards 3503d0f4754eae4c536b008b019e1c2a7bdf95be (commit)
discards b83f679ca95267a07c34cce4818a9fc04e659b8b (commit)
discards bc7625eca4b7a0078a1d2206e49650e01a355bbc (commit)
discards 755c2047b053c50d0225e1df5619e1eeb0124870 (commit)
discards 2e5dfacd0831e336f0dba279422f568c326300e3 (commit)
discards 744dedbf06450d2b1928d7d0984e23e5b3f63064 (commit)
discards 42a0a3b211fcb7259f1d013422ba275df151e5d9 (commit)
discards 83df4f5f660a427abcd6f4af11eeac1617ae97a4 (commit)
discards 7351d6a74a243ac76b5bf3828ef176b94eb9ad7b (commit)
discards 8f4ff353ac1a7efb04f9d92e058b609c0bcb8dbc (commit)
via eacb3bfb7e7b6b84fd35795a939044b35bb63e29 (commit)
via bd37a2ed3ca4b47925aea29c094aeafa15624ade (commit)
via 46960746af5d278c727af43a07c17e1a35e7a8eb (commit)
via e4e6e9020fc9820c5d0c460ddba0214e076bc94d (commit)
via ef0c08b1c53ae486969efb7772f45c9a2bafbee3 (commit)
via 4b82be518b5dbad6f88ba6ada1ed55de0aadcd68 (commit)
via 9472474d5ff43ef2c7ab76d53b28ac78a63ee8b8 (commit)
via 7f1340358afdc1dbfcc3562d46819a65201615b5 (commit)
via d457cd0c521fe0384f5d76bb9c8169c2d6b1ad42 (commit)
via ea9dd8ffaafa4e3ebecc250c7b94653200e7c4e9 (commit)
via 170f671a0b199d653bf439078fbc585ac98d3906 (commit)
via adab15f2d0dae10dffeda427577b67aca539f836 (commit)
via a452f5362e7f9ce59ae7aab37e1ab386e7aeca79 (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 (6ff309a2dda7b06a4a7342d8c73dac33f9eb8935)
\
N -- N -- N (eacb3bfb7e7b6b84fd35795a939044b35bb63e29)
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=eacb3bfb7e7b6b84fd35795a939044b3…
commit eacb3bfb7e7b6b84fd35795a939044b35bb63e29
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 12 02:39:18 2015 +0200
gtphub: decode GTP IE positions.
Separate success indicator (rc) from packet version.
Collect all metadata on a packet in new struct gtp_packet_desc.
Copy declaration of gtpie_decaps() from gtpie.h (because it is not being
installed) and extract IE indexes with it.
http://cgit.osmocom.org/openbsc/commit/?id=bd37a2ed3ca4b47925aea29c094aeafa…
commit bd37a2ed3ca4b47925aea29c094aeafa15624ade
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Oct 8 13:32:34 2015 +0200
gtphub: rename: server/client to GGSN/SGSN.
http://cgit.osmocom.org/openbsc/commit/?id=46960746af5d278c727af43a07c17e1a…
commit 46960746af5d278c727af43a07c17e1a35e7a8eb
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=e4e6e9020fc9820c5d0c460ddba0214e…
commit e4e6e9020fc9820c5d0c460ddba0214e076bc94d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 6 15:20:13 2015 +0200
gtphub: debug log
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=ef0c08b1c53ae486969efb7772f45c9a…
commit ef0c08b1c53ae486969efb7772f45c9a2bafbee3
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=4b82be518b5dbad6f88ba6ada1ed55de…
commit 4b82be518b5dbad6f88ba6ada1ed55de0aadcd68
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=9472474d5ff43ef2c7ab76d53b28ac78…
commit 9472474d5ff43ef2c7ab76d53b28ac78a63ee8b8
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=7f1340358afdc1dbfcc3562d46819a65…
commit 7f1340358afdc1dbfcc3562d46819a65201615b5
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=d457cd0c521fe0384f5d76bb9c8169c2…
commit d457cd0c521fe0384f5d76bb9c8169c2d6b1ad42
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=ea9dd8ffaafa4e3ebecc250c7b946532…
commit ea9dd8ffaafa4e3ebecc250c7b94653200e7c4e9
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
http://cgit.osmocom.org/openbsc/commit/?id=170f671a0b199d653bf439078fbc585a…
commit 170f671a0b199d653bf439078fbc585ac98d3906
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=adab15f2d0dae10dffeda427577b67ac…
commit adab15f2d0dae10dffeda427577b67aca539f836
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Sep 25 01:13:09 2015 +0200
gtphub: add to build
Add program osmo-gtphub from gtphub_main.c to Makefile.am.
Add osmo-gtphub binary to gitignore.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=a452f5362e7f9ce59ae7aab37e1ab386…
commit a452f5362e7f9ce59ae7aab37e1ab386e7aeca79
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 24 17:32:30 2015 +0200
Add GTP hub stub, as simplistic UDP forwarder.
First steps towards a new GTP hub. The aim is to mux GTP connections, so that
multiple SGSN <--> GGSN links can pass through a single point. Background:
allow having more than one SGSN, possibly in various remote locations.
The recent addition of OAP to GSUP is related to the same background idea.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)