Attention is currently required from: dexter, fixeria.
Patch set 7:Code-Review +1
1 comment:
File pySim-shell.py:
Patch Set #4, Line 968: choices=range(1,4),
Yes, range(1,4) excludes the 4 (i find that a bit confusing, bit it seems to be some half open inter […]
sysmocom cards only support basic logical channels, while pySim contains (untested) support for extended logical channels. The ATR tells us about the support:
```
ATR: 3B 9F 96 80 1F 87 80 31 E0 73 FE 21 1B 67 4A 35 75 30 35 02 51 CC
...
Command chaining, length fields and logical channels: 1B
- Logical channel number assignment: by the interface device and card
- Maximum number of logical channels: 4
```
To view, visit change 37839. To unsubscribe, or for help writing mail filters, visit settings.