aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-06-05pysim-testdata: add test data for sysmo-isim-sja5pmaier/sja5testPhilipp Maier2-0/+216
2023-06-03OTA: Fix padding of AES CMACHarald Welte1-2/+2
2023-06-03SJA5: Proper encode/decode of TUAK data in EF.USIM_AUTH_KEYHarald Welte1-3/+33
2023-06-03SJA5: Add TUAK + XOR-2G algorithm definitions for EF_[U]SIM_AUTH_KEYHarald Welte1-2/+2
2023-06-03SJA2: Implement DF.SYSTEM/EF.0348_KEY using constructHarald Welte2-13/+29
2023-06-03ts_31_102: EF_SUPI_NAI: Decode/Encode GLI+GCI as UTF-8 stringsHarald Welte1-2/+2
2023-06-03ts_31_102: Add decoder/encoder for DF.5GS/EF.Routing_IndicatorHarald Welte2-5/+12
2023-06-02modem_atcmd: raise ProtocolError instead of ReaderError on CME ERRORTobias Engel2-2/+3
2023-05-28setup.py: fix syntax errors (missing commas)Vadim Yanitskiy1-3/+3
2023-05-27cards: Add support for Gialer SIM cardsMatan Perelman1-1/+64
2023-05-27docs: add SUPI/SUCI usage exampleMerlin Chlosta3-2/+206
2023-05-25cards.py: support ATR-based detection of sysmoISIM-SJA5Harald Welte2-3/+61
2023-05-25ts_31_102: Add DF.SAIP supportHarald Welte1-0/+13
2023-05-25ts_31_102: Fix FID + SFI of EF.MCHPPLMNHarald Welte1-1/+1
2023-05-25ts_31_102: Fix FID of EF.OPL5G (it's 4F08 instead of 6F08)Harald Welte1-1/+1
2023-05-25ts_31_102: Fix EF.NIA FIDHarald Welte1-1/+1
2023-05-25ts_51_011: Fix EF.Phase FID (it's 6FAE, not 6FA3)Harald Welte1-1/+1
2023-05-25ts_51_011: Fix FID of EF.BCCHHarald Welte1-1/+1
2023-05-25ts_31_102: Extend from Rel16 to Rel17Harald Welte1-3/+293
2023-05-25ts_51_011: Add sst_service_[de]{activate,allocate} shell commandsHarald Welte2-0/+53
2023-05-24setup.py: add missing packages for pySim-trace.pyVadim Yanitskiy1-1/+1
2023-05-23contrib/jenkins.sh: print pylint version before running itVadim Yanitskiy1-0/+2
2023-05-23Fix pylint errorsOliver Smith1-1/+6
2023-05-17README.md: add missing pycryptodome to dependency listPhilipp Maier1-0/+1
2023-05-17setup: add missing pyyaml to setup.py and README.mdPhilipp Maier1-0/+1
2023-05-17requirements.txt: allow cmd2 versions greater than 1.5Philipp Maier3-3/+3
2023-05-17pySim-shell: fix compatibility problem with cmd2 >= 2.3.0 (bg)Harald Welte1-16/+27
2023-05-17pySim-shell: fix compatibility problem with cmd2 >= 2.0.0 (include_ipy)Harald Welte1-1/+6
2023-05-17pySim-shell: fix compatibility problem with cmd2 >= 2.0.0 (Settable)Harald Welte4-8/+20
2023-05-10Add very basic profile for R-UIM (CDMA) cardsVadim Yanitskiy4-5/+210
2023-05-10ts_51_011: fix EF_ServiceTable: use self for static methodVadim Yanitskiy1-4/+2
2023-05-05setup.py: add missing pySim-trace.py' to scripts[]Vadim Yanitskiy1-1/+2
2023-04-18filesystem: define more convenient codec for EF.ACCVadim Yanitskiy1-2/+14
2023-04-14pySim-prog.py: fix SyntaxWarning: using is with a literalVadim Yanitskiy1-2/+2
2023-03-27pySim-shell: add cardinfo commandPhilipp Maier1-0/+11
2023-03-22pySim-shell.py: add a command for RUN GSM ALGORITHMHarald Welte1-0/+16
2023-03-22SimCardCommands.run_gsm(): use send_apdu_checksw()Vadim Yanitskiy1-1/+1
2023-03-22fix SimCardCommands.run_gsm(): always use CLA=0xa0Vadim Yanitskiy1-1/+1
2023-03-20gitignore: add manuals related filesOliver Smith1-0/+3
2023-03-20docs/Makefile: don't forward shrink to sphinxOliver Smith1-1/+3
2023-03-09ts_102_222: Implement support for RESIZE FILE for an EFHarald Welte3-0/+32
2023-03-07docs: change upload path for html docsOliver Smith1-1/+16
2023-02-23docs: Document the file-specific commands for ADF.USIM/EF.ESTHarald Welte1-0/+8
2023-02-2331.102: EF.EST enables/disables services; name commands accordinglyHarald Welte1-4/+4
2023-02-23docs: Add reference for various commandsHarald Welte1-0/+112
2023-02-10cards: sysmo-isim-sja2: make sure an ADF is present in EF.DIR before selectin...Philipp Maier1-7/+18
2023-02-01filesystem: add unit tests for encoder/decoder methodsHarald Welte7-13/+523
2023-01-31ts_51_011: Fix decoding/encoding of EF_LOCIGPRSHarald Welte1-1/+2
2023-01-31Assume first record number if caller specifies noneHarald Welte1-1/+1
2023-01-31ts_31_102: Fix several bugs in EF_ECC encoderHarald Welte1-3/+6