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 cd5a6e419e945a1cd9b56f5df705d383a3b69b4c (commit)
from 34d2ca5bc8ccb61bb263c05d16fe7bf53a27dae2 (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=cd5a6e419e945a1…
commit cd5a6e419e945a1cd9b56f5df705d383a3b69b4c
Author: Max <msuraev(a)sysmocom.de>
Date: Sun Jan 14 18:27:31 2018 +0100
Fix absolute import issue in py3
As of 577f2a95e4f01c58a0a4f4ccb3b70d9c048b626e in osmo-ci, the
contrib/jenkins.sh isused forinstallation. This causes the issue with
python3 because test coded use absolute import by default.
Fix this by adding relative path and import from ../osmopy to make
sure test code uses the current module and not the one which might be
already installed in the system.
Change-Id: I8ac3c0d45fb2e1d18646048703ac405be1c7e539
-----------------------------------------------------------------------
Summary of changes:
osmopy/__init__.py | 2 +-
tests/test_py3.py | 7 ++++++-
2 files changed, 7 insertions(+), 2 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 7d5bfdd722febea5412cf057ef86799e7fdee257 (commit)
via 02ec80b3cd2e6f502fd95bc7b471b1b8109d4743 (commit)
via 7546e94852648084bc4c2c9a41780b0ecb96576a (commit)
from 69350b67e6e92831efa237f73221b57146a4aa38 (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=7d5bfdd722febea5412cf057ef86799e…
commit 7d5bfdd722febea5412cf057ef86799e7fdee257
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 15 09:36:12 2018 +0100
gerrit-verifications.yml: Build osmo-trx with different optimization instruction sets enabled
Change-Id: I1d73165a397d98d8fb630f7adec45f00887c139a
http://cgit.osmocom.org/osmo-ci/commit/?id=02ec80b3cd2e6f502fd95bc7b471b1b8…
commit 02ec80b3cd2e6f502fd95bc7b471b1b8109d4743
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 8 19:04:57 2018 +0100
master-builds.yml: Build osmo-trx with different optimization instruction sets enabled
Change-Id: I651e182dfd62ef4b88d013d8b5960ce7e3562ecf
http://cgit.osmocom.org/osmo-ci/commit/?id=7546e94852648084bc4c2c9a41780b0e…
commit 7546e94852648084bc4c2c9a41780b0ecb96576a
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 15 09:50:37 2018 +0100
master-builds.yml: osmo-sgsn: Remove duplicated concurrent attribute
Change-Id: I32938d4c1854ce65faa718eccaecb5e3143dbcd0
-----------------------------------------------------------------------
Summary of changes:
jobs/gerrit-verifications.yml | 3 +++
jobs/master-builds.yml | 4 +++-
2 files changed, 6 insertions(+), 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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 28ce315a3225188211c2ed52844716f88093035e (commit)
via 10d76b6863cb2168cc5607fd70b191216acc851c (commit)
via 708b8b44aeb8c0e57b8defb3007aef432f2e2b45 (commit)
via cb0fc9b21ad0aea667f14c17d339e2e1a3177a3d (commit)
from 8639fee50452ac51c9963e7cb51e82989efbb5f1 (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-trx/commit/?id=28ce315a3225188211c2ed52844716f…
commit 28ce315a3225188211c2ed52844716f88093035e
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 15 11:46:26 2018 +0100
tests: TimevalTest: refactor and avoid double comparison
Before this patch, the experession assert(then_secondws==then.seconds())
was failing in x86 architecture (and passing when adding a fprintf to
debug it). Avoid comparing the double values with == as that's usually a
bad idea, since the processor can output slightly different results for
the same operation depending on how it is optimized. Use timespec()
instead to check the invariant. Take the chance to refactor some
variables around to make the test easier to read.
Change-Id: Id4324be8ece86d371b1acb46bbd97856dfed241d
http://cgit.osmocom.org/osmo-trx/commit/?id=10d76b6863cb2168cc5607fd70b1912…
commit 10d76b6863cb2168cc5607fd70b191216acc851c
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 15 10:43:31 2018 +0100
tests: SocketsTest: Fail test on write fail
Change-Id: Ib6b778a2225339ebd2eaa80b3fca6ee8d8646b23
http://cgit.osmocom.org/osmo-trx/commit/?id=708b8b44aeb8c0e57b8defb3007aef4…
commit 708b8b44aeb8c0e57b8defb3007aef432f2e2b45
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 15 10:06:32 2018 +0100
tests: SocketsTest: Avoid hang forever if test fails
Change-Id: Ia95e216a2ab6d397ab02c828b70f2b95d1671257
http://cgit.osmocom.org/osmo-trx/commit/?id=cb0fc9b21ad0aea667f14c17d339e2e…
commit cb0fc9b21ad0aea667f14c17d339e2e1a3177a3d
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 15 10:29:20 2018 +0100
tests: SocketTests: Pick OS-assigned instead of setting one manually
This fixes failures if the port is already being taken by other apps or
if this test is run several times concurrently in the same system.
Change-Id: Iea213375e489a56cf8ed3e47fe814e17c288803e
-----------------------------------------------------------------------
Summary of changes:
tests/CommonLibs/SocketsTest.cpp | 41 ++++++++++++++++++++++++++++++----------
tests/CommonLibs/TimevalTest.cpp | 24 ++++++++++++++---------
2 files changed, 46 insertions(+), 19 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 "GSM Audio Pocket Knife".
The branch, fixeria/lib has been updated
via 6f34c8f3017629ea4865543e901b61ac893e0356 (commit)
via 2254861efb0216b55d04926b339220ecf9e31aa5 (commit)
from f59f3f1ba8bc1cdf7c406867e3611f810ddc28c7 (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/gapk/commit/?id=6f34c8f3017629ea4865543e901b61ac893…
commit 6f34c8f3017629ea4865543e901b61ac893e0356
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jan 15 00:25:44 2018 +0600
procqueue: introduce and use shared cat_name definitions
Let's use the common string representation for item category
names, defined in the shared header, instead of defining
them in every file.
Change-Id: Ie0c449d77fa383cad27f67b8ce902bd071342dbb
http://cgit.osmocom.org/gapk/commit/?id=2254861efb0216b55d04926b339220ecf9e…
commit 2254861efb0216b55d04926b339220ecf9e31aa5
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Tue Jan 9 00:13:15 2018 +0600
pq_alsa.c: fix memory leak after pq_cb_alsa_exit()
Abusing the talloc hierarchical nature may cause some problems,
e.g. on embedded systems with emulated talloc API. Let's release
the memory allocated for a state explicitly.
Change-Id: Ie675a92b1e52a4886dc447af19f65ff5e12a4c40
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gapk/procqueue.h | 4 ++++
src/pq_alsa.c | 4 +++-
src/pq_file.c | 3 ++-
src/pq_rtp.c | 3 ++-
tests/io/pq_rtp_test.c | 4 ++--
tests/procqueue/pq_test.c | 12 +++++++-----
6 files changed, 20 insertions(+), 10 deletions(-)
hooks/post-receive
--
GSM Audio Pocket Knife
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 ee399ed96236fe5bceb5d520adc9023a09183bdf (commit)
from 25ae933b47ee32ad0bf0d81f76242d2384e337f2 (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=ee399ed96236fe5bceb5d520adc9023a091…
commit ee399ed96236fe5bceb5d520adc9023a09183bdf
Author: Max <ikj1234i(a)yahoo.com>
Date: Sun Jan 14 11:09:19 2018 -0500
multi_tx: 2 bugfixes
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/apps/tx/multi_tx.py | 5 +++--
1 file changed, 3 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via c0771d62c19a09608a570a433da5c0c9de6f4884 (commit)
from bb62cbc099fc5219a857a9738410d87d994fea89 (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=c0771d62c19a09608a570a433da5…
commit c0771d62c19a09608a570a433da5c0c9de6f4884
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jan 10 23:42:19 2018 +0600
ussd_test.c: fix rc / len debug output confusion
Both len and rc values were swapped in the test output.
Change-Id: Iebd82531c6ced5d16b15dad4ff4ce654c82db309
-----------------------------------------------------------------------
Summary of changes:
tests/ussd/ussd_test.c | 4 +-
tests/ussd/ussd_test.ok | 100 ++++++++++++++++++++++++------------------------
2 files changed, 52 insertions(+), 52 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 "A python tool to program magic SIMs".
The branch, master has been updated
via 19fffa1db760cca15a2689695f3cc14be1933513 (commit)
via e0d9d88cd57a50b30787a388b1fd56562b078554 (commit)
via 8ad124a0b8e895fc3159bb49d73b981fb9acc2fe (commit)
via 47c73abd041d8dd7dabe237fb1d4c49e028f42c0 (commit)
via a51592e1807c1d13f88b32275aa4a8a77d7d3b40 (commit)
via eb6807d3cbff34b79ad14c83f5b72507e13f46d4 (commit)
via d2d660a935b93e59769cdfdb7b2201a8c502e44e (commit)
from dddbf525da1660b115d0b79f8209355fed7f5411 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
pySim-prog.py | 29 +-----
pySim/cards.py | 239 ++++++++++++++++++++++++++++++++++++++++++++--
pySim/commands.py | 3 +
pySim/transport/pcsc.py | 3 +
pySim/transport/serial.py | 15 ++-
pySim/utils.py | 21 ++++
6 files changed, 278 insertions(+), 32 deletions(-)
hooks/post-receive
--
A python tool to program magic SIMs
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 "A python tool to program magic SIMs".
The branch, master has been updated
via dddbf525da1660b115d0b79f8209355fed7f5411 (commit)
via a5f0ea6979231dad97bfe357fdc9eb1cbaa2b511 (commit)
from 067f69cade29f08272d2b863986da57f3a186fa6 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
pySim/utils.py | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
hooks/post-receive
--
A python tool to program magic SIMs
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 "A python tool to program magic SIMs".
The branch, master has been updated
via 067f69cade29f08272d2b863986da57f3a186fa6 (commit)
from d17ca3ddd83cd8639d27aaf0c88b1ce616cfc0b6 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
pySim/ts_51_011.py | 251 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 251 insertions(+)
create mode 100644 pySim/ts_51_011.py
hooks/post-receive
--
A python tool to program magic SIMs
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 "A python tool to program magic SIMs".
The branch, master has been updated
via d17ca3ddd83cd8639d27aaf0c88b1ce616cfc0b6 (commit)
from 665bd22fc5ca24fa9e9b8fa8f5f176b8164b89d5 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
pySim-prog.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
A python tool to program magic SIMs