index
:
pysim
27c3
ccc
chrysn/for-29033
chrysn/ota
fairwaves/sim
fixeria/btsap
fixeria/cmd2
fixeria/run_gsm_alg
laforge/ota
master
pmaier/sja5test
pmaier/tracetest
pmaier/tracetest2
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
2022-09-05
pySim-shell.py: make it work with cmd2 >= v2.4.0
fixeria/cmd2
Vadim Yanitskiy
1
-16
/
+16
2022-09-05
pySim-shell.py: make it work with cmd2 >= v2.0.0
Vadim Yanitskiy
1
-5
/
+5
2022-09-05
README.md: update installation instructions for Debian
Vadim Yanitskiy
1
-3
/
+8
2022-09-05
README.md: update git URLs (git -> https; gitea)
Vadim Yanitskiy
1
-2
/
+2
2022-09-05
README.md: list recent dependencies from requirements.txt
Vadim Yanitskiy
1
-0
/
+3
2022-09-05
README.md: fix module name: s/serial/pyserial/
Vadim Yanitskiy
1
-1
/
+1
2022-09-05
README.md,requirements.txt: add missing construct version info
Vadim Yanitskiy
2
-2
/
+2
2022-09-05
Bump minimum required construct version to v2.9.51
Vadim Yanitskiy
1
-1
/
+1
2022-09-05
construct: use Python's API for int<->bytes conversion
Vadim Yanitskiy
1
-3
/
+3
2022-09-05
contrib/jenkins.sh: install dependencies from requirements.txt
Vadim Yanitskiy
1
-9
/
+1
2022-09-05
contrib/jenkins.sh: execute this script with -x and -e
Vadim Yanitskiy
1
-3
/
+1
2022-08-30
contrib/jenkins.sh: speed up pylint by running multiple processes
Vadim Yanitskiy
1
-1
/
+1
2022-08-30
contrib/jenkins.sh: pylint v2.15 is unstable, pin v2.14.5
Vadim Yanitskiy
1
-1
/
+1
2022-08-21
proactive: Send a Terminal Response automatically after a Fetch
Christian Amsüss
1
-7
/
+43
2022-08-21
proactive: Avoid clobbering the output of the command that triggered the FETCH
Christian Amsüss
1
-4
/
+9
2022-08-06
pySim-shell: Use pySim.cat definitions to print decoded proactive cmds
Harald Welte
1
-4
/
+14
2022-08-06
pySim.transport: Add mechanism for handling for CAT/USAT proactive cmds
Harald Welte
1
-5
/
+31
2022-08-06
Add TLV definitions for *a lot more* CAT / USAT data objects
Harald Welte
1
-15
/
+874
2022-08-06
tlv: Use self._compute_tag() method rather than direct self.tag
Harald Welte
1
-1
/
+1
2022-07-30
ts_31_102: Add missing imports for envelope_sms command
Harald Welte
1
-0
/
+1
2022-07-30
ts_31_102: Fix terminal_profile, envelope and envelope_sms commands
Harald Welte
1
-6
/
+6
2022-07-30
Fix printing of SwMatchError after introduction of logical channels
Harald Welte
1
-2
/
+2
2022-07-25
apdu/ts_102_221: SELECT: allow select of SELF
Harald Welte
1
-2
/
+2
2022-07-25
apdu/ts_102_221: SELECT: allow select of parent/ancestor DFs
Harald Welte
1
-2
/
+2
2022-07-25
filesystem: We can select not just immediate parent DF but all ancestors
Harald Welte
1
-2
/
+16
2022-07-24
apdu/ts_102_221: Fix SELECT of 3f00
Harald Welte
1
-2
/
+4
2022-07-24
apdu/ts_102_221: Implement SELECT case "df_ef_or_mf_by_file_id"
Harald Welte
1
-0
/
+11
2022-07-24
filesystem.py: Make CardDF.get_selectables() respect the flags
Harald Welte
1
-2
/
+4
2022-07-24
pySim-trace: Don't print argparse object at start-up
Harald Welte
1
-1
/
+0
2022-07-24
pySim-trace: Fix --no-suppress-{select.status} command line arguments
Harald Welte
1
-3
/
+5
2022-07-24
pySim-trace: Support SELECT with empty response body
Harald Welte
1
-1
/
+3
2022-07-23
sim-rest-server: Report meaningful error message if PIN is blocked
Harald Welte
1
-5
/
+15
2022-07-23
sim-rest-server: Render error messages as JSON
Harald Welte
1
-54
/
+64
2022-07-23
pySim-shell: Add a "version" command to print the pySim package version
Harald Welte
1
-0
/
+5
2022-07-23
Introduce APDU/TPDU trace decoder
Harald Welte
15
-2
/
+1855
2022-07-23
sysmocom_sja2: Prevent KeyError/None exception on encode
Harald Welte
1
-3
/
+3
2022-07-21
ts_31_102: Fix EF_EPSLOCI argument ordering
Harald Welte
1
-2
/
+2
2022-07-21
filesystem: Use Tuple for record length
Harald Welte
6
-47
/
+47
2022-07-21
filesystem: Use Tuple for transparent file size
Harald Welte
7
-70
/
+72
2022-07-20
introduce fully_qualified_path_str() method
Harald Welte
2
-20
/
+24
2022-07-20
Never use Bytes without any 'Adapter'
Harald Welte
4
-31
/
+34
2022-07-20
EF.AD: Avoid NotImplementedErrror regarding network names
Harald Welte
1
-2
/
+4
2022-07-20
tlv: Make NotImplementedError more verbose
Harald Welte
1
-2
/
+2
2022-07-20
README: Mention the manual can also be built from the source
Harald Welte
1
-1
/
+1
2022-07-18
ts_31_102: Add support for obsolete EF.RPLMNAcT
Harald Welte
1
-0
/
+10
2022-07-17
ts_31_102: Add support for DF.GSM-ACCESS
Harald Welte
2
-7
/
+25
2022-07-17
ts_31_102: Support for files of DF.V2X (Vehicle 2 X)
Harald Welte
2
-1
/
+44
2022-07-17
ts_31_102: Support for DF_MCS (Mission Critical Services)
Harald Welte
2
-3
/
+69
2022-07-17
move EF_UServiceTable from ts_31_102 to ts_31_102_telecom
Harald Welte
3
-90
/
+93
2022-07-17
minimalistic support for DF.MULTIMEDIA
Harald Welte
2
-2
/
+25
[next]