Skip to content
Success

Changes

Summary

  1. global_platform: LOAD and INSTALL [for load] support (details)
  2. global_platform: add new command "install_cap" (details)
Commit a0071b32ffac2239d6a653e85afb813092aedb88 by pmaier@sysmocom.de
global_platform: LOAD and INSTALL [for load] support

In this patch we add the commands "install_for_load" and "load".

Depends: pyosmocom.git I86df064fa41db85923eeb0d83cc399504fdd4488
Change-Id: I924aaeecbb3a72bdb65eefbff6135e4e9570579e
Related: OS#6679
The file was modifiedsetup.py
The file was modifieddocs/shell.rst
The file was modifiedpySim/global_platform/__init__.py
The file was modifiedrequirements.txt
Commit 15140aae444378b55fb683d4477162bbef79ff43 by pmaier@sysmocom.de
global_platform: add new command "install_cap"

Installing JAVA-card applets from a CAP file is a multi step process, which is
difficult when done manually. Fortunately it is easy to automate the process,
so let's add a dedicated command for that.

Change-Id: I6cbd37f0fad5579b20e83c27349bd5acc129e6d0
Related: OS#6679
The file was addeddocs/cap-tutorial.rst
The file was modifiedpySim/global_platform/__init__.py
The file was modifiedtests/unittests/test_globalplatform.py
The file was addedpySim/global_platform/install_param.py
The file was modifieddocs/shell.rst