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 3527fd63ad403a4f691fcee39c3a7aec69d84006 (commit)
from c528cc12d0d935b9b6d151478ccd478122a661fb (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=3527fd63ad403a4f691fcee39c3a7aec…
commit 3527fd63ad403a4f691fcee39c3a7aec69d84006
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 8 12:36:50 2018 +0100
Send email on update-* job failures
Notify intern@ if either update-osmo-ci or update-osmo-python jobs
failed. Those are essential for our CI and test infrastructure so we
should look into related failures right away.
Change-Id: I0d51e35424a26eab7d38152e13f3ac6fd3f3997c
Related: OS#2821
-----------------------------------------------------------------------
Summary of changes:
jobs/update-osmo-ci-on-slaves.yml | 4 ++++
jobs/update-osmo-python-on-slaves.yml | 2 ++
2 files changed, 6 insertions(+)
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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via 25ae933b47ee32ad0bf0d81f76242d2384e337f2 (commit)
via 38b2cb60befdd7d800f2b1f20da3a475ba27ef8e (commit)
from d25d93cf9e9b870e9e1440d9aaa7c9239fda56b6 (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=25ae933b47ee32ad0bf0d81f76242d2384e…
commit 25ae933b47ee32ad0bf0d81f76242d2384e337f2
Author: Max <ikj1234i(a)yahoo.com>
Date: Mon Jan 8 11:30:15 2018 -0500
possible fixes for two bugs in trunked WAV file logger
http://cgit.osmocom.org/op25/commit/?id=38b2cb60befdd7d800f2b1f20da3a475ba2…
commit 38b2cb60befdd7d800f2b1f20da3a475ba27ef8e
Author: Max <ikj1234i(a)yahoo.com>
Date: Mon Jan 8 11:09:10 2018 -0500
partial workaround for excess cpu usage
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/apps/trunking.py | 5 +++--
op25/gr-op25_repeater/lib/p25_frame_assembler_impl.cc | 1 +
2 files changed, 4 insertions(+), 2 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via ef8cdfbacb40dffc78ee7ffde146d4eeceb63caf (commit)
from f28b660666e56b4f803ab97983b60615fb5e63ae (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-bts/commit/?id=ef8cdfbacb40dffc78ee7ffde146d4e…
commit ef8cdfbacb40dffc78ee7ffde146d4eeceb63caf
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Jan 7 19:09:07 2018 +0100
oml.c: Fix use of htons instead of ntohs
In oml_ipa_mo_set_attr_cell, as well as we do in other set functions in
the same file, we want to store a parsed value from a TLV received on
the network into a host local structure. We hence need to use ntohs
instead of htons.
Change-Id: Icbf65f8a4b871b0fa2e84ad6cd2188d4e34f704b
-----------------------------------------------------------------------
Summary of changes:
src/common/oml.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 layer for OpenEmbedded".
The branch, laforge/nightly has been updated
discards 5c7e17344e228b7e51571058410bdd563a3fec45 (commit)
discards be719a5cafb395575df9890093ef08c967d8621d (commit)
via 60a6693cb87f827d8679c649805f065eba3a0cbf (commit)
via e16a374028d06f1b4b3959c121ab7dce3f5e8847 (commit)
via 4f8e0025097865f75c484fa15dcb19df8fef5bd2 (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 (5c7e17344e228b7e51571058410bdd563a3fec45)
\
N -- N -- N (60a6693cb87f827d8679c649805f065eba3a0cbf)
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/meta-telephony/commit/?id=60a6693cb87f827d8679c6498…
commit 60a6693cb87f827d8679c649805f065eba3a0cbf
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Dec 18 19:12:33 2017 +0100
osmo-sgsn: no longer depend on libpcap
Since osmo-sgsn a801fba4d32825da044c3c713043e9e919a09fc6 the libcap
dependency is removed.
Change-Id: I284c16c1f7abd3b24525b824baca357576f16675
http://cgit.osmocom.org/meta-telephony/commit/?id=e16a374028d06f1b4b3959c12…
commit e16a374028d06f1b4b3959c121ab7dce3f5e8847
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jun 23 08:51:51 2016 +0200
set up osmocom recipes with AUTOREV to track git master
This is for the upcoming nightly builds, where all our osmo*
recipes are going to track current master of their respective
upstream git repository.
Change-Id: Idda98bdfa07c16aee1955fa63373b358bb754c90
-----------------------------------------------------------------------
Summary of changes:
recipes-osmocom/meta/meta-toolchain-osmo.bb | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
hooks/post-receive
--
Osmocom layer for OpenEmbedded
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 layer for OpenEmbedded".
The branch, 201705 has been updated
via 4f8e0025097865f75c484fa15dcb19df8fef5bd2 (commit)
from ef42f48f4eb6357c5ea01bb770a6dfb7e38e0c6a (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/meta-telephony/commit/?id=4f8e0025097865f75c484fa15…
commit 4f8e0025097865f75c484fa15dcb19df8fef5bd2
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 8 11:55:25 2018 +0100
meta-toolchain-osmo: Create valid symlink independent of poky version
Some automated jenkins jobs may want to download latest generated SDK
built nightly with latest poky version. As the SDK filename depends on
the poky version, if the poky version is bumped (eg. 2.3.1->2.3.2) then
the jenkins job may not be able to find the SDK file anymore. Let's
create a symlink which doesn't depend on poky version to let those jobs
easily download latest SDK no matter the poky version used.
Change-Id: I039fac5ca9cd41812225f0982ccc9289f11c6f1a
-----------------------------------------------------------------------
Summary of changes:
recipes-osmocom/meta/meta-toolchain-osmo.bb | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
hooks/post-receive
--
Osmocom layer for OpenEmbedded
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 e29ec85375f004e63c650e69a9fe5910b15a00eb (commit)
from f1ad60e4d861d5ff462a8d7ab481ad082360f346 (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=e29ec85375f004e63c650e69a9fe…
commit e29ec85375f004e63c650e69a9fe5910b15a00eb
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 5 14:30:22 2018 +0100
Use existing function for TLLI encoding
Use bssgp_msgb_tlli_put() instead of copy-pasted code.
Change-Id: I06d60566a19dcae701f8648c19fbd8db6d586f77
-----------------------------------------------------------------------
Summary of changes:
src/gb/gprs_bssgp.c | 16 ++++------------
src/gb/gprs_bssgp_bss.c | 4 +---
tests/gb/gprs_bssgp_test.c | 8 ++++----
3 files changed, 9 insertions(+), 19 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via f1ad60e4d861d5ff462a8d7ab481ad082360f346 (commit)
from e1a511b0319bc2d8fc271aaee52d3a8ce2acf1e1 (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=f1ad60e4d861d5ff462a8d7ab481…
commit f1ad60e4d861d5ff462a8d7ab481ad082360f346
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 5 14:19:33 2018 +0100
Add function to properly encode RAI
Add gsm48_encode_ra() which takes appropriate struct as [out] parameter
instead of generic buffer. Using uint8_t buffer instead of proper struct
type prooved to be error-prone - see Coverity CID57877, CID57876.
Old gsm48_construct_ra() is made into tiny wrapper around new
function. The test output is adjusted because of the change in function
return value which was constant and hence ignored anyway.
Related: OS#1640
Change-Id: I31f9605277f4945f207c2c44ff82e62399f8db74
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gprs/gprs_bssgp_bss.h | 1 +
include/osmocom/gsm/gsm48.h | 1 +
src/gb/gprs_bssgp.c | 29 ++++++++++---------------
src/gb/gprs_bssgp_bss.c | 18 ++++++++-------
src/gb/libosmogb.map | 1 +
src/gsm/gsm48.c | 41 ++++++++++++++++++-----------------
src/gsm/libosmogsm.map | 1 +
tests/gsm0408/gsm0408_test.c | 9 ++++----
tests/gsm0408/gsm0408_test.ok | 4 ++--
9 files changed, 52 insertions(+), 53 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 "SCCP Library".
The branch, master has been updated
via 8254cf4f2a66fab40a31c1bdccfff13947ff6592 (commit)
from 16676cf05ac666229f766e01aa69264e1457624d (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=8254cf4f2a66fab40a31c1bdccf…
commit 8254cf4f2a66fab40a31c1bdccfff13947ff6592
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Dec 25 00:45:24 2017 +0100
error log: sccp_scoc.c: log failure to create/resolve conn_id
Tweak the FIXMEs to clarify that we're lacking a reply to the SCCP user besides
log output.
Change-Id: Ib235ff8e264aaf0c2e9794f464a3ba7b54816f3d
-----------------------------------------------------------------------
Summary of changes:
src/sccp_scoc.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via f28b660666e56b4f803ab97983b60615fb5e63ae (commit)
from 1adfc52a72d5546d08d2acaa2a825ae0ff6cef14 (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-bts/commit/?id=f28b660666e56b4f803ab97983b6061…
commit f28b660666e56b4f803ab97983b60615fb5e63ae
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 8 13:48:01 2018 +0100
Print FN delta on L1 errors
Change-Id: Ieb99c970eafb25b504c2b85221fb12d5a3c39789
-----------------------------------------------------------------------
Summary of changes:
src/common/l1sap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 99f1c4714c4cece9e0cd0123d0562e1582282496 (commit)
from 2f266e0cec10e32db8781a8fb788b0432c33d6d9 (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/python/osmo-python-tests/commit/?id=99f1c4714c4cece…
commit 99f1c4714c4cece9e0cd0123d0562e1582282496
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 8 12:09:20 2018 +0100
Remove osmotestvty.py from python 3 installation
This script is actually not python 3 compatible yet despite passing
current tests. Let's not install it for python 3 until we can figure out
a way to catch this incompatibility with test code.
Change-Id: Ief11b75acc973dc7aeaac9c2298a21dc5390efe4
Related: OS#2821
-----------------------------------------------------------------------
Summary of changes:
osmopy/__init__.py | 2 +-
setup.py | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT