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 9d9d91b8e8cb291d5337a68c54654dcc40d2826a (commit)
from 73abc38dc56d6431f43673d995d6e20f562834b4 (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=9d9d91b8e8cb291d5337a68c54654d…
commit 9d9d91b8e8cb291d5337a68c54654dcc40d2826a
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
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 28 ++++++++++++++++++++++++++++
1 file changed, 28 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, laforge/sgsnemu-v6 has been updated
discards 7998066e32057201a40a398a783eab1037e6cd9b (commit)
via 218a30d594f5c677f378044d58ec02470c1aa233 (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 (7998066e32057201a40a398a783eab1037e6cd9b)
\
N -- N -- N (218a30d594f5c677f378044d58ec02470c1aa233)
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=218a30d594f5c677f378044d58ec02…
commit 218a30d594f5c677f378044d58ec02470c1aa233
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
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 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 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