Skip to content
Success

Changes

Summary

  1. requirements: set cmd2>=2.6.2,<3.0 (details)
  2. docs: fix authors line exceeding the page (details)
  3. Make sure to select MF before probing for files/Addons (details)
  4. Identify cards by Historical bytes of ATR (details)
Commit 076fec267ae7d7ab40f05b8415a8bf8084184e16 by Oliver Smith
requirements: set cmd2>=2.6.2,<3.0

Remove the previous workaround that set cmd2==2.4.3 in jenkins.sh. The
bug this worked around has been fixed in 2.6.2.

3.0 will break unless we use some new additional decorator.

Related: OS#6776
Change-Id: I4ba65ed486247c5670313b75f43a242d264df14b
The file was modifiedcontrib/jenkins.sh
The file was modifiedrequirements.txt
Commit 10fe0e3aaeed857744819f487d1be7fbe270faf8 by Oliver Smith
docs: fix authors line exceeding the page

Fix that the authors get cut off as they exceed the page in the PDF
version. This can currently be seen here:
https://downloads.osmocom.org/docs/pysim/master/osmopysim-usermanual.pdf

Change-Id: Iacbba6c2f74bf2b9f96057e71bde017a11f703a8
The file was modifieddocs/conf.py
Commit 4dddcf932a28297963aab0ef15ba2fcc1485f3a2 by laforge
Make sure to select MF before probing for files/Addons

Change-Id: I685367c282f57a8856668a3172a9391a5bbcf2e2
The file was modifiedpySim/cards.py
The file was modifiedpySim/runtime.py
Commit caa955b3ac77d0cdb801a6ad143464dfd021d2cd by laforge
Identify cards by Historical bytes of ATR

- try to identify the CardModel by just comparing the Historical Bytes if matching by Whole ATR failed
- add decompose ATR code from pyscard-contrib

Related: OS#6837
Change-Id: Id7555e42290d232a0e0efc47e7d97575007d846f
The file was modifiedpySim/filesystem.py
The file was modifiedpySim/utils.py