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, fairwaves/sim-split has been created
at e6d4faa6f5abe736bac1a6f3d0cdb7ea848503f0 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/pysim/commit/?id=e6d4faa6f5abe736bac1a6f3d0cdb7ea84…
commit e6d4faa6f5abe736bac1a6f3d0cdb7ea848503f0
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Thu Jan 11 13:27:08 2018 +0900
Checking in pySim-fairwaves-prog.py utility.
This utility is an example utility for programming Fairwaves SIM cards.
The original pySim-prog.py utility is already bloated with features
and is difficult to modify so we decided to create a leaner and easier to
maintain and modify version.
Change-Id: I9f58e1b45d1785d59cef161eab1388332a97936b
http://cgit.osmocom.org/pysim/commit/?id=19fffa1db760cca15a2689695f3cc14be1…
commit 19fffa1db760cca15a2689695f3cc14be1933513
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Thu Jan 11 13:06:43 2018 +0900
Make derive_milenage_opc and calculate_luhn publicly available through utils.py
Change-Id: I2effc85fd55da0981de0ada74dcb28b7e8e56a01
http://cgit.osmocom.org/pysim/commit/?id=e0d9d88cd57a50b30787a388b1fd56562b…
commit e0d9d88cd57a50b30787a388b1fd56562b078554
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Jan 10 14:18:32 2018 +0900
cards: Add Fairwaves SIM implementation.
Change-Id: Ia10ac433d3b0482bdf727c31f65a10042152797b
http://cgit.osmocom.org/pysim/commit/?id=8ad124a0b8e895fc3159bb49d73b981fb9…
commit 8ad124a0b8e895fc3159bb49d73b981fb9acc2fe
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Jan 10 14:17:55 2018 +0900
cards: Implement card type autodetection based on ATR.
Change-Id: I1099a96626c0ce74243b47a8fdfa25b0d76a1ef3
http://cgit.osmocom.org/pysim/commit/?id=47c73abd041d8dd7dabe237fb1d4c49e02…
commit 47c73abd041d8dd7dabe237fb1d4c49e028f42c0
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Jan 10 14:10:17 2018 +0900
pySim-prog: Replace magic numbers with a readable EF file name.
Change-Id: Ibda7d5a4132971e884f6d760baf20cd33025a2af
http://cgit.osmocom.org/pysim/commit/?id=a51592e1807c1d13f88b32275aa4a8a77d…
commit a51592e1807c1d13f88b32275aa4a8a77d7d3b40
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Jan 10 14:07:30 2018 +0900
pySim-prog: ADM code can be longer 8 digits, it's implementation specific.
E.g. Fairwaves SIM cards have longer ADM codes.
Change-Id: I87d61764eeba4bcf7525ee4778cb8f244930db9b
http://cgit.osmocom.org/pysim/commit/?id=eb6807d3cbff34b79ad14c83f5b72507e1…
commit eb6807d3cbff34b79ad14c83f5b72507e13f46d4
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Jul 18 17:04:38 2017 +0300
cards: Extend Card class with access functions for some of the standard EF files.
Change-Id: Icb7227fa7ebc837fccab456cbfad529f6ee81a28
http://cgit.osmocom.org/pysim/commit/?id=d2d660a935b93e59769cdfdb7b2201a8c5…
commit d2d660a935b93e59769cdfdb7b2201a8c502e44e
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Jul 18 16:52:25 2017 +0300
Add methods to get ATR for a card or a link.
Implemented for both serial and PCSC readers.
Change-Id: Ic12e4b115d24a8b7e483a5603dd6cec90ad289cc
http://cgit.osmocom.org/pysim/commit/?id=dddbf525da1660b115d0b79f8209355fed…
commit dddbf525da1660b115d0b79f8209355fed7f5411
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Jul 18 16:49:59 2017 +0300
utils: Fix documentation. 3+3=6 digits equals 3 bytes, not 6
Change-Id: I2722d788a69976e1c64a9caf6cf3049af27f9a30
http://cgit.osmocom.org/pysim/commit/?id=a5f0ea6979231dad97bfe357fdc9eb1cba…
commit a5f0ea6979231dad97bfe357fdc9eb1cbaa2b511
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Jul 18 16:48:47 2017 +0300
utils: Functions to encode/decode EF SPN.
According to TS 51 011.
Change-Id: Ida184bc5c81cc8c228b8981b703f77d017e53334
http://cgit.osmocom.org/pysim/commit/?id=067f69cade29f08272d2b863986da57f3a…
commit 067f69cade29f08272d2b863986da57f3a186fa6
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Jul 18 16:44:26 2017 +0300
ts_51_011: A file with MF/DF/EF constants from TS 51 011
pySim has been using magic numbers to access various files which makes it hard
to read, maintain and extend. With this file in place we can start replacing all
those magic numbers with human readable names lile EF['IMSI'] instead of
['3F00', '7F20', '6F07'].
Change-Id: I38f5d36d16b41b5d516a6a3e2ec1d09637883932
http://cgit.osmocom.org/pysim/commit/?id=d17ca3ddd83cd8639d27aaf0c88b1ce616…
commit d17ca3ddd83cd8639d27aaf0c88b1ce616cfc0b6
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Jul 18 16:40:58 2017 +0300
Fix comment: Ki -> OPC
Change-Id: I566cf7bc658c730b4381c0f145bfc4f805cca42a
-----------------------------------------------------------------------
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 5df57cb84c83546a7c23135845deb8bf615819c1 (commit)
from ef8cdfbacb40dffc78ee7ffde146d4eeceb63caf (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=5df57cb84c83546a7c23135845deb8b…
commit 5df57cb84c83546a7c23135845deb8bf615819c1
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Jan 9 14:07:53 2018 +0100
meas_test: fix header file references
The unittest module meas_test.c contains a lot of unused header
files as the result of a cut and paste error made earlier. Also
the reference to stdio.h is missing.
remove all header file references that are not needed.
add missing header reference to stdio.h
Change-Id: I167be096ed25a86b1114de1ada955822a0b42856
-----------------------------------------------------------------------
Summary of changes:
tests/meas/meas_test.c | 27 +--------------------------
1 file changed, 1 insertion(+), 26 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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via caf2abc58fb72da9ec25cbf141e642268816f08f (commit)
via de1685f6d7f169225bba4d1dd5fd767c5ff93b82 (commit)
via f3837d26f9856e3989c2916c8f64a030f050c001 (commit)
via ddf4743306fe431110cfd2370227183202dac441 (commit)
via 82f83ced736b17c11f906a788895f906b42b1baa (commit)
from cff4ed9b4c88db5e1698de5b9508d6a6682a8a26 (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=caf2abc58fb72da9ec25cbf141e6422…
commit caf2abc58fb72da9ec25cbf141e642268816f08f
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Jan 9 15:09:08 2018 +0100
Remove Configuration module and libsqlite dependency
Change-Id: I823aea91367d586507bbf352f1b6f25bdd635baa
http://cgit.osmocom.org/osmo-trx/commit/?id=de1685f6d7f169225bba4d1dd5fd767…
commit de1685f6d7f169225bba4d1dd5fd767c5ff93b82
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Jan 9 15:00:11 2018 +0100
Drop use of ConfigurationTable gConfig
After latest changes, it is not being used anymore.
Change-Id: I43a49aee94e3239194ad9742fb6374324acac0de
http://cgit.osmocom.org/osmo-trx/commit/?id=f3837d26f9856e3989c2916c8f64a03…
commit f3837d26f9856e3989c2916c8f64a030f050c001
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Jan 9 14:49:33 2018 +0100
Logger: Stop using Log.File and Log.Level from config
This is a required step towards getting rid of ConfigurationTable class
and libsqlite dependency.
As a side effect, support for different log levels for different files
is dropped, but it's not something really being used and we will end up
dropping current logging system in favour of osmocom's one in the future
anyway.
Change-Id: I51cb12d1ab7e103e78190ac71a70fb5bb1d9ff51
http://cgit.osmocom.org/osmo-trx/commit/?id=ddf4743306fe431110cfd2370227183…
commit ddf4743306fe431110cfd2370227183202dac441
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Jan 9 13:25:38 2018 +0100
Logger: Stop using Log.Alarms.Max from config
This is a first step towards removing ConfigurationTable class and
sqlite3 dependency.
Change-Id: Idcd789afe668a5c0271352f1d20d2efda826213a
http://cgit.osmocom.org/osmo-trx/commit/?id=82f83ced736b17c11f906a788895f90…
commit 82f83ced736b17c11f906a788895f906b42b1baa
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Jan 9 15:09:31 2018 +0100
cosmetic: Remove trailing whitespace
Change-Id: I64c8dbad3fc42bcb8dd4ac9b16bbd9c59a0cf5d5
-----------------------------------------------------------------------
Summary of changes:
AUTHORS | 4 -
CommonLibs/Configuration.cpp | 1171 --------------------------------------
CommonLibs/Configuration.h | 422 --------------
CommonLibs/ConfigurationTest.cpp | 149 -----
CommonLibs/LogTest.cpp | 7 -
CommonLibs/Logger.cpp | 111 +---
CommonLibs/Logger.h | 8 +-
CommonLibs/Makefile.am | 24 +-
CommonLibs/sqlite3util.cpp | 154 -----
CommonLibs/sqlite3util.h | 29 -
Makefile.am | 2 +-
Transceiver52M/Makefile.am | 6 +-
Transceiver52M/osmo-trx.cpp | 3 -
configure.ac | 5 +-
debian/control | 1 -
debian/copyright | 14 -
16 files changed, 31 insertions(+), 2079 deletions(-)
delete mode 100644 CommonLibs/Configuration.cpp
delete mode 100644 CommonLibs/Configuration.h
delete mode 100644 CommonLibs/ConfigurationTest.cpp
delete mode 100644 CommonLibs/sqlite3util.cpp
delete mode 100644 CommonLibs/sqlite3util.h
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 "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