Attention is currently required from: fixeria. bjoern has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/26959 )
Change subject: implement shell command to update PLMN in IMSI ......................................................................
Patch Set 2:
(3 comments)
Patchset:
PS2: fixed both issues in the patchset2
File pySim/ts_51_011.py:
https://gerrit.osmocom.org/c/pysim/+/26959/comment/1323d9b3_19ce9c84 PS1, Line 485: string
There is no such type in Python, should be 'str' instead.
Done
https://gerrit.osmocom.org/c/pysim/+/26959/comment/0f6a7d24_45406566 PS1, Line 488: if len(plmn) == 5:
If I am not mistaken, it can also be 6 in case of 3-digit MNC.
Ack