aboutsummaryrefslogtreecommitdiffstats
path: root/docs/shell.rst
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-10-20 13:09:00 +0200
committerHarald Welte <laforge@osmocom.org>2021-10-21 14:12:13 +0200
commitec95053249bc7f9308ca1f659d8ef6ac97a6e393 (patch)
treeca501f669c16832762a5ab8eaa5e87182cb1f9da /docs/shell.rst
parent2a33ad2c49ea03660f0a21fcaabf791214aa4a4e (diff)
pySim-shell: Add suspend_uicc command
This is an optional command, and it is not supported by e.g. sysmoISIM-SJA2 Change-Id: Icc726ffd672744e56cc8dd3762891af507942c1e
Diffstat (limited to 'docs/shell.rst')
-rw-r--r--docs/shell.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/shell.rst b/docs/shell.rst
index 5bc86ae..3d56c6d 100644
--- a/docs/shell.rst
+++ b/docs/shell.rst
@@ -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
--------------