Commit Graph

  • 35dfe826c0 ts_31_103: Use EF_SMS, EF_SMSS, EF_SMSR, EF_SMSP from ts_51_011 Harald Welte 2021-04-21 10:50:12 +02:00
  • 3990ebb810 ts_31_102: Define DF_WLAN, DF_ProSe and DF_HNB with their EFs Harald Welte 2021-04-20 23:55:14 +02:00
  • 2f831035ef ts_31_102: Extend DF_5GS to 3GPP 31.102 R16.6 Harald Welte 2021-04-20 23:54:53 +02:00
  • b46cb3ffa2 utils: fix encoding of EF.MSISDN Philipp Maier 2021-04-20 22:38:21 +02:00
  • 977035c429 filsystem.py: Add more information to exceptions Harald Welte 2021-04-21 11:01:26 +02:00
  • 8fe1d202c7 pySim-read: Migrate over to use shared argparse from transport Harald Welte 2021-04-11 12:31:40 +02:00
  • 28c2431f9c Move reader related argument parser to transport module Harald Welte 2021-04-11 12:19:36 +02:00
  • fe1fb037b5 filesystem: fix wrong helpstring for update_record_decoded Philipp Maier 2021-04-20 22:33:12 +02:00
  • 0adabf6161 filesystem: fix wrong comment Philipp Maier 2021-04-20 22:36:41 +02:00
  • 80ce71f58c pySim-shell: separate export summary with a headline Philipp Maier 2021-04-19 21:24:23 +02:00
  • 04be9d6033 pysim-testdata/sysmoISIM-SJA2: change card in test rig Philipp Maier 2021-04-21 12:13:54 +02:00
  • bba2bd4348 setup: add (nested) library pySim.transport Robert Falkenberg 2021-04-16 12:43:11 +02:00
  • 9d16fbca4a Use construct for EF_AD in pySim-{shell, prog, read}.py, cards.py Robert Falkenberg 2021-04-12 11:43:22 +02:00
  • c8ff026782 pySim-shell: Introduce logical grouping of arguments Harald Welte 2021-04-11 12:06:13 +02:00
  • f2e761ce20 pySim-shell: Migrate from optparse to argparse for the main() Harald Welte 2021-04-11 11:56:44 +02:00
  • e4759fd5cd contrib/jenkins.sh: Build and publish PDF manual Harald Welte 2021-04-11 10:58:30 +02:00
  • 348c195e97 rename manual to be consistent with osmo-gsm-manuals projects Harald Welte 2021-04-11 10:58:14 +02:00
  • c9cdce3e02 fix various typos all over the code Harald Welte 2021-04-11 10:28:28 +02:00
  • 790b2709bd lots of file definitions for classic SIM and USIM Harald Welte 2021-04-11 00:01:35 +02:00
  • 9853e247a2 ts_31_102.py: switch EF.Keys from imperative to declarative codec Harald Welte 2021-04-10 19:08:25 +02:00
  • 2db5cfb525 filesystem: Introduce 'construct' support Harald Welte 2021-04-10 19:05:37 +02:00
  • 703f933b40 pySim-shell: Add open_channel + close_channel commands Harald Welte 2021-04-10 18:39:32 +02:00
  • a463161ae2 pySim-shell: Adds support for DEACTIVATE FILE + ACTIVATE FILE Harald Welte 2021-04-10 18:17:55 +02:00
  • 15fae98d2e pySim-shell: Authenticate (3g) support Harald Welte 2021-04-10 10:22:27 +02:00
  • e0f9ef1606 integrate 'construct' python library Harald Welte 2021-04-10 17:22:35 +02:00
  • d0505bdb55 WIP: Add option to set UE operation mode in EF_AD (Administrative Data) Robert Falkenberg 2021-02-24 14:06:18 +01:00
  • 08028d02dc README.md: Mention user manual Harald Welte 2021-04-11 11:21:00 +02:00
  • 11ee243c47 README.md: We have switched to gerrit for review Harald Welte 2021-04-11 11:19:44 +02:00
  • e7887d7af5 README.md: Update dependencies Harald Welte 2021-04-11 11:19:29 +02:00
  • edee155773 setup.py: add missing comma in list of dependencies Harald Welte 2021-04-10 17:21:19 +02:00
  • b00e893e73 pySim-shell: Use poutput_json() whenever applicable Harald Welte 2021-04-10 17:19:13 +02:00
  • 5e749a79ac extend JSONEncoder to serialze 'bytes' style objects as hex strings Harald Welte 2021-04-10 17:18:17 +02:00
  • 7829d8a357 shell: Add 'apdu_trace' settable parameter for hex-dumping APDUs Harald Welte 2021-04-10 11:28:53 +02:00
  • eb05b2f60e transport: Pass arbitrary kwargs to base-class constructor Harald Welte 2021-04-10 11:01:56 +02:00
  • c34f9405f1 transport: Make all calls go through base class send_apdu_raw() Harald Welte 2021-04-10 10:55:24 +02:00
  • 4145d3c4af shell: add edit_{record,binary}_decoded shell commands Harald Welte 2021-04-08 20:34:13 +02:00
  • fe8a74490a pySim/filesystem: Fix more Python 3.5 compatibility issues Harald Welte 2021-04-10 11:51:54 +02:00
  • 0912d9f3f2 Wavemobile: adjust test expectations about binary EF.AD content Harald Welte 2021-04-10 11:47:24 +02:00
  • a0040792bf pySim/filesystem.py: fix compatibility with Python 3.5 Vadim Yanitskiy 2021-04-09 22:44:44 +02:00
  • f408a40039 pySim-shell: tree/export: catch errors during DF selection Philipp Maier 2021-04-09 21:16:12 +02:00
  • 13e258dc85 pySim-shell: be sure that startup script file exists Philipp Maier 2021-04-08 17:48:49 +02:00
  • 1bd664da9e tests: remove .example files for simcard tests Philipp Maier 2021-04-07 14:39:35 +02:00
  • dc4402e54f pySim-shell: fix wrong reference to iccid. Philipp Maier 2021-04-07 14:16:13 +02:00
  • 850b72ad58 shell: New 'read_records' and 'read_records_decoded' commands Harald Welte 2021-04-07 09:33:03 +02:00
  • 0d4e98a2ac pySim-shell: JSONpath support for updating files/records Harald Welte 2021-04-07 00:14:40 +02:00
  • 75487aed90 Use zero padding for EF['ACC'] field Robert Falkenberg 2021-04-01 16:14:27 +02:00
  • c98ef8a79d ts_102_221.py: fix fixup_fcp_proprietary_tlv_map() Philipp Maier 2021-04-07 10:51:22 +02:00
  • 5459536c7b SysmoISIM-SJA2: Add option to set Service Provider Name (SPN) Robert Falkenberg 2021-04-06 12:04:34 +02:00
  • d7a7e17a48 utils.py: Add missing dec_plmn function. Harald Welte 2021-04-07 00:30:10 +02:00
  • f431189a9e pySim/filesystem: Remove left-over debug print statements Harald Welte 2021-04-06 21:19:14 +02:00
  • 9ae33c8ad9 docs: Documentation for classic pySim-{prog,read} tools Harald Welte 2021-04-04 15:49:06 +02:00
  • d36f6943d9 docs/shell.rst: Auto-generate shell command reference Harald Welte 2021-04-04 14:37:55 +02:00
  • 1748b9372c pySim-shell: Add settable parameter on JSON pretty-printing Harald Welte 2021-04-06 21:12:25 +02:00
  • c9baa4d915 ts_51_011: Full encoder/decoder for EF.AD Harald Welte 2021-04-06 20:19:01 +02:00
  • bcad86c08c pySim-shell: Add '--oneline' to read_{binary,record}_decoded Harald Welte 2021-04-06 20:08:39 +02:00
  • 9813dc958b Introduce setuptools support Harald Welte 2021-04-03 15:13:13 +02:00
  • 4f2c546613 transport: Pass status word interpreter to exception handler Harald Welte 2021-04-03 11:48:22 +02:00
  • be9516f157 docs: Initial documentation for pySim-shell Harald Welte 2021-04-03 11:30:10 +02:00
  • 31d2cf0642 shell: Move dir,tree,export from ISO7816 to pySim commands Harald Welte 2021-04-03 10:47:29 +02:00
  • 522555710b utils.py: Add more type annotations Harald Welte 2021-04-03 09:56:32 +02:00
  • 6e0458dda6 Move init_reader() from utils.py to transport/__init__.py Harald Welte 2021-04-03 11:52:37 +02:00
  • 9d0f1f0cd5 card_key_provider: Documentation with sphinx / autodoc Harald Welte 2021-04-03 09:19:11 +02:00
  • 4442b3d1c0 rename card_data to card_key_provider. Harald Welte 2021-04-03 09:00:16 +02:00
  • 90d3b970af Add type annotations and more documentation to card_data.py Harald Welte 2021-04-03 08:56:21 +02:00
  • 2d4a64b43d filesystem.py: Fix type annotation of read_binary_dec() Harald Welte 2021-04-03 09:01:24 +02:00
  • 236a65f02f cosmetic: fix typo in comment Harald Welte 2021-04-03 10:20:11 +02:00
  • b29df886fc docs: Update copyright statement Harald Welte 2021-04-03 11:29:31 +02:00
  • 5da7a72c99 jenkins.sh: Build documentation as part of build verification Harald Welte 2021-04-03 20:21:02 +02:00
  • 86fbd39738 filesystem: Fix interpret_sw() fall-through Harald Welte 2021-04-02 22:13:09 +02:00
  • ec7d0daf6e 51.011: Define some more files within DF_TELECOM Harald Welte 2021-04-02 22:01:19 +02:00
  • 89e5954773 fix various file definitions Harald Welte 2021-04-02 21:33:13 +02:00
  • aae7c2768e pySim-shell: Remove UsimCommands Harald Welte 2021-04-02 21:25:23 +02:00
  • 5ce3524f5f Fix various mistakes around the CardADF <-> CardApplication dualism Harald Welte 2021-04-02 20:27:05 +02:00
  • 1e45657e0f filesystem: fix various issues found by mypy Harald Welte 2021-04-02 17:16:30 +02:00
  • 5a4fd52986 filesystem: Avoid GPL header showing up in sphinx autodoc Harald Welte 2021-04-02 16:05:26 +02:00
  • 94e8735bd3 Use sphinx for generating documentation Harald Welte 2021-04-02 13:38:00 +02:00
  • ee3501fc62 Add more documentation to the classes/methods Harald Welte 2021-04-02 13:00:18 +02:00
  • 082d4e0956 ts_31_102: Fix decode_select_response() for DF.5GS Harald Welte 2021-04-02 20:59:05 +02:00
  • ac34dcc149 pySim-shell: fix and improve file system exporter Philipp Maier 2021-04-01 17:19:05 +02:00
  • b152a9e0ed pySim-shell: prevent inconsitancy when walking through the FS tree Philipp Maier 2021-04-01 17:13:03 +02:00
  • 46f09af11d pySim-shell: complete CHV/PIN management tools Philipp Maier 2021-03-25 20:24:27 +01:00
  • b63766b96b pySim-shell: be more specific when finding no ADM-PIN Philipp Maier 2021-03-26 11:50:21 +01:00
  • 38c74f6d41 commands: conserve write cycles Philipp Maier 2021-03-17 17:19:52 +01:00
  • 2b11c32e20 pySim-shell: automatic ADM pin from CSV-File Philipp Maier 2021-03-17 12:37:39 +01:00
  • cba6dbce9a fileystem: fix ADF selection Philipp Maier 2021-03-11 13:03:18 +01:00
  • ad073e834a ts_31_102: do not add empty ShellCommands class. Philipp Maier 2021-03-10 12:07:48 +01:00
  • 63f572df42 filesystem: allow selection of arbitrary files Philipp Maier 2021-03-09 22:42:47 +01:00
  • 05ca36b3f3 Add decoder/encoder for EF.SUCI_Calc_Info Merlin Chlosta 2021-04-01 16:15:28 +02:00
  • dd2091a3e0 ts_102_221: use keywords to avoid conflicts with positional args Philipp Maier 2021-03-31 17:28:06 +02:00
  • 228c98e4c6 pySim-shell: use -a / -A commandline option to authenticate Philipp Maier 2021-03-10 20:14:06 +01:00
  • e6bc4f9032 filesystem: avoid outputting empty lines when there is no data Philipp Maier 2021-03-11 17:13:46 +01:00
  • 2558aa6999 pySim-shell: add command to show file description Philipp Maier 2021-03-10 16:20:02 +01:00
  • 98f872bed1 pySim/filesystem: fix mutable default list/dict arguments Vadim Yanitskiy 2021-03-27 01:25:46 +01:00
  • 24f7bd3ab5 pySim-shell: add filesystem exporter Philipp Maier 2021-02-25 17:06:18 +01:00
  • f62866f4d3 pySim-shell: output currently selected file using select command Philipp Maier 2021-03-10 17:13:15 +01:00
  • 681bc7ba72 pySim-shell: add option to execute script on startup Philipp Maier 2021-03-10 19:52:41 +01:00
  • 1e896f3d8c pySim-shell: add ADF.ISIM / ADF.USIM dynamically Philipp Maier 2021-03-10 17:02:53 +01:00
  • eb72fa461d filesystem: fix typo in method call app()->append() Philipp Maier 2021-03-26 21:29:57 +01:00
  • 9c1a4ece3d pysim-shell: select MF on startup to make commands accessible Philipp Maier 2021-03-10 12:38:15 +01:00
  • 78e32f2b36 utils: fix sw_match() Philipp Maier 2021-03-22 20:39:24 +01:00