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 b9f2e75fbe0ea1daf036869936559093ba200eb4 (commit)
from 9e6db799d5d39d0fa92f37c746d39e5a1c6d0000 (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=b9f2e75fbe0ea1daf036869936559093…
commit b9f2e75fbe0ea1daf036869936559093ba200eb4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 22:31:35 2017 +0900
jenkins: Add gerrit verification job for libgtpnl
Change-Id: I9dfe4a619f75574cc0a61ab978f4450252b6c171
-----------------------------------------------------------------------
Summary of changes:
jobs/gerrit-verifications.yml | 1 +
1 file changed, 1 insertion(+)
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 "netlink library for Linux kernel GTP code".
The branch, master has been updated
via 03cb4c2d66bf4a9890e74557a2533a8d70a4880b (commit)
via 134d0a386dfeb2ab276b61e82ac22c23b487cc59 (commit)
from 66a60a13b64514df8b5db5106a5f170d1110a6d0 (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/libgtpnl/commit/?id=03cb4c2d66bf4a9890e74557a2533a8…
commit 03cb4c2d66bf4a9890e74557a2533a8d70a4880b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 22:01:13 2017 +0900
gtp_build_payload(): Support absent peer and SGSN address
When deleting a PDP context via "gtp-tunnel delete", we specify only
the gtp netdevice, the gtp version and the TID/TEI. However, the
gtp_build_payload() function unconditionally created the netlink
attributes for GTPA_PEER_ADDRESS and GTPA_MS_ADDRESS, having their
addresses set to zero. The kernel then tried to find a PDP context with
MS and PEER address of 0.0.0.0, and always failed with ENOENT.
The same problem also occurred with OsmoGGSN and OpenGGSN: PDP contexts
could be added but never removed.
The corresponding kernel change that requires this userland change
is the following commit introduced in 4.12-rc1:
commit d9e2dd122637034a0697bf268eed9233701b9dca
Author: Andreas Schultz <aschultz(a)tpip.net>
Date: Thu Mar 9 17:43:00 2017 +0100
gtp: unify genl_find_pdp and prepare for per socket lookup
Older kernels will work with libgtpnl both before and after this commit,
as they internally will simply disregard any attributes beyond TID/TEI.
Change-Id: Ie2ceb2cd6d2fb009bba01a05b5480c1ad775d619
http://cgit.osmocom.org/libgtpnl/commit/?id=134d0a386dfeb2ab276b61e82ac22c2…
commit 134d0a386dfeb2ab276b61e82ac22c23b487cc59
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 22:41:54 2017 +0900
Add '--enable-sanitize' from other osmocom projects
Change-Id: Iac9ce76ce4ca5f5247bc42c16bb365d94cfde156
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 12 ++++++++++++
contrib/jenkins.sh | 2 +-
src/gtp-genl.c | 6 ++++--
3 files changed, 17 insertions(+), 3 deletions(-)
hooks/post-receive
--
netlink library for Linux kernel GTP code
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 "netlink library for Linux kernel GTP code".
The branch, master has been updated
via 66a60a13b64514df8b5db5106a5f170d1110a6d0 (commit)
from 4e3960c89ffbf31b8dcbc91d64069068444dffd7 (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/libgtpnl/commit/?id=66a60a13b64514df8b5db5106a5f170…
commit 66a60a13b64514df8b5db5106a5f170d1110a6d0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 22:36:20 2017 +0900
Add contrib/jenkins.sh for jenkins build verification
Change-Id: I88a52f4adb08826f714bd32b1dfddd249f780c99
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100755 contrib/jenkins.sh
hooks/post-receive
--
netlink library for Linux kernel GTP code
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 d3719bd11c6dc18de536b219f95f471e915b263e (commit)
from 53dbfb4347f1294ca076bb188f7ae6d4ee239660 (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=d3719bd11c6dc18de536b219f95f471e915…
commit d3719bd11c6dc18de536b219f95f471e915b263e
Author: Max <ikj1234i(a)yahoo.com>
Date: Sat Nov 11 19:59:07 2017 -0500
update TX rate conversion logic
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/apps/tx/dv_tx.py | 23 ++++++++++++--------
op25/gr-op25_repeater/apps/tx/multi_tx.py | 30 +++++++++++++++++++-------
op25/gr-op25_repeater/apps/tx/op25_c4fm_mod.py | 19 ++++++++--------
3 files changed, 45 insertions(+), 27 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 "SCCP Library".
The branch, master has been updated
via ed1daa2c8f27af60d61380ed075f16c5f77e3027 (commit)
from 3c1e65023a5e5247aec89ef8374aa374e542f534 (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=ed1daa2c8f27af60d61380ed075…
commit ed1daa2c8f27af60d61380ed075f16c5f77e3027
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 08:19:53 2017 +0900
STP: Add osmoappdesc.py
Change-Id: I60362d78b5db3ed5bc96c84a8523c391ff7f8125
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
osmoappdesc.py | 12 ++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 osmoappdesc.py
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 "UNNAMED PROJECT".
The branch, master has been updated
via 4f3841c1533b62ff286260653e429ffc95d7cf37 (commit)
from bd0d5bf5d8957c965473960ceb659043bac21128 (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-hlr/commit/?id=4f3841c1533b62ff286260653e429ff…
commit 4f3841c1533b62ff286260653e429ffc95d7cf37
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 7 13:24:44 2017 +0100
cosmetic: add comment on ignored return value
Coverity wants us to evaluate sqlite3_reset, but it is of no use to do so.
Related: coverity CID#178653
Change-Id: I64ac8c148f48be60f9c0d346df0c5152bb527494
-----------------------------------------------------------------------
Summary of changes:
src/db.c | 2 ++
1 file changed, 2 insertions(+)
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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via 284e67c467974558b0e43aa72bd670f1469add9a (commit)
from e521ddea46f68f8dfc49ad9df8f66e116363b8ce (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=284e67c467974558b0e43aa…
commit 284e67c467974558b0e43aa72bd670f1469add9a
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Nov 11 19:36:48 2017 +0100
GGSN: don't say 'NITB'
Change-Id: I960ce8ee749621176ceaa556a1fe93b54e08b6fc
-----------------------------------------------------------------------
Summary of changes:
OsmoGGSN/chapters/running.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "SCCP Library".
The branch, master has been updated
via 3c1e65023a5e5247aec89ef8374aa374e542f534 (commit)
from 510375efd3893bf927d9b50823e080d79020e8de (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=3c1e65023a5e5247aec89ef8374…
commit 3c1e65023a5e5247aec89ef8374aa374e542f534
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 08:21:09 2017 +0900
osmo-stp: Align prompt formatting with other Osmocom programs
In all other Programs we have the VTY like OsmoBSC, OsmoMSC, etc.
so let's make sure osmo-stp also uses OsmoSTP and not osmo-stp.
Change-Id: Ic91010779ad22c41e28ed4cf43c2e3ab679214b5
-----------------------------------------------------------------------
Summary of changes:
stp/stp_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 71b68bed2a93359fa84617292cf6159a4ed09c16 (commit)
from 3b0b0641963de7a701655c8a09d15782e61f9c75 (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=71b68bed2a93359fa84617292cf6159a…
commit 71b68bed2a93359fa84617292cf6159a4ed09c16
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 11 23:56:47 2017 +0900
osmo-bsc: Print NOTICE message on unimplemented BSSMAP UDT
When we receive unimplemented/unhandled message types, we shouldn't
simply silently discard them, but print a log message for the
benefit of the user.
Change-Id: I8ecb1d2134f9c6a96f29e145fa0430880e971168
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc/osmo_bsc_bssap.c | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
Legacy: 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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via e521ddea46f68f8dfc49ad9df8f66e116363b8ce (commit)
via 9518d10734eb1ec2e5afa86e3972571fae9e8875 (commit)
via 93643560dc12bc9b991eba9b86c32d551906986d (commit)
from a410c43ab84f14ca41784e775e68154f8a8c88d1 (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=e521ddea46f68f8dfc49ad9…
commit e521ddea46f68f8dfc49ad9df8f66e116363b8ce
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 08:18:47 2017 +0900
STP: Update vty reference XML file
This ensures useful content in the STP vty reference manual
Change-Id: Ica4b1c0172255ec2328562fdd8fac190e3ad448d
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=9518d10734eb1ec2e5afa86…
commit 9518d10734eb1ec2e5afa86e3972571fae9e8875
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 08:01:39 2017 +0900
STP: State actual vty commands for dynamic RKM registration
Change-Id: I639dc271dd7f5bea1f6cb8b070990c7c15a39dba
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=93643560dc12bc9b991eba9…
commit 93643560dc12bc9b991eba9b86c32d551906986d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 08:01:22 2017 +0900
STP: cosmetic fixes/improvements
Change-Id: I1c1c7bb122e9cf9b707feb8e6617a03d15043089
-----------------------------------------------------------------------
Summary of changes:
.../vty/osmo-stp_vty_reference.xml | 844 ++++++++++++++-------
OsmoSTP/vty/stp_vty_reference.xml | 2 -
common/chapters/sigtran-osmocom.adoc | 33 +-
common/chapters/sigtran.adoc | 6 +-
4 files changed, 579 insertions(+), 306 deletions(-)
copy OsmoGGSN/vty/ggsn_vty_reference.xml => OsmoSTP/vty/osmo-stp_vty_reference.xml (61%)
delete mode 100644 OsmoSTP/vty/stp_vty_reference.xml
hooks/post-receive
--
Manuals for Osmocom GSM components