Attention is currently required from: fixeria.
Patch set 4:Code-Review -1
3 comments:
File pySim/cdma_ruim.py:
Patch Set #4, Line 196: can be found on either classic GSM SIM or on UICC to support GSM-R
I am guessing you meant R-UIM here, not GSM-R? `-ETOOMANYRRRRR` ;)
Done
File pySim/filesystem.py:
Patch Set #3, Line 1310: for addon_cls in self.profile.addons:
this must not happen in the constructor, as pySim-trace also uses RuntimeState. […]
this actually is not true. the DummySimLink will return SW 9000 to all APDUs and hence all probes will be succesful. This means the pySim-trace will get all add-ons enabled, which is a good idea since we have no idea what kind of files etc. will appear in the trace.
File pySim/profile.py:
Patch Set #4, Line 194: probe
Right. […]
Done
To view, visit change 33699. To unsubscribe, or for help writing mail filters, visit settings.