pysim/pySim
herlesupreeth bdf3d3597b utils.py: Fix for parsing MNC
This commit fixes the incorrect parsing of MNC from PLMN.
Previously its was parsing PLMN string 130062 as MCC 310 MNC 260,
whereas it should be MCC 310 MNC 026.

(The SIM was programmed with MCC 310 and MNC 026)

Change-Id: I799469206f87e930d8888367890babcb8ebe23a9
2021-02-11 07:02:50 +01:00
..
transport Lint fixes: false -> False, missing imports, Index list, not map iter 2020-10-19 10:35:11 +02:00
__init__.py cosmetic: missing newlines on last line of 2 files 2017-03-21 13:07:57 +01:00
card_handler.py Fix invocation python2 -> python3 2020-10-19 10:32:34 +02:00
cards.py pySim-read.py: Enable reading of UICC IARI from ISIM 2021-01-05 15:59:38 +01:00
commands.py Remove unnecessary semicolon 2020-10-19 10:34:31 +02:00
exceptions.py python3 conversion: Use python 2 and 3 compatible exceptions 2019-09-28 12:45:31 +00:00
ts_31_102.py Add new line 2020-09-16 20:31:28 +02:00
ts_31_103.py Update ISIM IST table as per the 3GPP TS 31.103 specification V15.6.0 2021-01-05 11:46:41 +01:00
ts_51_011.py pySim-read.py: decode contents of EF.AD (Administrative data) 2020-09-20 06:58:36 +00:00
utils.py utils.py: Fix for parsing MNC 2021-02-11 07:02:50 +01:00
utils_test.py Use generic function hexstr_to_Nbytearr to convert hex string to 3/5 Bytes array 2020-09-20 09:49:22 +00:00