summaryrefslogtreecommitdiff
path: root/source/config/commands.xml
diff options
context:
space:
mode:
authorXVLANAU <vlatko.naumovski@seavus.com>2011-11-21 10:26:12 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2012-05-25 14:39:27 +0200
commit802fb4fd7bb51a929ec72d6d64a907a5da836330 (patch)
treeafc3b8899c989f536253587e56d2d93b19bc23f0 /source/config/commands.xml
parentcd7cf159f607fc4e9e0d62eec70de0f892c367ea (diff)
OTP Handling on u4500
Add De-Authentication command Add new error codes for permanent and persistent authentication ST-Ericsson ID: 255603 ST-Ericsson FOSS-OUT: NA Change-Id: Ib80d54f56d6be1b9aaf64e29b3f9e3cffb748faf Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/31753 Tested-by: Vlatko STENKOSKI Tested-by: Aleksandar GASOSKI <aleksandar.gasoski@seavus.com> Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com>
Diffstat (limited to 'source/config/commands.xml')
-rw-r--r--source/config/commands.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/config/commands.xml b/source/config/commands.xml
index 650cbfe..d0c2b24 100644
--- a/source/config/commands.xml
+++ b/source/config/commands.xml
@@ -387,6 +387,17 @@
</permissions>
</command>
+ <command number="16" name="System Deauthenticate" ADbg="false" source="PC"> supportedcmdtype="longrunning">
+ <interface type="loader" name="Deauthenticate"/>
+ <documentation>
+ This command is used by the Loader to deauthenticates the ME from prior authentications to prevent unauthorized access.
+ </documentation>
+ <input>
+ <value type="uint32" name="Type">Deauthentication type: 1 = permanent deauthentication, 0 = deauthenticate until next reboot of the ME.</value>
+ </input>
+ <output>
+ </output>
+ </command>
</group>
<group number="2" name="Flash application">