1. 33eef85 ts_51_011: Fix EF.Phase FID (it's 6FAE, not 6FA3) by Harald Welte · 1 year, 2 months ago
  2. 10a1a0a ts_51_011: Fix FID of EF.BCCH by Harald Welte · 1 year, 2 months ago
  3. c224b3b ts_51_011: Add sst_service_[de]{activate,allocate} shell commands by Harald Welte · 1 year, 2 months ago
  4. 87dd020 Add very basic profile for R-UIM (CDMA) cards by Vadim Yanitskiy · 1 year, 3 months ago
  5. 6b19d80 ts_51_011: fix EF_ServiceTable: use self for static method by Vadim Yanitskiy · 1 year, 3 months ago
  6. b34f234 filesystem: define more convenient codec for EF.ACC by Vadim Yanitskiy · 1 year, 3 months ago
  7. 61ef157 pySim-shell.py: add a command for RUN GSM ALGORITHM by Harald Welte · 1 year, 4 months ago
  8. 865eea6 filesystem: add unit tests for encoder/decoder methods by Harald Welte · 1 year, 5 months ago
  9. d2edd41 ts_51_011: Fix decoding/encoding of EF_LOCIGPRS by Harald Welte · 1 year, 5 months ago
  10. 136bdb0 ts_51_011: EF_SMSP: Use integer division in ValidityPeriodAdapter by Harald Welte · 1 year, 5 months ago
  11. 5924ec4 ts_51_011: Improve decoding of SELECT response for classic SIM by Harald Welte · 1 year, 6 months ago
  12. a1bb3f7 ts_51_011: Support EF.LND by Harald Welte · 1 year, 6 months ago
  13. 0dc6c20 ts_51_011, ts_31_102: point to proper EF_EXTn file by Harald Welte · 1 year, 6 months ago
  14. f11f130 ts_51_011: Implement Extended BCD Coding by Harald Welte · 1 year, 6 months ago
  15. 9ba68df ts_51_011: Support EF.SDN by Harald Welte · 1 year, 6 months ago
  16. 5b9472d ts_51_011: Fix bit-order in EF.VGCSS and EF.VBSS by Harald Welte · 1 year, 6 months ago
  17. f6b37af Prepare for decoding/encoding records differently based on record number by Harald Welte · 1 year, 6 months ago
  18. 99e4cc0 filesystem: Use Tuple for record length by Harald Welte · 2 years ago
  19. 13edf30 filesystem: Use Tuple for transparent file size by Harald Welte · 2 years ago
  20. 3c98d5e Never use Bytes without any 'Adapter' by Harald Welte · 2 years ago
  21. 857f110 EF.AD: Avoid NotImplementedErrror regarding network names by Harald Welte · 2 years ago
  22. d90ceb8 ts_31_102: Add support for DF.GSM-ACCESS by Harald Welte · 2 years ago
  23. 228ae8e ts_31_102: Support for files of DF.V2X (Vehicle 2 X) by Harald Welte · 2 years ago
  24. 650f612 ts_31_102: Support for DF_MCS (Mission Critical Services) by Harald Welte · 2 years ago
  25. a045221 minimalistic support for DF.MULTIMEDIA by Harald Welte · 2 years ago
  26. a6c0f88 filesystem: Introduce the basic notion of 'logical channels' by Harald Welte · 2 years ago
  27. de4c14c Add very simplistic DF_PHONEBOOK support by Harald Welte · 2 years ago
  28. 1459e45 ts_51_011: Better decode of EF_OPL LAI by Harald Welte · 2 years, 4 months ago
  29. 22a1cdd ts_51_011: Properly decode EF.OPL by Harald Welte · 2 years, 4 months ago
  30. 747a978 ts_102_221: Implement File Descriptor using construct by Harald Welte · 2 years, 5 months ago
  31. 540adb0 ts_51_011: EF_CMI: Decoder the alpha_id string by Harald Welte · 2 years, 5 months ago
  32. 1e73d22 ts_51_011: Convert EF_ADN and EF_ACC to Construct by Harald Welte · 2 years, 5 months ago
  33. bc0e209 ts_51_011: Proper decode of EF.SMSP by Harald Welte · 2 years, 5 months ago
  34. a630a3c cosmetic: Remove extraneous empty lines between spec-section-comment and class by Harald Welte · 2 years, 5 months ago
  35. 6169c72 USIM + ISIM: Specify the services associated with each file by Harald Welte · 2 years, 5 months ago
  36. c91085e cosmetic: Switch to consistent four-spaces indent; run autopep8 by Harald Welte · 2 years, 5 months ago
  37. aaf5931 ts_51_011: Fix type annotation for Tuple[int, int] by Harald Welte · 2 years, 5 months ago
  38. 6113fe9 ts_51_011: Fix typo in EF_MMSUP by Harald Welte · 2 years, 6 months ago
  39. e91405e implement shell command to update PLMN in IMSI by Bjoern Riemer · 2 years, 7 months ago
  40. 2a701ee cosmetic: Use EF.FDN instead of EF_FDN in ts_51_011.py by Harald Welte · 2 years, 6 months ago
  41. 9e42e7f profile: decode_select_response use object instead 'Any' by Philipp Maier · 2 years, 8 months ago
  42. 5998a3a profile: decode_select_response can be a static method by Philipp Maier · 2 years, 8 months ago
  43. 4ab971c ts_51_011: move _decode_select_response into profile class by Philipp Maier · 2 years, 8 months ago
  44. a028c7d pySim-shell: add method to match card profile to card by Philipp Maier · 2 years, 8 months ago
  45. a4df942 ts_51_011: add status word definition by Philipp Maier · 2 years, 8 months ago
  46. 51cad0d filesystem: define class byte and select control bytes in profile by Philipp Maier · 2 years, 8 months ago
  47. 5af7bdf filesystem: fix decode_select_response by Philipp Maier · 2 years, 8 months ago
  48. c8387dc ts_51_011: implement CardProfileSIM as a class by Philipp Maier · 2 years, 8 months ago
  49. 7a8aa86 ts_51_011: Add encoder for EF.SST by Harald Welte · 2 years, 9 months ago
  50. 3c30988 ts_51_011: fix select response decoder by Philipp Maier · 2 years, 9 months ago
  51. f898c28 51.011: Fix EF_SST decoder for services > table description by Harald Welte · 2 years, 9 months ago
  52. 14105dc implement more files with TLV + construct by Harald Welte · 3 years, 1 month ago
  53. b07a3e9 Add codecs for EF_SPN and GSM strings via construct by Robert Falkenberg · 3 years, 2 months ago
  54. c957ce8 ts_51_011: fix encoder of EF_SPN: by Philipp Maier · 3 years, 2 months ago
  55. e7d4179 ts_51_011, utils: fix Access Technology Identifier coding by Philipp Maier · 3 years, 2 months ago
  56. 1a95d2b [pylint] fix non-existing 'res' in EF_CNL._encode_record_hex() by Vadim Yanitskiy · 3 years, 2 months ago
  57. f9cbe09 ts_51_011: fix encoding of EF.MSISDN by Philipp Maier · 3 years, 3 months ago
  58. b46cb3f utils: fix encoding of EF.MSISDN by Philipp Maier · 3 years, 3 months ago
  59. 9d16fbc Use construct for EF_AD in pySim-{shell, prog, read}.py, cards.py by Robert Falkenberg · 3 years, 3 months ago
  60. c9cdce3 fix various typos all over the code by Harald Welte · 3 years, 3 months ago
  61. 790b270 lots of file definitions for classic SIM and USIM by Harald Welte · 3 years, 3 months ago
  62. c9baa4d ts_51_011: Full encoder/decoder for EF.AD by Harald Welte · 3 years, 3 months ago
  63. ec7d0da 51.011: Define some more files within DF_TELECOM by Harald Welte · 3 years, 3 months ago
  64. 89e5954 fix various file definitions by Harald Welte · 3 years, 3 months ago
  65. 5452d64 ts_51_011: fix bitmask compositing in EF_xPLMNwAcT.enc_act() by Vadim Yanitskiy · 3 years, 4 months ago
  66. b2edd14 Add a new pySim-shell program by Harald Welte · 3 years, 6 months ago
  67. 6d5e0c9 Remove Python shebang from files where it's not needed by Vadim Yanitskiy · 3 years, 4 months ago
  68. dfe3dbb pySim-read.py: decode contents of EF.AD (Administrative data) by Vadim Yanitskiy · 4 years ago
  69. 0dc8f69 ts_31_102.py: add EF_ADF_map by Sebastian Viviani · 4 years, 1 month ago
  70. bf5d602 Define mapping between SIM Service Number and its description by Supreeth Herle · 4 years, 4 months ago
  71. 067f69c ts_51_011: A file with MF/DF/EF constants from TS 51 011 by Alexander Chemeris · 7 years ago