index
:
pysim
27c3
ccc
chrysn/for-29033
chrysn/ota
fairwaves/sim
fixeria/btsap
fixeria/cmd2
fixeria/run_gsm_alg
laforge/apdu_decoder
laforge/bertlv
laforge/cmd2_2.4
laforge/nested
laforge/ota
laforge/shell
laforge/wip
master
osmith/wip
pmaier/aram
pmaier/mnclen
pmaier/mnclenlink
pmaier/updates
sysmocom/factory
users/daniel/csv-format
zecke/hacks
zecke/tmp2
A python tool to program magic SIMs
Sylvain Munaut
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-30
init_reader: Print device name/number of chosen reader
laforge/bertlv
Harald Welte
4
-11
/
+11
2021-05-30
card_handler: clean-up
Harald Welte
1
-26
/
+58
2021-05-30
pySim/commands: Add envelope() method for ENVELOPE command
Harald Welte
1
-0
/
+4
2021-05-30
ts_31_102: Start using pySim.tlv to implement more DF.5GS files
Harald Welte
1
-4
/
+76
2021-05-30
filesystem: Introduce support for TLV parser
Harald Welte
2
-0
/
+40
2021-05-30
utils: Make filter_dict() transparently pass non-dict
Harald Welte
1
-0
/
+2
2021-05-30
construct: Recursive normailzation of construct parse result
Harald Welte
2
-7
/
+36
2021-05-30
Introduce new object-oriented TLV parser/decoder/encoder
Harald Welte
3
-0
/
+618
2021-05-30
utils: Add bertlv_encode_tag()
Harald Welte
1
-0
/
+45
2021-05-29
utils: Add 'raw' version of TLV tag decoders
Harald Welte
1
-0
/
+52
2021-05-29
utils: COMPREHENSION-TLV support
Harald Welte
2
-0
/
+66
2021-05-25
shell: Fix activate_file + deactivate_file commands
Harald Welte
3
-7
/
+18
2021-05-25
shell: Add 'status' command to issue STATUS APDU
Harald Welte
3
-0
/
+14
2021-05-25
transport: Add support for SW 6Cxx
Harald Welte
1
-5
/
+10
2021-05-25
Introduce unit test for bertlv_parse_one()
Harald Welte
1
-0
/
+4
2021-05-25
bertlv_parse_one: Also return remainder after end of TLV
Harald Welte
3
-4
/
+6
2021-05-25
add unit tests for BER-TLV encoder/decoder functions
Harald Welte
2
-1
/
+25
2021-05-25
contrib: Add sim-rest-{server,client}.py
Harald Welte
2
-0
/
+247
2021-05-23
commands: remove superfluous getter/setter for cla_byte property
Harald Welte
1
-8
/
+1
2021-05-23
commands: resolve inconsistency on sel_ctrl
Harald Welte
1
-7
/
+0
2021-05-23
pySim-read: adjust meaning of HPLMN/OPLMN flags in EF_SPN
Robert Falkenberg
7
-14
/
+14
2021-05-23
ts_31_103: finish decoder and fix encoder for EF.PCSCF
Philipp Maier
1
-3
/
+5
2021-05-23
utils: split string formatting from dec_addr_tlv
Philipp Maier
2
-7
/
+36
2021-05-23
commands: pad short data input in update_record()
Philipp Maier
1
-6
/
+13
2021-05-22
commands: check for status word in USIM authenticate command
Harald Welte
1
-1
/
+1
2021-05-22
transport/pcsc: Raise exception if reader number is out of range
Harald Welte
1
-2
/
+4
2021-05-21
cards: populate name property in Card, UsimCard and IsimCard
Philipp Maier
1
-0
/
+8
2021-05-21
pySim_prog: remove unused import for dec_addr_tlv
Philipp Maier
1
-1
/
+1
2021-05-17
Update README
Robert Falkenberg
1
-50
/
+70
2021-05-10
Add codecs for EF_SPN and GSM strings via construct
Robert Falkenberg
8
-28
/
+98
2021-05-07
ts_51_011: fix encoder of EF_SPN:
Philipp Maier
1
-1
/
+2
2021-05-06
ts_102_221: add missing TLV key '9B'/'target_ef' for sysmoUSIM-SJS1
Robert Falkenberg
1
-0
/
+2
2021-05-06
ModemATCommandLink: improve response time for "+CME ERROR"
Robert Falkenberg
1
-6
/
+10
2021-05-06
ModemATCommandLink: add/adjust some logging
Robert Falkenberg
1
-2
/
+4
2021-05-06
ModemATCommandLink: return lower case hexstring
Robert Falkenberg
1
-2
/
+2
2021-05-05
pySim-read: fix wrong comment
Philipp Maier
1
-1
/
+1
2021-05-04
docs/shell.rst: Document verify_adm and tree commands
Harald Welte
1
-2
/
+9
2021-05-04
transport: Mark more methods as abstractmethod
Harald Welte
1
-4
/
+4
2021-05-04
shell: Add 'reset' command to reset the card
Harald Welte
3
-1
/
+24
2021-05-04
BER-TLV EF support (command, filesystem, shell)
Harald Welte
6
-7
/
+301
2021-05-04
ts_31_103: Use EF_ARR decoder from TS 102 221
Harald Welte
1
-6
/
+2
2021-05-04
Implement EF.ARR (Access Rule Reference) decoding
Harald Welte
5
-1
/
+386
2021-05-04
utils: Introduce CommandSet abstraction
Harald Welte
1
-0
/
+66
2021-05-03
utils: Introduce DataObject representation
Harald Welte
1
-0
/
+305
2021-05-03
utils: specify type of parameter name in enc_spn
Philipp Maier
1
-1
/
+1
2021-05-03
ts_51_011, utils: fix Access Technology Identifier coding
Philipp Maier
7
-11
/
+26
2021-05-03
utils: fix dec_xplmn_w_act() and format_xplmn_w_act()
Philipp Maier
6
-17
/
+17
2021-05-03
utils: fix mcc/mnc encoding in dec_plmn (EF_PLMNsel)
Philipp Maier
2
-5
/
+55
2021-05-03
utils: specify paremeters of enc_plmn() as Hexstr
Philipp Maier
1
-1
/
+1
2021-05-03
ModemATCommandLink: fix AttributeError exception in __del__()
Vadim Yanitskiy
1
-1
/
+2
[next]