aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-04-10 18:39:32 +0200
committerHarald Welte <laforge@osmocom.org>2021-04-11 12:20:29 +0200
commit703f933b40610ab30eb53368609b42ace4def200 (patch)
tree3bcf3c40498d6ca566675372746978fa8ca0471a /docs
parenta463161ae22bb111dcc8c9fc8a9b17a78f6a3121 (diff)
pySim-shell: Add open_channel + close_channel commands
Diffstat (limited to 'docs')
-rw-r--r--docs/shell.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/shell.rst b/docs/shell.rst
index f2ddba1..30938fe 100644
--- a/docs/shell.rst
+++ b/docs/shell.rst
@@ -129,6 +129,18 @@ activate_file
~~~~~~~~~~~~~
Activate the currently selected file. This used to be called REHABILITATE in TS 11.11.
+open_channel
+~~~~~~~~~~~~
+.. argparse::
+ :module: pySim-shell
+ :func: Iso7816Commands.open_chan_parser
+
+close_channel
+~~~~~~~~~~~~~
+.. argparse::
+ :module: pySim-shell
+ :func: Iso7816Commands.close_chan_parser
+
pySim commands
--------------