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, laforge/sgsnemu-v6 has been updated
discards 99794bf272448cb03a8991333e760945838f6e94 (commit)
discards 215bccfd86f8447372d61dc20d37eb250c792c1e (commit)
discards f2aedf69074f81458e5c4d31d3873d60d60cc041 (commit)
discards afcc448f468bbe4c943174c3b2cf58c42037aab3 (commit)
discards 36e7029eb418031dd39c62e6345d76152c28cb18 (commit)
discards 5cf02429cfe9d060995f9ee606912b4314dd1808 (commit)
via 7998066e32057201a40a398a783eab1037e6cd9b (commit)
via e800235d90d4641783dee1a862a76f3d6da362f1 (commit)
via f0523c7c08ade95ab9ada04d6710079360945cc9 (commit)
via 202d1ccdaef84d6539d82eb32880a46317487e5b (commit)
via e7a34d1788e0daf849dba48e284c06c45a9a76b3 (commit)
via aa034b003a72350ed1f2b626059b67412d474e22 (commit)
via 73abc38dc56d6431f43673d995d6e20f562834b4 (commit)
via be4baa6d97e259514ff32f9cd3bd325aa572cbde (commit)
via d36901325026b69de750e4df7aaa140c95de32f0 (commit)
via 8afec5f86df8d97a5dd7193b3cce87dba9e95e14 (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 (99794bf272448cb03a8991333e760945838f6e94)
\
N -- N -- N (7998066e32057201a40a398a783eab1037e6cd9b)
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/osmo-ggsn/commit/?id=7998066e32057201a40a398a783eab…
commit 7998066e32057201a40a398a783eab1037e6cd9b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Oct 14 16:22:16 2017 +0200
ggsn: Avoid crash on wrong EUA type
If the EUA in the Create PDP Context Request was not supported by
the given APN (e.g. IPv6 request for a v4-only APN), we crashed.
Avoid this and add proper handling of this error case.
Change-Id: I8d1f7ec727c5d2d4427232015f81ed57d3440dff
http://cgit.osmocom.org/osmo-ggsn/commit/?id=e800235d90d4641783dee1a862a76f…
commit e800235d90d4641783dee1a862a76f3d6da362f1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 09:05:50 2017 +0800
sgsnemu: Use getprotobynumber() in print_ipprot()
There's no point in sgsnemu doing a poor mans reimplementation
of what the C library provides already by means of getprotobynumber()
Change-Id: I8cdc460e4fa5d86d80addf6e5f341d2d80093a35
http://cgit.osmocom.org/osmo-ggsn/commit/?id=f0523c7c08ade95ab9ada04d671007…
commit f0523c7c08ade95ab9ada04d6710079360945cc9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 09:03:25 2017 +0800
sgsnemu: Remove dead code: encaps_printf()
This function is never used/called, remove it.
Change-Id: I37a447e4d5387e3fc5f4433ab20ceba7c446684b
http://cgit.osmocom.org/osmo-ggsn/commit/?id=202d1ccdaef84d6539d82eb32880a4…
commit 202d1ccdaef84d6539d82eb32880a46317487e5b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 09:02:45 2017 +0800
sgsnemu: Mark local functions 'static'
We don't need to export those to the global name space as they're
not called from code in other files.
Change-Id: I454249335ba46abdb3afbc669c4a06a06f39ae72
http://cgit.osmocom.org/osmo-ggsn/commit/?id=e7a34d1788e0daf849dba48e284c06…
commit e7a34d1788e0daf849dba48e284c06c45a9a76b3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 08:54:04 2017 +0800
sgsnemu: Make use of "dependon" feature in gengetopt
The gengetopt syntax can specify that a particular command line argument
depends on some other argument/option present. We can use this to
provide useful feedback to the user at the command line parsing state,
like --pingrate making no sense without --pinghost being specified.
Change-Id: Ief27275e90e6bce23aed1e83874dbac98dd0926b
http://cgit.osmocom.org/osmo-ggsn/commit/?id=aa034b003a72350ed1f2b626059b67…
commit aa034b003a72350ed1f2b626059b67412d474e22
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 09:36:35 2017 +0800
sgsnemu: Print warnings on broken IPv6 configuration (acept_ra)
When sgsnemu is used for an IPv6 pdp context, we rely on the router
discovery procedure and SLAAC to set the correct IPv6 address/prefix
on the tun device. This requires the system to be configure to accept
router-advertisements on the tun device. Let's print a warning
if accept_ra for the specific tun device is set to a wrong value.
We're leaving it up to the user to either set a system-wide
/proc/sys/net/ipv6/conf/default/accept_ra or to configure this in an
ip-up script used together with sgsnemu.
Change-Id: I563092ca35bc74f035a5023e11256779aac46e11
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 14 ++++++++++++++
1 file changed, 14 insertions(+)
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, master has been updated
via 73abc38dc56d6431f43673d995d6e20f562834b4 (commit)
from be4baa6d97e259514ff32f9cd3bd325aa572cbde (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/osmo-ggsn/commit/?id=73abc38dc56d6431f43673d995d6e2…
commit 73abc38dc56d6431f43673d995d6e20f562834b4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 08:50:11 2017 +0800
sgsnemu: Add '--tun-device' option to specify TUN device name
This way, multiple sgsnemu instances can be runnig in parallel, each
of them creating a different tun device for their respective PDP context
Change-Id: Id12fbadf924a60db255b6d51b9f647aa51dd2e16
-----------------------------------------------------------------------
Summary of changes:
sgsnemu/cmdline.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++-------
sgsnemu/cmdline.ggo | 1 +
sgsnemu/cmdline.h | 8 +++++
sgsnemu/sgsnemu.c | 8 ++++-
4 files changed, 90 insertions(+), 11 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 Open Source GSM Base Band stack".
The branch, laforge/ournode-vty has been created
at 1842487f27acf6b1bc44cd2b22fa85fb1af45dcd (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmocom-bb/commit/?id=1842487f27acf6b1bc44cd2b22fa8…
commit 1842487f27acf6b1bc44cd2b22fa85fb1af45dcd
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Oct 14 15:03:59 2017 +0200
WIP / untested: remove ournode_{exit,end}_cmd
Recent versions of libosmocore register their own 'exit' and 'end'
commands to every node by default, so we *must* not register our own
version of those commands anymore.
This change is pending proper testing (do we really get into the right
nodes at 'exit' point as in the old commands?) as well as a dependency
on a higher libosmocore version tag!
Change-Id: I9d55b606ac3aa0c38814da569d07a7066ac89495
-----------------------------------------------------------------------
hooks/post-receive
--
The Open Source GSM Base Band stack
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, master has been updated
via be4baa6d97e259514ff32f9cd3bd325aa572cbde (commit)
via d36901325026b69de750e4df7aaa140c95de32f0 (commit)
via 8afec5f86df8d97a5dd7193b3cce87dba9e95e14 (commit)
via 5943cbb73ff5cb64e3fc90242024878c073d288d (commit)
via f6c5f9524f38aa192e02f71f988d0bf467727475 (commit)
via bc41c8d581867bd7931fd358fd7c36ebac7823c7 (commit)
via 89e1abcb18349e0b1b925c4634679e25b914209c (commit)
from 8376972050a3acefd98431aa98cfd26cb54f0817 (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/osmo-ggsn/commit/?id=be4baa6d97e259514ff32f9cd3bd32…
commit be4baa6d97e259514ff32f9cd3bd325aa572cbde
Merge: d369013 5943cbb
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Oct 14 06:16:36 2017 +0000
Merge "Add unit tests for libgtp gtpie.[ch] functions"
http://cgit.osmocom.org/osmo-ggsn/commit/?id=d36901325026b69de750e4df7aaa14…
commit d36901325026b69de750e4df7aaa140c95de32f0
Merge: 8afec5f f6c5f95
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Oct 14 06:16:36 2017 +0000
Merge "gtpie_{encaps,encaps2}(): RAI is a fixe 6-byte length field, not 8 bytes"
http://cgit.osmocom.org/osmo-ggsn/commit/?id=8afec5f86df8d97a5dd7193b3cce87…
commit 8afec5f86df8d97a5dd7193b3cce87dba9e95e14
Merge: 89e1abc bc41c8d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Oct 14 06:16:36 2017 +0000
Merge "gtpie.h: Add IE identifier definitions up to 29.60 v11.8.0 Release 11"
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
gtp/gtpie.c | 217 ++++++++++++++++++++++++++++++++++++++++++++++--
gtp/gtpie.h | 75 ++++++++++++++++-
tests/Makefile.am | 1 +
tests/gtp/Makefile.am | 19 +++++
tests/gtp/gtpie_test.c | 127 ++++++++++++++++++++++++++++
tests/gtp/gtpie_test.ok | 6 ++
tests/testsuite.at | 6 ++
8 files changed, 443 insertions(+), 9 deletions(-)
create mode 100644 tests/gtp/Makefile.am
create mode 100644 tests/gtp/gtpie_test.c
create mode 100644 tests/gtp/gtpie_test.ok
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, laforge/sgsnemu-v6 has been updated
discards 6641c26d22fd3768e251d158bc8117f4bc751142 (commit)
discards 70e66cc42cac25d1c0e1829db965ad5a8cd68409 (commit)
discards ea8f7e0fa9665475bb1042a541c393c5ae53eb3c (commit)
discards 449c005c017a0031c6b798ef1a997cd8c86335aa (commit)
discards 646f192225290f18c6cf9810fd8ee7b6795ac6f1 (commit)
discards c55e7a747a8f7de0066df809e3f188b4702deb58 (commit)
discards de50ee47c63b3e9a6f3ee30111d115dfe2835401 (commit)
discards c314cb313dca634d0649fc35ad0a2acfd0b05f80 (commit)
discards cba7ed7311c22f7b6421474c927afefa0d2b7071 (commit)
via 99794bf272448cb03a8991333e760945838f6e94 (commit)
via 215bccfd86f8447372d61dc20d37eb250c792c1e (commit)
via f2aedf69074f81458e5c4d31d3873d60d60cc041 (commit)
via afcc448f468bbe4c943174c3b2cf58c42037aab3 (commit)
via 36e7029eb418031dd39c62e6345d76152c28cb18 (commit)
via 5cf02429cfe9d060995f9ee606912b4314dd1808 (commit)
via 5943cbb73ff5cb64e3fc90242024878c073d288d (commit)
via f6c5f9524f38aa192e02f71f988d0bf467727475 (commit)
via bc41c8d581867bd7931fd358fd7c36ebac7823c7 (commit)
via 89e1abcb18349e0b1b925c4634679e25b914209c (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 (6641c26d22fd3768e251d158bc8117f4bc751142)
\
N -- N -- N (99794bf272448cb03a8991333e760945838f6e94)
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/osmo-ggsn/commit/?id=99794bf272448cb03a8991333e7609…
commit 99794bf272448cb03a8991333e760945838f6e94
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 09:05:50 2017 +0800
sgsnemu: Use getprotobynumber() in print_ipprot()
There's no point in sgsnemu doing a poor mans reimplementation
of what the C library provides already by means of getprotobynumber()
Change-Id: I8cdc460e4fa5d86d80addf6e5f341d2d80093a35
http://cgit.osmocom.org/osmo-ggsn/commit/?id=215bccfd86f8447372d61dc20d37eb…
commit 215bccfd86f8447372d61dc20d37eb250c792c1e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 09:03:25 2017 +0800
sgsnemu: Remove dead code: encaps_printf()
This function is never used/called, remove it.
Change-Id: I37a447e4d5387e3fc5f4433ab20ceba7c446684b
http://cgit.osmocom.org/osmo-ggsn/commit/?id=f2aedf69074f81458e5c4d31d3873d…
commit f2aedf69074f81458e5c4d31d3873d60d60cc041
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 09:02:45 2017 +0800
sgsnemu: Mark local functions 'static'
We don't need to export those to the global name space as they're
not called from code in other files.
Change-Id: I454249335ba46abdb3afbc669c4a06a06f39ae72
http://cgit.osmocom.org/osmo-ggsn/commit/?id=afcc448f468bbe4c943174c3b2cf58…
commit afcc448f468bbe4c943174c3b2cf58c42037aab3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 08:54:04 2017 +0800
sgsnemu: Make use of "dependon" feature in gengetopt
The gengetopt syntax can specify that a particular command line argument
depends on some other argument/option present. We can use this to
provide useful feedback to the user at the command line parsing state,
like --pingrate making no sense without --pinghost being specified.
Change-Id: Ief27275e90e6bce23aed1e83874dbac98dd0926b
http://cgit.osmocom.org/osmo-ggsn/commit/?id=36e7029eb418031dd39c62e6345d76…
commit 36e7029eb418031dd39c62e6345d76152c28cb18
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 09:36:35 2017 +0800
sgsnemu: Print warnings on broken IPv6 configuration (acept_ra)
When sgsnemu is used for an IPv6 pdp context, we rely on the router
discovery procedure and SLAAC to set the correct IPv6 address/prefix
on the tun device. This requires the system to be configure to accept
router-advertisements on the tun device. Let's print a warning
if accept_ra for the specific tun device is set to a wrong value.
We're leaving it up to the user to either set a system-wide
/proc/sys/net/ipv6/conf/default/accept_ra or to configure this in an
ip-up script used together with sgsnemu.
Change-Id: I563092ca35bc74f035a5023e11256779aac46e11
http://cgit.osmocom.org/osmo-ggsn/commit/?id=5cf02429cfe9d060995f9ee606912b…
commit 5cf02429cfe9d060995f9ee606912b4314dd1808
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 08:50:11 2017 +0800
sgsnemu: Add '--tun-device' option to specify TUN device name
This way, multiple sgsnemu instances can be runnig in parallel, each
of them creating a different tun device for their respective PDP context
Change-Id: Id12fbadf924a60db255b6d51b9f647aa51dd2e16
http://cgit.osmocom.org/osmo-ggsn/commit/?id=5943cbb73ff5cb64e3fc9024202487…
commit 5943cbb73ff5cb64e3fc90242024878c073d288d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Oct 13 15:57:01 2017 +0200
Add unit tests for libgtp gtpie.[ch] functions
This doesn't yet cover all the functions in gtpie.[ch], but testing half
of them is better than not testing any of them, so let's merge this
current state with a couple of TDOO's on what we still need to test.
Change-Id: I30a6dd8a01b7a074ef2d3936d186dfff6c79e6c0
http://cgit.osmocom.org/osmo-ggsn/commit/?id=f6c5f9524f38aa192e02f71f988d0b…
commit f6c5f9524f38aa192e02f71f988d0bf467727475
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Oct 14 07:56:41 2017 +0200
gtpie_{encaps,encaps2}(): RAI is a fixe 6-byte length field, not 8 bytes
gtpie_decaps() always had this right, but the encapsulation functions
treated it as 8-byte fixed length IE.
I hope we had a chance to convert all of this to the normal libosmogsm
tlv_parser one day. This would have one description table for all TLV
types which then is used from encoder and decoder.
Change-Id: I48471f2735511806ac424b5ffc1929e85bb156f3
http://cgit.osmocom.org/osmo-ggsn/commit/?id=bc41c8d581867bd7931fd358fd7c36…
commit bc41c8d581867bd7931fd358fd7c36ebac7823c7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Oct 9 10:15:04 2017 +0800
gtpie.h: Add IE identifier definitions up to 29.60 v11.8.0 Release 11
Change-Id: I6ab7bfb31f93f52f9f6b1b5880dcb2c232bba794
http://cgit.osmocom.org/osmo-ggsn/commit/?id=89e1abcb18349e0b1b925c4634679e…
commit 89e1abcb18349e0b1b925c4634679e25b914209c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Oct 8 07:50:20 2017 +0800
Allow Common flags 0x94 and ignore them in PDP activation
extended from https://github.com/osmocom/openggsn/pull/2
Change-Id: I31b3e4b378e74bb5a0a2f54af6d2a15b629876cf
-----------------------------------------------------------------------
Summary of changes:
gtp/gtpie.c | 150 ++++++++++++++++++++++++++++++++++++++++++++++--
tests/gtp/Makefile.am | 3 +-
tests/gtp/gtpie_test.c | 51 +++++++++++++++-
tests/gtp/gtpie_test.ok | 4 ++
4 files changed, 202 insertions(+), 6 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 "UNNAMED PROJECT".
The branch, neels/subscr_vty has been updated
discards 54d99a452169a3faee2e88f08b67b54ef4268f35 (commit)
via 16cb20b29e8946b68ea208e2ccdbd1f21112d951 (commit)
via db0d30be9d1cce6ecf80652c3d911a7f3d095aff (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 (54d99a452169a3faee2e88f08b67b54ef4268f35)
\
N -- N -- N (16cb20b29e8946b68ea208e2ccdbd1f21112d951)
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/osmo-hlr/commit/?id=16cb20b29e8946b68ea208e2ccdbd1f…
commit 16cb20b29e8946b68ea208e2ccdbd1f21112d951
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Oct 14 04:15:31 2017 +0200
add vty_script_runner.py
Standalone python3 script to verify a VTY transcript file.
Change-Id: Idf94eed98c9cf84f8e3b6b7cc5b30abfb2438c8b
http://cgit.osmocom.org/osmo-hlr/commit/?id=db0d30be9d1cce6ecf80652c3d911a7…
commit db0d30be9d1cce6ecf80652c3d911a7f3d095aff
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Oct 14 08:07:36 2017 +0200
subscr vty
Change-Id: I52c9ccc1ccbfbec18f00c4974116ef576776f707
-----------------------------------------------------------------------
Summary of changes:
src/hlr_vty_subscr.c | 134 +++++----
tests/Makefile.am | 2 +-
tests/test_subscr_create_update_show_delete.vty | 366 ++++++++++++++++++++++--
tests/vty_script_runner.py | 63 ++--
4 files changed, 461 insertions(+), 104 deletions(-)
hooks/post-receive
--
UNNAMED 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 "CI scripts".
The branch, master has been updated
via a41cee77033ea884b1a91cc1b6d4997c8239d9af (commit)
from f30f7ad64568c89a069723fbd409687fe9e362df (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/osmo-ci/commit/?id=a41cee77033ea884b1a91cc1b6d4997c…
commit a41cee77033ea884b1a91cc1b6d4997c8239d9af
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Oct 11 08:45:35 2017 +0800
coverity: build with --enable-trx
Change-Id: I0684bc04b82ad57a1513bbd4627144d6c254b965
-----------------------------------------------------------------------
Summary of changes:
coverity/build_Osmocom.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CI scripts
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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via eaf95fe26ecc9402994c5537bea5424f8bcfd3c8 (commit)
from 565a9dc3de6c011ec50306b3831ead15bf129418 (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/osmo-gsm-manuals/commit/?id=eaf95fe26ecc9402994c553…
commit eaf95fe26ecc9402994c5537bea5424f8bcfd3c8
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Oct 12 21:37:48 2017 +0800
GGSN: Document how 'ip tuntap' is used for non-root; call netdev 'apn0'
* Some people want to manually create/configure their tun devices,
show them how to do this using ip with the correct parameters
* Let's not call the network device 'ggsn' but rather 'apn0', as
the device has a 1:1 correspondence to the APN, not to the GGSN.
Change-Id: I2fef818bfcb8cb521397136539f492922d5f6def
-----------------------------------------------------------------------
Summary of changes:
OsmoGGSN/chapters/configuration.adoc | 52 ++++++++++++++++++++++++++++++------
1 file changed, 44 insertions(+), 8 deletions(-)
hooks/post-receive
--
Manuals for Osmocom GSM components
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 "UNNAMED PROJECT".
The branch, neels/subscr_vty has been updated
discards 047b45beb63553a4566eb1fe73a25bc2cb5af519 (commit)
discards 063a935062f6309aa5286bd0075eb725d343ad14 (commit)
discards a8992f2d44f8c9a8e349aabc0771478219709a81 (commit)
discards fc0b1d64ce14a4c083c702d5e9e8b4f5ac7dc08e (commit)
discards 0451e985905985a8025e49b20821c67874cdd085 (commit)
discards 96782fa5f76076a0d8e6d9a8932d5fe7b8d5352d (commit)
discards 2366161091f05d025f2eb9e18afa14766b5d9b9a (commit)
discards b2584c4831b40a265b63cecdf7bd2f4fca416298 (commit)
discards e171b00049ecf60fe45076ef69b0885af82411ff (commit)
discards 5e661d05b4f760ebb2c867a578af48f3db998243 (commit)
discards a085519047f1e140084a00954cf3b6986b7ebae0 (commit)
discards 21c4b1427c17ad567ef98cccc1848193bb09b617 (commit)
discards 02ea5241f7fd4d4874eaddeea83f488502854379 (commit)
discards 64ef6f7aab3b7a361db7d806d92d11740f03b3ef (commit)
discards 1161b21b357a50472510cf9174ccbee5d25058bc (commit)
discards b405dd45ded80a572f92cf435894156eeaee2c62 (commit)
discards f23fa4b75bbf44005cf85c6007df1bf38cbfc9ea (commit)
discards 7c13aa3fbb7e6ac470148ee6f026ac9bede48636 (commit)
discards f3e8f36f4066bb3f02db6755686679c311e104ec (commit)
discards 715e3f6397db19caa177d523ea7c2731ed3901e3 (commit)
discards cd65ee37252c491d9c578085a2c3d7b1c9907da5 (commit)
discards 6c1950e1f37b290f504a288c22eb2c5256cbacdf (commit)
via 54d99a452169a3faee2e88f08b67b54ef4268f35 (commit)
via 59352173df5bab7d0717c8ecfca3c7173e0919c0 (commit)
via 42ac4bbca6013ce647a2e44ef71333179b6bdf00 (commit)
via 2e86ab3a8704462c55245370ebdce9f6b134792d (commit)
via c5122f28292e4923f02bb645c6bb7fa4c270a5d5 (commit)
via 1cbdb70b27599b3a233184d01cee63cea5e8fee3 (commit)
via 76328e57d1d9c7df8763b2b8be6fce39e5822731 (commit)
via 57a8792f230f2ec6db72f3b6249b702428ab5d6e (commit)
via 1332a17a3db46bae7e2ee720baf21c594e1b2331 (commit)
via e50121ec96c2457c66501d7b6e1fcd539ee3c5e1 (commit)
via dd783056f7ede461dd27347fa86743a24c4c4eed (commit)
via e8ccd5013abe0e04b2400661405fd9e18e88cd89 (commit)
via 9c2bbc840f3678489d744d69a718afacafa60ad3 (commit)
via 32633e2b895233892a238095e21b89b12ed94d14 (commit)
via d7d9697d85cba6bb18bcb767ebd0005b1ae73e1c (commit)
via 985094601315c45c2e0a2ac8292df4c2f646c698 (commit)
via f7c3e6e3a29f67398fdb8790629d0e951a494bc1 (commit)
via 28da26ec191b176028c6bad6a43749a8c8926cb2 (commit)
via cd83b8a44c2824cfc9dfdca685fea28f9221f60e (commit)
via d3cd102505bdc78c92daed325ee824071fa48403 (commit)
via d4bb51ba1fbd0e3580fb994b6b2200c093e75d46 (commit)
via 1e31d18822c919896d26246950f5bca2e52dfeb5 (commit)
via e9c0c5b2724e9e0f749e9c24d77e73d7cbe3ede6 (commit)
via 3522819d8bf9d6634a504effe4f171975439e77d (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 (047b45beb63553a4566eb1fe73a25bc2cb5af519)
\
N -- N -- N (54d99a452169a3faee2e88f08b67b54ef4268f35)
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/osmo-hlr/commit/?id=54d99a452169a3faee2e88f08b67b54…
commit 54d99a452169a3faee2e88f08b67b54ef4268f35
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Oct 14 04:15:31 2017 +0200
add vty_script_runner.py
Standalone python3 script to verify a VTY transcript file.
Change-Id: Idf94eed98c9cf84f8e3b6b7cc5b30abfb2438c8b
http://cgit.osmocom.org/osmo-hlr/commit/?id=59352173df5bab7d0717c8ecfca3c71…
commit 59352173df5bab7d0717c8ecfca3c7173e0919c0
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Oct 6 02:59:54 2017 +0200
implement subscriber vty, tests
Depends: libosmocore I1e94f5b0717b947d2a7a7d36bacdf04a75cb3522
Change-Id: I42b3b70a0439a8f2e4964d7cc31e593c1f0d7537
http://cgit.osmocom.org/osmo-hlr/commit/?id=42ac4bbca6013ce647a2e44ef713331…
commit 42ac4bbca6013ce647a2e44ef71333179b6bdf00
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Oct 10 23:20:26 2017 +0200
fix db_subscr_get_by_*(): clear output data; test in db_test.c
db_subscr_get_by_*() failed to clear the out-param struct, meaning that data
could remain in a struct even though it is not present in the database. Always
zero out the struct before writing to it.
Adjust the db_test to catch this error by writing "-invalid-data-" to each
struct before running db get functions.
Change-Id: I038bd437452c87841d709fcdd5ac30ab1356b2db
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 +-
debian/control | 3 +-
debian/rules | 4 +
src/db_hlr.c | 13 +-
tests/Makefile.am | 20 ++-
tests/vty_script_runner.py | 376 +++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 406 insertions(+), 12 deletions(-)
create mode 100755 tests/vty_script_runner.py
hooks/post-receive
--
UNNAMED 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 "Osmocom network interface library".
The branch, master has been updated
via 1bfbf98f066dc1fa34bffb5377220323ea7aa802 (commit)
via a2b50809c766bfb1f94ac0fc7c76517e3e3a66ab (commit)
via 8440357d4cc88479921350344e435ee9c5e4e0f1 (commit)
from fae8559ff5ce825a874eeb33b2f1053430c07dc3 (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/libosmo-netif/commit/?id=1bfbf98f066dc1fa34bffb5377…
commit 1bfbf98f066dc1fa34bffb5377220323ea7aa802
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Oct 13 18:24:37 2017 +0200
cosmetic: print textual error from recv()
Change-Id: Ic9557c6519b44b5985daf7d2d14ec063790441fb
http://cgit.osmocom.org/libosmo-netif/commit/?id=a2b50809c766bfb1f94ac0fc7c…
commit a2b50809c766bfb1f94ac0fc7c76517e3e3a66ab
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Oct 13 18:16:03 2017 +0200
cosmetic: relax UDP length check
Previously recv() returning 0 for UDP socket was considered as error
although it's legitimate return value for empty UDP packets. Relax the
error check to avoid confusing error messages.
The function behavior is the same:
* msg is not altered while receiving 0-length UDP packet
* return value is 0
The only result of the relaxed error check is the absense of error log
message for 0-length UDP packet.
Change-Id: I32e5fcbf5ed92cc923660ac59e6a37fd3f0703a7
Fixes: OS#2219
http://cgit.osmocom.org/libosmo-netif/commit/?id=8440357d4cc88479921350344e…
commit 8440357d4cc88479921350344e435ee9c5e4e0f1
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Oct 13 15:30:54 2017 +0200
examples: add simple UDP client/server
In addition to showing basic UDP send/receive example, it helps to test
corner-case when dealing with 0-length UDP packets.
Change-Id: I08c0adf1cf9b6a6f1f7090b237d0497c2ec13cdf
Related: OS#2219
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 +
examples/Makefile.am | 10 ++++
examples/udp-test-client.c | 43 ++++++++++++++
examples/udp-test-server.c | 35 ++++++++++++
examples/udp-test.h | 137 +++++++++++++++++++++++++++++++++++++++++++++
src/datagram.c | 6 +-
6 files changed, 230 insertions(+), 3 deletions(-)
create mode 100644 examples/udp-test-client.c
create mode 100644 examples/udp-test-server.c
create mode 100644 examples/udp-test.h
hooks/post-receive
--
Osmocom network interface library