Attention is currently required from: laforge.
dexter has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/pysim/+/39225?usp=email )
Change subject: global_platform: fix usage of the Key Version Number (kvn) ......................................................................
Patch Set 4:
(1 comment)
File pySim/global_platform/scp.py:
https://gerrit.osmocom.org/c/pysim/+/39225/comment/252c4f8d_708203d2?usp=ema... : PS2, Line 230: kvn_ranges = [[0x00, 0x00], [0x01, 0x01], [0x20, 0x2f], [0x70, 0x70]]
the spec reference you indicated just talks about KVN / KID within the same SD. […]
Yes, GPC_SPE_034 does not talk about a specific SCP protocol in that location. I think you are right, the range that refers to KVN 0 is in the wrong location here. I have now moved the check to the SCP base class.