add command for setting network preference
[project/uqmi.git] / commands-nas.h
diff --git a/commands-nas.h b/commands-nas.h
new file mode 100644 (file)
index 0000000..b3e0154
--- /dev/null
@@ -0,0 +1,7 @@
+#define __uqmi_nas_commands \
+       __uqmi_command(nas_set_network_modes, set-network-modes, required, QMI_SERVICE_NAS) \
+
+#define nas_helptext \
+               "  --set-network-modes <modes>:      Set preferred network mode (Syntax: <mode1>[,<mode2>,...])\n" \
+               "                                    Available modes: all, lte, umts, gsm, cdma, td-scdma\n"
+