1. d7a7e17 utils.py: Add missing dec_plmn function. by Harald Welte · 3 years, 3 months ago
  2. 5225557 utils.py: Add more type annotations by Harald Welte · 3 years, 3 months ago
  3. 6e0458d Move init_reader() from utils.py to transport/__init__.py by Harald Welte · 3 years, 3 months ago
  4. 236a65f cosmetic: fix typo in comment by Harald Welte · 3 years, 3 months ago
  5. 1e45657 filesystem: fix various issues found by mypy by Harald Welte · 3 years, 3 months ago
  6. ee3501f Add more documentation to the classes/methods by Harald Welte · 3 years, 3 months ago
  7. 78e32f2 utils: fix sw_match() by Philipp Maier · 3 years, 4 months ago
  8. 5d3e259 pySim-shell: add "dir" command. by Philipp Maier · 3 years, 4 months ago
  9. 4723650 utils: add is_hex function to check hex strings by Philipp Maier · 3 years, 4 months ago
  10. c8458e2 pySim/utils.py: fix 3-digit MNC encoding in enc_plmn() by Vadim Yanitskiy · 3 years, 4 months ago
  11. b271be3 Revert "utils.py: Fix for parsing MNC" by Vadim Yanitskiy · 3 years, 4 months ago
  12. 79f5b60 Python 2 is deprecated, remove backwards compatibility chunks by Denis 'GNUtoo' Carikli · 4 years, 5 months ago
  13. ab34fa8 pySim/utils.py: Attempt to support pycryptodpme by Harald Welte · 3 years, 4 months ago
  14. eab8d2a fix TypeError in derive_milenage_opc() by Harald Welte · 3 years, 4 months ago
  15. 4f6ca43 start using python3 bytearray for our b2h/h2b types by Harald Welte · 3 years, 5 months ago
  16. 67d551a move SW matching to a generic utility function by Harald Welte · 3 years, 6 months ago
  17. 79b5ba4 utils.py: de-couple sanitize_pin_adm from argparse 'opts' by Harald Welte · 3 years, 6 months ago
  18. 6d5e0c9 Remove Python shebang from files where it's not needed by Vadim Yanitskiy · 3 years, 4 months ago
  19. c8caec2 utils: catch exceptions during reader initalitation by Philipp Maier · 3 years, 5 months ago
  20. bdf3d35 utils.py: Fix for parsing MNC by herlesupreeth · 3 years, 5 months ago
  21. 43fd03b utils.py: Support IPv4 decoding for Address TLV object present in EF.ePDGId and EF.ePDGIdEm by Supreeth Herle · 4 years, 3 months ago
  22. 654eca7 utils.py: Support IPv4 encoding for Address TLV object present in EF.ePDGId and EF.ePDGIdEm by Supreeth Herle · 4 years, 3 months ago
  23. 556b0fe utils.py: Add helper method to get type of address (FQDN, IPv4, IPv6) by Supreeth Herle · 4 years, 3 months ago
  24. 3b342c2 Re-purpose helper method to be used for parsing Address TLV Object in general by Supreeth Herle · 4 years, 4 months ago
  25. 3a261d3 utils.py: Bugfix for parsing non-programmed EFePDGSelection by herlesupreeth · 3 years, 6 months ago
  26. 95ec772 utils.py: Add helper method to encode ePDGSelection info TLV by Supreeth Herle · 4 years, 4 months ago
  27. 95b4e8d utils.py: Add helper method to parse ePDG Selection info TLV by Supreeth Herle · 4 years, 4 months ago
  28. dd014ea Lint fixes: false -> False, missing imports, Index list, not map iter by Daniel Willmann · 3 years, 9 months ago
  29. 3409ae7 Remove redundant hexstr_to_fivebytearr() and hexstr_to_threebytearr() functions by herlesupreeth · 3 years, 10 months ago
  30. 45fa604 Use generic function hexstr_to_Nbytearr to convert hex string to 3/5 Bytes array by herlesupreeth · 3 years, 10 months ago
  31. f394853 utils.py: Add helper method to convert a hex string into array of N bytes string elements by Supreeth Herle · 4 years, 4 months ago
  32. d84daa1 utils.py: Add helper method to encode Service Table by Supreeth Herle · 4 years, 4 months ago
  33. ca67394 Add support for ADF_USIM/EF_EHPLMN by Harald Welte · 4 years, 1 month ago
  34. 3c0bd7a utils.py: Add helper method to encode ePDG Identifier by Supreeth Herle · 4 years, 4 months ago
  35. d6a5ec5 utils.py: Handle parsing of ePDGId TLV with zero length by Supreeth Herle · 4 years, 1 month ago
  36. e61170c utils.py add LOCI EFs decode functions by Sebastian Viviani · 4 years, 1 month ago
  37. 29ca804 Implement Generic SIM Access interface as per 3GPP TS 27.007 by Vadim Yanitskiy · 4 years, 2 months ago
  38. eb06b45 utils: fix list comprehension in h2s(): ignore upper case padding by Vadim Yanitskiy · 4 years, 2 months ago
  39. cd3d626 utils: do not crash when all bytes of EF.IMSI are 0xFF by Philipp Maier · 4 years, 2 months ago
  40. e8536c0 pysim-prog: move ADM sanitation to utils.py by Philipp Maier · 4 years, 2 months ago
  41. 7f1d3c4 Treat MCC and MNC as strings, not integers by Harald Welte · 4 years, 2 months ago
  42. ff84c23 pySim-prog, pySim-read, do not echo reader id by Philipp Maier · 4 years, 2 months ago
  43. d572ede utils.py: Add helper method to parse ePDG Identifier from hex string by Supreeth Herle · 4 years, 4 months ago
  44. 7d77d2d Introduce function for converting bytes list in (hex or int) to string by Supreeth Herle · 4 years, 2 months ago
  45. 9837055 Import TLV parsing related function from https://github.com/mitshell/card by Supreeth Herle · 4 years, 2 months ago
  46. df33037 Extend parsing and printing of Service table to ISIM by Supreeth Herle · 4 years, 3 months ago
  47. 69e5d27 Remove redundant functions by Supreeth Herle · 4 years, 3 months ago
  48. 0c4d82d utils.py: Add helper method to parse and print Service Table by Supreeth Herle · 4 years, 3 months ago
  49. 441c4a7 utils.py: Add helper method to parse Service Table by Supreeth Herle · 4 years, 4 months ago
  50. 7ba2428 utils: fix dec_msisdn(): properly detect international numbers by Vadim Yanitskiy · 4 years, 4 months ago
  51. 5a54101 pySim-prog.py: add support for MSISDN programming by Supreeth Herle · 4 years, 7 months ago
  52. 4b1c763 pySim-read.py: fix reading and parsing of EF.MSISDN by Supreeth Herle · 4 years, 7 months ago
  53. d24f163 Fix MCC and MCC representation in the output of pySim-read by Supreeth Herle · 4 years, 7 months ago
  54. 7592eee pySim-prog: use functions to derive MCC/MNC from IMSI by Philipp Maier · 4 years, 10 months ago
  55. be069e2 cards: use string representation for MNC/MCC by Philipp Maier · 4 years, 10 months ago
  56. 851e9c0 utils: add EF [H|O]PLMNwAcT decoding. by Daniel Laszlo Sitzer · 6 years ago
  57. 0ec1475 utils: fix encoding/decoding of IMSI value by Ben Fox-Moore · 6 years ago
  58. 19fffa1 Make derive_milenage_opc and calculate_luhn publicly available through utils.py by Alexander Chemeris · 6 years ago
  59. dddbf52 utils: Fix documentation. 3+3=6 digits equals 3 bytes, not 6 by Alexander Chemeris · 7 years ago
  60. a5f0ea6 utils: Functions to encode/decode EF SPN. by Alexander Chemeris · 7 years ago
  61. 665bd22 utils.py: dec_imsi: Fix ValueError by Pau Espin Pedrol · 7 years ago
  62. 7be92ff Move encoder functions for ICCID, IMSI and PLMN to pySim.utils for consistency. by Alexander Chemeris · 11 years ago
  63. 5e96c3d utils: Add functions to decode IMSI and ICCID from EF raw data. by Alexander Chemeris · 11 years ago
  64. 76504e0 Split all things into a more "library-like" package by Sylvain Munaut · 14 years ago