mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-19 20:08:36 +03:00
pySim-shell: Add suspend_uicc command
This is an optional command, and it is not supported by e.g. sysmoISIM-SJA2 Change-Id: Icc726ffd672744e56cc8dd3762891af507942c1e
This commit is contained in:
@@ -156,6 +156,20 @@ close_channel
|
||||
:func: Iso7816Commands.close_chan_parser
|
||||
|
||||
|
||||
suspend_uicc
|
||||
~~~~~~~~~~~~
|
||||
This command allows you to perform the SUSPEND UICC command on the card. This is a relatively
|
||||
recent power-saving addition to the UICC specifications, allowing for suspend/resume while maintaining
|
||||
state, as opposed to a full power-off (deactivate) and power-on (activate) of the card.
|
||||
|
||||
The pySim command just sends that SUSPEND UICC command and doesn't perform the full related sequence
|
||||
including the electrical power down.
|
||||
|
||||
.. argparse::
|
||||
:module: pySim-shell
|
||||
:func: Iso7816Commands.suspend_uicc_parser
|
||||
|
||||
|
||||
pySim commands
|
||||
--------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user