Skip to content
Success

#616 (Jun 4, 2026, 12:43:02 AM)

Started 7 hr 41 min ago
Took 7 min 49 sec on simtester

Started by timer

This run spent:

  • 1.1 sec waiting;
  • 7 min 49 sec build duration;
  • 7 min 50 sec total from scheduled to completion.
Revision: 9ddd235a2c54b989e0627552e14f98c484cbbedd
Repository: https://gerrit.osmocom.org/pysim
  • origin/master
unittests: add testcases for decode_select_response

A CardProfile class usually contains a static method decode_select_response.
Unfortunately those methods have no unit-test coverage yet. Let's add unit
tests for the decoders in CardProfileSIM and CardProfileUICC.

Related: OS#7018
Change-Id: Id2b5e005d7ad30d56c5c936e612600213620a0ed
laforge at
pySim/ts_51_011: rewrite comment for better understanding

The comment reads like that we were applying TS 102.221 here, but we only
mean our internal decoding format. The spec that actually matters here is
TS 51.011. Let's rephrase the comment so that this becomes more clear.

Related: OS#7018
Change-Id: Ie0184eea25f4d9f4baf9ab137c53a926edba2bf8
laforge at