summaryrefslogtreecommitdiff
path: root/commands-dms.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands-dms.h')
-rw-r--r--commands-dms.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/commands-dms.h b/commands-dms.h
index 2b9d83c..1f21b13 100644
--- a/commands-dms.h
+++ b/commands-dms.h
@@ -1,4 +1,4 @@
-#define __uqmi_dms_commands \
+#define __uqmi_dms_commands \
__uqmi_command(dms_get_pin_status, get-pin-status, no, QMI_SERVICE_DMS), \
__uqmi_command(dms_verify_pin1, verify-pin1, required, QMI_SERVICE_DMS), \
__uqmi_command(dms_verify_pin2, verify-pin2, required, QMI_SERVICE_DMS), \
@@ -6,6 +6,7 @@
__uqmi_command(dms_unblock_pin2, unblock-pin2, no, QMI_SERVICE_DMS), \
__uqmi_command(dms_set_puk, puk, required, CMD_TYPE_OPTION), \
__uqmi_command(dms_set_new_pin, new-pin, required, CMD_TYPE_OPTION), \
+ __uqmi_command(dms_get_iccid, get-iccid, no, QMI_SERVICE_DMS), \
__uqmi_command(dms_get_imsi, get-imsi, no, QMI_SERVICE_DMS), \
__uqmi_command(dms_set_operating_mode, set-device-operating-mode, required, QMI_SERVICE_DMS), \
__uqmi_command(dms_reset, reset-dms, no, QMI_SERVICE_DMS) \
@@ -20,6 +21,7 @@
" --unblock-pin2: Unblock PIN2\n" \
" --puk <puk>: PUK needed to unblock\n" \
" --new-pin <new pin>: New pin\n" \
+ " --get-iccid: Get the ICCID\n" \
" --get-imsi: Get International Mobile Subscriber ID\n" \
" --reset-dms: Reset the DMS service\n" \
" --set-device-operating-mode <m> Set the device operating mode\n" \