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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via d7ee5759cb3296ef32b6dc1858882a122c358165 (commit)
via 15b05fef7691701186b1e4310634f5ce6acbd1fc (commit)
from 32f9971a71049a0c0ecd0f26a4da17fef4f292ca (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/libosmocore/commit/?id=d7ee5759cb3296ef32b6dc185888…
commit d7ee5759cb3296ef32b6dc1858882a122c358165
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Oct 20 16:08:29 2017 +0200
Disable doxygen in jenkins for embedded tests
There's no point in regenerating documentation with Doxygen in embedded
environment.
Change-Id: I6504db04445f5e9c1117379c8803e10df5634324
http://cgit.osmocom.org/libosmocore/commit/?id=15b05fef7691701186b1e4310634…
commit 15b05fef7691701186b1e4310634f5ce6acbd1fc
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Oct 20 16:07:06 2017 +0200
Cleanup jenkins build scripts
* reorder builds to avoid rm -rf invocation
* avoid useless double autoreconf
* move common parts into shared helper
* move common build steps into separate function
Change-Id: I24e500e132f5c8e8133d35548cb7b4e4552331d0
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins-arm.sh | 26 +++++++++-----------------
contrib/jenkins.sh | 26 +++++++++++---------------
contrib/jenkins_common.sh | 7 +++++++
3 files changed, 27 insertions(+), 32 deletions(-)
create mode 100644 contrib/jenkins_common.sh
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 32f9971a71049a0c0ecd0f26a4da17fef4f292ca (commit)
from b525b9ea44973d2153de05e70d48fe84a51ab668 (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/libosmocore/commit/?id=32f9971a71049a0c0ecd0f26a4da…
commit 32f9971a71049a0c0ecd0f26a4da17fef4f292ca
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Oct 20 12:27:49 2017 +0200
GPRS: print remote state info for NS peer
Change-Id: I1714c68909507eae6ef2933661a085859aca3b54
Related: SYS#3610
-----------------------------------------------------------------------
Summary of changes:
src/gb/gprs_ns_vty.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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, neels/osmo-hlr has been updated
discards 827c6ffa14425a190c326adcd68469da52fa785b (commit)
via 68a9801c88b20f717cee3ccab29d57ec07be91d5 (commit)
via 644bcae369f481b426553050cb31a73ce9f76255 (commit)
via f2252db1336acf5a233d0eb75ca03c225412b0da (commit)
via 75b442450ac6c296c058f51c9bb77733501f3871 (commit)
via 8d607a7900fc5f0f19bf04f592310d5457d786f8 (commit)
via 4538d2d67f5b8835cc224aaf312a136b6c0dc01e (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 (827c6ffa14425a190c326adcd68469da52fa785b)
\
N -- N -- N (68a9801c88b20f717cee3ccab29d57ec07be91d5)
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-gsm-manuals/commit/?id=68a9801c88b20f717cee3cc…
commit 68a9801c88b20f717cee3ccab29d57ec07be91d5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Oct 19 05:11:57 2017 +0200
refactor Makefile build rules, don't use the FORCE
The initial goal was to make sure we don't have overall FORCE rules causing
unnecessary rebuilds -- annoying while writing documentation. As I looked
through possible dependencies, I finally understood what's going on here.
Remove code dup and nicely sort which belongs where in build/Makefile.*.inc. In
each, describe in a top comment how to use it, and also unify how they are
used:
- Rename Makefile.inc to Makefile.docbook.inc and refactor
- Add Makefile.vty-reference.inc
- Add Makefile.common.inc
Make sure that we accurately pick up all dependencies.
Drop use of the macro called 'command', that silenced the actual command lines
invoked and replaced them with short strings: it obscures what is actually
going on and makes the Makefiles hard to read and understand.
Each manual's makefile is greatly reduced to few definitions and a Makefile
include, e.g. one for asciidoc, one for VTY reference.
Move common/bsc_vty_additions.xml to OsmoBSC/vty/libbsc_vty_additions.xml, link
from OsmoNITB. It applies only to OsmoBSC and OsmoNITB.
Add a script that combines a VTY reference file with *all* additions files
found in a manual's vty/ dir. Call this from Makefile.vty-reference.inc.
Change-Id: I9758e04162a480e28c7dc83475b514cf7fd25ec0
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=644bcae369f481b42655305…
commit 644bcae369f481b426553050cb31a73ce9f76255
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Sep 25 16:37:34 2017 +0200
add OsmoHLR manual, OsmoHLR VTY reference
Change-Id: Ieb6a362a26a7e65199f68f5cd32d9b6b0e5d0fbf
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=f2252db1336acf5a233d0eb…
commit f2252db1336acf5a233d0eb75ca03c225412b0da
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Oct 18 00:12:11 2017 +0200
common/vty: minor wording tweaks and typo fixes
Change-Id: I5eb1ea0d3de883ff5e9742f77e7ef4be0482852d
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=75b442450ac6c296c058f51…
commit 75b442450ac6c296c058f51c9bb77733501f3871
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Oct 17 23:47:54 2017 +0200
common/vty: explain difference between telnet and config file
- Mention that the CONFIG node is used to parse config files.
- Mention that it is not well defined whether CONFIG node items have immediate
effect.
- Add a 'telnet' here and there to clarify.
Change-Id: I882346c69f12c67d0e41d563c99d4de4efd8b8f6
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=8d607a7900fc5f0f19bf04f…
commit 8d607a7900fc5f0f19bf04f592310d5457d786f8
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Oct 17 23:47:54 2017 +0200
common/vty: "programs should not use the telnet VTY"
Change-Id: Ic7e8c3663a2bfaf8dcb5752bf55ccb822b111c31
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=4538d2d67f5b8835cc224aa…
commit 4538d2d67f5b8835cc224aaf312a136b6c0dc01e
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Oct 17 23:47:54 2017 +0200
common/vty: fix: CONFIG entered from ENABLE, not VIEW node
Change-Id: I892081f9452f8923441913f978a3be542a3c53d0
-----------------------------------------------------------------------
Summary of changes:
Makefile | 1 +
OsmoBSC/Makefile | 55 ++--------
.../vty/libbsc_vty_additions.xml | 0
OsmoBTS/Makefile | 52 ++--------
OsmoGGSN/Makefile | 41 ++------
OsmoGSMTester/Makefile | 13 +--
OsmoHLR/Makefile | 44 ++------
OsmoHLR/chapters/running.adoc | 8 +-
OsmoHLR/osmohlr-usermanual.adoc | 5 +-
OsmoMGCP/Makefile | 33 +-----
OsmoMSC/Makefile | 44 ++------
OsmoNAT/Makefile | 33 +-----
OsmoNITB/Makefile | 46 ++-------
OsmoNITB/vty/bsc_vty_additions.xml | 1 +
OsmoPCU/Makefile | 44 +-------
OsmoSGSN/Makefile | 45 ++-------
build/Makefile.asciidoc.inc | 35 +++++--
build/Makefile.common.inc | 14 +++
build/Makefile.docbook.inc | 35 +++++++
build/Makefile.inc | 47 ---------
build/Makefile.vty-reference.inc | 42 ++++++++
build/vty_reference_combine.sh | 25 +++++
common/chapters/vty.adoc | 112 ++++++++++++---------
23 files changed, 281 insertions(+), 494 deletions(-)
rename common/bsc_vty_additions.xml => OsmoBSC/vty/libbsc_vty_additions.xml (100%)
create mode 120000 OsmoNITB/vty/bsc_vty_additions.xml
create mode 100644 build/Makefile.common.inc
create mode 100644 build/Makefile.docbook.inc
delete mode 100644 build/Makefile.inc
create mode 100644 build/Makefile.vty-reference.inc
create mode 100755 build/vty_reference_combine.sh
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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via 7ae554682a8c78796211fe05f0da4ec52c43a45b (commit)
via aa7a4be3490f83a9900ddc9aad5bcbca16e9ccbf (commit)
via 87f546a9477653dc974eda2e98e6c38f141252a0 (commit)
from e7d67538ae7f0a38ce530a42dea04ba45a9bf4b4 (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/op25/commit/?id=7ae554682a8c78796211fe05f0da4ec52c4…
commit 7ae554682a8c78796211fe05f0da4ec52c43a45b
Author: Max <ikj1234i(a)yahoo.com>
Date: Wed Oct 18 20:03:39 2017 -0400
install.sh update
http://cgit.osmocom.org/op25/commit/?id=aa7a4be3490f83a9900ddc9aad5bcbca16e…
commit aa7a4be3490f83a9900ddc9aad5bcbca16e9ccbf
Author: Max <ikj1234i(a)yahoo.com>
Date: Wed Oct 18 20:02:58 2017 -0400
doc.html updates
http://cgit.osmocom.org/op25/commit/?id=87f546a9477653dc974eda2e98e6c38f141…
commit 87f546a9477653dc974eda2e98e6c38f141252a0
Author: Max <ikj1234i(a)yahoo.com>
Date: Wed Oct 18 19:11:53 2017 -0400
scope.py message update
-----------------------------------------------------------------------
Summary of changes:
install.sh | 2 +-
op25/gr-op25_repeater/apps/scope.py | 7 +++++--
op25/gr-op25_repeater/apps/tx/doc.html | 33 ++++++++++-----------------------
3 files changed, 16 insertions(+), 26 deletions(-)
hooks/post-receive
--
Software-defined analyzer for APCO P25
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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via e7d67538ae7f0a38ce530a42dea04ba45a9bf4b4 (commit)
via 77b21b5e32d094cbe5aca07f84a559af43398704 (commit)
via e31207cf8839982fc1a68e084d0d8fd2fb25e45f (commit)
from 6ddc299edfe74fbba04e805a2e5e73c91ac8de12 (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/op25/commit/?id=e7d67538ae7f0a38ce530a42dea04ba45a9…
commit e7d67538ae7f0a38ce530a42dea04ba45a9bf4b4
Author: Max <ikj1234i(a)yahoo.com>
Date: Wed Oct 18 17:45:20 2017 -0400
fix excessive cpu usage in datascope plot
http://cgit.osmocom.org/op25/commit/?id=77b21b5e32d094cbe5aca07f84a559af433…
commit 77b21b5e32d094cbe5aca07f84a559af43398704
Author: Max <ikj1234i(a)yahoo.com>
Date: Wed Oct 18 17:34:52 2017 -0400
revert gr_gnuplot commit
http://cgit.osmocom.org/op25/commit/?id=e31207cf8839982fc1a68e084d0d8fd2fb2…
commit e31207cf8839982fc1a68e084d0d8fd2fb25e45f
Author: Max <ikj1234i(a)yahoo.com>
Date: Tue Oct 17 22:32:04 2017 -0400
plot module enhancements thx Graham
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/apps/gr_gnuplot.py | 7 +++++++
1 file changed, 7 insertions(+)
hooks/post-receive
--
Software-defined analyzer for APCO P25
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 859f9b0752419d43928d465bc96a87238c6d7940 (commit)
via a037e5908a84e8f438f8faef662f6bfcec305b16 (commit)
via 2e7b9ff891a0d4c84a4be3fffbac1b9502fe267c (commit)
via 361cb9e910e77f657ad39e0be4684b8028711a0c (commit)
from 5bacb59a6c314001a053977acb4aece4695b356a (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=859f9b0752419d43928d465bc96a87…
commit 859f9b0752419d43928d465bc96a87238c6d7940
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Oct 16 14:52:25 2017 +0200
ippool: Implement and use blacklist instead of blindly using IPPOOL_NOGATEWAY
Commit dda21ed7d4a897c9284c69175d0da598598eae40 modified previous calls
to ippool_new() removing the pass of flags to avoid allocating certain
problematic IPs from the pool to MS, such as the network, gateway and
broadcast IPs.
Today I did some unsucessful tests with osmo-ggsn with a pool "ip prefix
dynamic 176.16.222.0/24", and thus IP 176.16.222.0 was being assigned to
the MS. De-capsulated DNS packets were received in the tun interface,
but the Linux system in there was unable to correctly forward the
packets to the gateway interface connected to the Internet. However,
adding a second MS which got 176.16.222.1 had its packets forwarded
correctly.
However, previous implementation relies on flag IPPOOL_NOGATEWAY flag to
blindly blacklist first IP after the network ip (ie, .0 and .1 are
removed), which limits the IP reserved for the tun device to be .1. If a
different IP in the range is assigned, it may cause issues. As a result,
a blacklist is introduced in this commit to dynamically fetch the tun IP
address and exlucde it from the pool of available IPs.
Change-Id: I8e91f7280d60490c858a769dd578c1c8e54e9243
http://cgit.osmocom.org/osmo-ggsn/commit/?id=a037e5908a84e8f438f8faef662f6b…
commit a037e5908a84e8f438f8faef662f6bfcec305b16
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Oct 16 14:41:37 2017 +0200
tun: Convert tun_ipv6_linklocal_get to be more generic
Add support for IPv4 and IPv6 global IPs. Also return the prefix length
of the IP address by using a in46_prefix.
Change-Id: I277af191dc611b6bbcb83479f4ae338083740322
http://cgit.osmocom.org/osmo-ggsn/commit/?id=2e7b9ff891a0d4c84a4be3fffbac1b…
commit 2e7b9ff891a0d4c84a4be3fffbac1b9502fe267c
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Oct 16 14:27:32 2017 +0200
lib/in46a: Introduce in46a_netmasklen API
Change-Id: I06e3e038afd8f7afaec2a3fa67b1616500c8db80
http://cgit.osmocom.org/osmo-ggsn/commit/?id=361cb9e910e77f657ad39e0be4684b…
commit 361cb9e910e77f657ad39e0be4684b8028711a0c
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Oct 13 11:56:16 2017 +0200
lib/ippool: Fix listsize calculated 1 elem too small
Take the chance this commit is changing test output to also remove use
of IPPOOL_NOGATEWAY which is going to be removed soon, and instead test
IPPOOL_NOBROADCAST.
Change-Id: I95c24bc690490155bec9e3933d678e4668d7745f
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 58 +++++++++-
lib/in46_addr.c | 58 ++++++++++
lib/in46_addr.h | 1 +
lib/ippool.c | 38 ++++---
lib/ippool.h | 4 +-
lib/tun.c | 65 ++++++++---
lib/tun.h | 13 ++-
tests/lib/in46a_test.c | 59 ++++++++++
tests/lib/in46a_test.ok | 2 +
tests/lib/ippool_test.c | 45 +++++---
tests/lib/ippool_test.err | 2 +
tests/lib/ippool_test.ok | 269 +++++++++++++++++++++++++++++++++++++++++++++-
12 files changed, 562 insertions(+), 52 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 "SCCP Library".
The branch, master has been updated
via 793cf8a259540bbb063bf0eb4cfde3e26d3ccfd3 (commit)
from d966b0fd060d72e07a6da548da5989abb5789a6f (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-sccp/commit/?id=793cf8a259540bbb063bf0eb4cf…
commit 793cf8a259540bbb063bf0eb4cfde3e26d3ccfd3
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Oct 12 16:29:14 2017 +0200
Add doxygen docs
Make sure doxygen generates library documentation by default (can be
disabled at compile time).
Change-Id: I2bf7438bcdde19dc88b9bc14c8ad9c8f49099f8a
Related: OS#2572
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
Doxyfile.in | 1716 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Makefile.am | 27 +
configure.ac | 10 +
debian/control | 1 +
5 files changed, 1755 insertions(+)
create mode 100644 Doxyfile.in
hooks/post-receive
--
SCCP Library
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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via 6ddc299edfe74fbba04e805a2e5e73c91ac8de12 (commit)
from c412a8fd5bbec773e6fb5506f6af6b10c5471139 (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/op25/commit/?id=6ddc299edfe74fbba04e805a2e5e73c91ac…
commit 6ddc299edfe74fbba04e805a2e5e73c91ac8de12
Author: Max <ikj1234i(a)yahoo.com>
Date: Tue Oct 17 22:17:44 2017 -0400
update doc.html
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/apps/tx/doc.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Software-defined analyzer for APCO P25
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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via c412a8fd5bbec773e6fb5506f6af6b10c5471139 (commit)
from bbe9506b469e9f6d4bb6f4b1dedf8599af5ac7b0 (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/op25/commit/?id=c412a8fd5bbec773e6fb5506f6af6b10c54…
commit c412a8fd5bbec773e6fb5506f6af6b10c5471139
Author: Max <ikj1234i(a)yahoo.com>
Date: Tue Oct 17 22:15:09 2017 -0400
update doc.html
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/apps/tx/doc.html | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
Software-defined analyzer for APCO P25