Attention is currently required from: Bjoern Riemer. fixeria 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 1: Code-Review-1
(2 comments)
File pySim/ts_51_011.py:
https://gerrit.osmocom.org/c/pysim/+/26959/comment/6f929f4f_d99beccc PS1, Line 485: string There is no such type in Python, should be 'str' instead.
https://gerrit.osmocom.org/c/pysim/+/26959/comment/679e39f7_c3b50569 PS1, Line 488: if len(plmn) == 5: If I am not mistaken, it can also be 6 in case of 3-digit MNC.