global_platform: add set_status command

Using this command, one can change the life cycle status of on-card
applications, specifically one can LOCK (disable) them and re-enable
them as needed.

Change-Id: Ie14297a119d01cad1284f315a2508aa92cb4633b
This commit is contained in:
Harald Welte
2024-02-01 20:28:33 +01:00
parent 4d5fd25f31
commit a7eaefc8d9
2 changed files with 36 additions and 2 deletions

View File

@@ -947,6 +947,12 @@ get_status
:module: pySim.global_platform
:func: ADF_SD.AddlShellCommands.get_status_parser
set_status
~~~~~~~~~~
.. argparse::
:module: pySim.global_platform
:func: ADF_SD.AddlShellCommands.set_status_parser
store_data
~~~~~~~~~~
.. argparse::