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, pmaier/sim has been updated
discards 5b115f2e79095f437d784142cfcdc68c7689deb3 (commit)
via 530b90ed9ff9a96eb3b99d92703a272eb1ca1507 (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 (5b115f2e79095f437d784142cfcdc68c7689deb3)
\
N -- N -- N (530b90ed9ff9a96eb3b99d92703a272eb1ca1507)
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/pysim/commit/?id=530b90ed9ff9a96eb3b99d92703a272eb1…
commit 530b90ed9ff9a96eb3b99d92703a272eb1ca1507
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Feb 10 16:10:57 2017 +0100
sysmo-usim-tool: Add a tool for sysmosom specific tasks
This commit adds a tool that is intended to be used with sysmo-usim
only if some of the highly propritary parameters, which the regular
pysim can not handle, need to be configured.
-----------------------------------------------------------------------
Summary of changes:
sysmo-sim-tool/sysmo-usim-tool.sjs1.py | 107 ---------------
{sysmo-sim-tool => sysmo-usim-tool}/card.py | 0
{sysmo-sim-tool => sysmo-usim-tool}/simcard.py | 0
sysmo-usim-tool/sysmo-usim-tool.sjs1.py | 148 +++++++++++++++++++++
.../sysmo_usimsjs1.py | 39 ++++--
{sysmo-sim-tool => sysmo-usim-tool}/utils.py | 16 ++-
6 files changed, 186 insertions(+), 124 deletions(-)
delete mode 100755 sysmo-sim-tool/sysmo-usim-tool.sjs1.py
rename {sysmo-sim-tool => sysmo-usim-tool}/card.py (100%)
rename {sysmo-sim-tool => sysmo-usim-tool}/simcard.py (100%)
create mode 100755 sysmo-usim-tool/sysmo-usim-tool.sjs1.py
rename {sysmo-sim-tool => sysmo-usim-tool}/sysmo_usimsjs1.py (91%)
rename {sysmo-sim-tool => sysmo-usim-tool}/utils.py (50%)
hooks/post-receive
--
A python tool to program magic SIMs