X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuqmi.git;a=blobdiff_plain;f=commands-dms.h;h=18643ca4c60025d310c356fd4e93b40dbaa1f287;hp=14949cf9503d619ecea7e9d444fab96911dc893e;hb=35201737484008ac802649cbe9fb5f7ab38a4ad2;hpb=002ec24cc7a67e85e85427d0c5ab31521aab1134;ds=sidebyside diff --git a/commands-dms.h b/commands-dms.h index 14949cf..18643ca 100644 --- a/commands-dms.h +++ b/commands-dms.h @@ -1,10 +1,19 @@ #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) \ + __uqmi_command(dms_verify_pin2, verify-pin2, required, 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) \ #define dms_helptext \ " --get-pin-status: Get PIN verification status\n" \ - " --verify-pin1: Verify PIN1\n" \ - " --verify-pin2: Verify PIN2\n" \ + " --verify-pin1 : Verify PIN1\n" \ + " --verify-pin2 : Verify PIN2\n" \ + " --get-imsi: Get International Mobile Subscriber ID\n" \ + " --reset-dms: Reset the DMS service\n" \ + " --set-device-operating-mode Set the device operating mode\n" \ + " (modes: online, low_power, factory_test, offline\n" \ + " reset, shutting_down, persistent_low_power,\n" \ + " mode_only_low_power)\n" \