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 59541b28a9b2684544e95afaaa9adf0681aa24ef (commit)
discards 6105d072b0dabca35186b90a4542e7758ead41c6 (commit)
discards cb9bd23451a3813ab1f71c4f26c94028691110d8 (commit)
discards 30be97b205df244cdee001e2ba6101aa8ae22f30 (commit)
via 8983bc45b31adaaae68532df4b2575883f5454cb (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 (59541b28a9b2684544e95afaaa9adf0681aa24ef)
\
N -- N -- N (8983bc45b31adaaae68532df4b2575883f5454cb)
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=8983bc45b31adaaae68532df4b2575883f…
commit 8983bc45b31adaaae68532df4b2575883f5454cb
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/card.py | 1 -
sysmo-sim-tool/simcard.py | 71 +++++++++++++++----
sysmo-sim-tool/sysmo-usim-tool.sjs1.py | 74 +++++++++++++++++++
sysmo-sim-tool/sysmo_usimsjs1.py | 126 +++++++++++++++++++++++----------
sysmo-sim-tool/testme.py | 66 ++++++++++++++++-
sysmo-sim-tool/utils.py | 9 +++
6 files changed, 295 insertions(+), 52 deletions(-)
create mode 100755 sysmo-sim-tool/sysmo-usim-tool.sjs1.py
hooks/post-receive
--
A python tool to program magic SIMs