1. fc67de2 ts_31_102: Extend from Rel16 to Rel17 by Harald Welte · 1 year, 2 months ago
  2. 18b7539 31.102: EF.EST enables/disables services; name commands accordingly by Harald Welte · 1 year, 5 months ago
  3. 865eea6 filesystem: add unit tests for encoder/decoder methods by Harald Welte · 1 year, 5 months ago
  4. 9b9efb6 ts_31_102: Fix several bugs in EF_ECC encoder by Harald Welte · 1 year, 5 months ago
  5. 0dc6c20 ts_51_011, ts_31_102: point to proper EF_EXTn file by Harald Welte · 1 year, 6 months ago
  6. f6b37af Prepare for decoding/encoding records differently based on record number by Harald Welte · 1 year, 6 months ago
  7. f56b6b2 ts_31_102: Add missing imports for envelope_sms command by Harald Welte · 2 years ago
  8. 51b3abb ts_31_102: Fix terminal_profile, envelope and envelope_sms commands by Harald Welte · 2 years ago
  9. 21caf32 Introduce APDU/TPDU trace decoder by Harald Welte · 2 years ago
  10. 1272129 ts_31_102: Fix EF_EPSLOCI argument ordering by Harald Welte · 2 years ago
  11. 99e4cc0 filesystem: Use Tuple for record length by Harald Welte · 2 years ago
  12. 13edf30 filesystem: Use Tuple for transparent file size by Harald Welte · 2 years ago
  13. 3c98d5e Never use Bytes without any 'Adapter' by Harald Welte · 2 years ago
  14. 363edd9 ts_31_102: Add support for obsolete EF.RPLMNAcT by Harald Welte · 2 years ago
  15. d90ceb8 ts_31_102: Add support for DF.GSM-ACCESS by Harald Welte · 2 years ago
  16. 6f8a870 move EF_UServiceTable from ts_31_102 to ts_31_102_telecom by Harald Welte · 2 years ago
  17. a6c0f88 filesystem: Introduce the basic notion of 'logical channels' by Harald Welte · 2 years ago
  18. de4c14c Add very simplistic DF_PHONEBOOK support by Harald Welte · 2 years ago
  19. eb88205 ts_31_102: Fix FID in DF.HNB by Harald Welte · 2 years ago
  20. ab91d87 ts_31_102: Avoid pylint false positive by Harald Welte · 2 years, 4 months ago
  21. a037762 ts_31_102: Further decode TAI in EF.OPL5G by Harald Welte · 2 years, 5 months ago
  22. 3a5afff ts_31_102: Further decode LAI in EF_LOCI by Harald Welte · 2 years, 5 months ago
  23. dd45d8e ts_31_102: Fix decoding of UServiceTable by Harald Welte · 2 years, 5 months ago
  24. 12af793 doc: Improve documentation in various places by Harald Welte · 2 years, 5 months ago
  25. 3bb516b Improve IST/UST check documentation (for the user manual) by Harald Welte · 2 years, 5 months ago
  26. aceb2a5 ust_service_check: proper treatment of files in sub-directories by Harald Welte · 2 years, 5 months ago
  27. 419bb49 ts_31_102: service annotations for DF.{5GS,WLAN,HNB} by Harald Welte · 2 years, 5 months ago
  28. fa8b8d1 ts_31_102: Use perror() instead of poutput() for errors by Harald Welte · 2 years, 5 months ago
  29. 82f75c2 ts_31_102: Add more EF.UST checks to 'ust_service_check' command by Harald Welte · 2 years, 5 months ago
  30. 6ca2fa7 Split EF.UST handling from EF.IST and EF.SST by Harald Welte · 2 years, 5 months ago
  31. 4c5e231 ts_31_102: Add "ust_service_check" command. by Harald Welte · 2 years, 5 months ago
  32. a630a3c cosmetic: Remove extraneous empty lines between spec-section-comment and class by Harald Welte · 2 years, 5 months ago
  33. 6169c72 USIM + ISIM: Specify the services associated with each file by Harald Welte · 2 years, 5 months ago
  34. c91085e cosmetic: Switch to consistent four-spaces indent; run autopep8 by Harald Welte · 2 years, 5 months ago
  35. 6551627 ts_31_102: TLV._tlv must point to the class, not an instance by Harald Welte · 2 years, 5 months ago
  36. e894749 Better decode of EF.UST, EF.EST and EF.IST by Harald Welte · 2 years, 5 months ago
  37. 06c4a5b ts_31_102: EF.PNN encoding is identical to that of DF.GSM by Harald Welte · 2 years, 6 months ago
  38. ff2d86d ts_31_102: Add support for EF.ECC (emergency call codes) by Harald Welte · 2 years, 6 months ago
  39. 5998a3a profile: decode_select_response can be a static method by Philipp Maier · 2 years, 8 months ago
  40. 57f65ee ts_31_10x: add a class for CardApplicationXSIM by Philipp Maier · 2 years, 9 months ago
  41. 7cb94e4 USIM: Add ENVELOPE and ENVELOPE-SMS shell commands by Harald Welte · 2 years, 9 months ago
  42. 846a898 Add API + shell command for sending TERMINAL PROFILE to card by Harald Welte · 2 years, 9 months ago
  43. 14105dc implement more files with TLV + construct by Harald Welte · 3 years, 1 month ago
  44. 592b32e ts_31_102: Fully support USIM EF.AD by Harald Welte · 3 years, 1 month ago
  45. f12979d ts_31_102: Start using pySim.tlv to implement more DF.5GS files by Harald Welte · 3 years, 1 month ago
  46. 5e41eeb [pylint] Fix reference to undefined variable 'in_hex' by Vadim Yanitskiy · 3 years, 2 months ago
  47. 7129007 ts_31_102, ts_31_103: Add EF.FromPreferred by Harald Welte · 3 years, 3 months ago
  48. 3990ebb ts_31_102: Define DF_WLAN, DF_ProSe and DF_HNB with their EFs by Harald Welte · 3 years, 3 months ago
  49. 2f83103 ts_31_102: Extend DF_5GS to 3GPP 31.102 R16.6 by Harald Welte · 3 years, 3 months ago
  50. c9cdce3 fix various typos all over the code by Harald Welte · 3 years, 3 months ago
  51. 790b270 lots of file definitions for classic SIM and USIM by Harald Welte · 3 years, 3 months ago
  52. 9853e24 ts_31_102.py: switch EF.Keys from imperative to declarative codec by Harald Welte · 3 years, 3 months ago
  53. 15fae98 pySim-shell: Authenticate (3g) support by Harald Welte · 3 years, 3 months ago
  54. 89e5954 fix various file definitions by Harald Welte · 3 years, 3 months ago
  55. 082d4e0 ts_31_102: Fix decode_select_response() for DF.5GS by Harald Welte · 3 years, 3 months ago
  56. ad073e8 ts_31_102: do not add empty ShellCommands class. by Philipp Maier · 3 years, 4 months ago
  57. 05ca36b Add decoder/encoder for EF.SUCI_Calc_Info by Merlin Chlosta · 3 years, 3 months ago
  58. b2edd14 Add a new pySim-shell program by Harald Welte · 3 years, 6 months ago
  59. 6d5e0c9 Remove Python shebang from files where it's not needed by Vadim Yanitskiy · 3 years, 4 months ago
  60. a562ea0 Add new line by herlesupreeth · 3 years, 10 months ago
  61. 4d9e6be Update UST table as per the latest 3GPP TS 31.102 specification by Supreeth Herle · 4 years, 4 months ago
  62. e61170c utils.py add LOCI EFs decode functions by Sebastian Viviani · 4 years, 1 month ago
  63. 0dc8f69 ts_31_102.py: add EF_ADF_map by Sebastian Viviani · 4 years, 1 month ago
  64. 475dcaa Define mapping between USIM Service Number and its description by Supreeth Herle · 4 years, 4 months ago