Attention is currently required from: fixeria, laforge.
dexter has posted comments on this change by laforge. ( https://gerrit.osmocom.org/c/pysim/+/37925?usp=email )
Change subject: pySim-trace: pySim.apdu_source.stdin_hex ......................................................................
Patch Set 4: Code-Review+2 Verified+1
(1 comment)
Patchset:
PS4: I have re-tested this and it seems to work fine. The reason why 00a40004023f0000 did not generate any output at first was that it is a SELECT APDU and since pySim-trace does suppress those by default, no output was visible. This lead to some confusion.
With
./pySim-trace.py --no-suppress-select stdin-hex
I get the expected output. As far as I can see, everything looks good to me and we could merge this patch now.