uqmi: Add basic 5G NR support
[project/uqmi.git] / uqmi / commands-nas.h
index 2426caafff226f85546e9e88c84dab23c3919251..6b29d33e2e0a5a258be9749bb690131fe6be6d65 100644 (file)
@@ -39,7 +39,7 @@
 
 #define nas_helptext \
                "  --set-network-modes <modes>:      Set usable network modes (Syntax: <mode1>[,<mode2>,...])\n" \
-               "                                    Available modes: all, lte, umts, gsm, cdma, td-scdma\n" \
+               "                                    Available modes: all, lte, umts, gsm, cdma, td-scdma, 5gnr\n" \
                "  --set-network-preference <mode>:  Set preferred network mode to <mode>\n" \
                "                                    Available modes: auto, gsm, wcdma\n" \
                "  --set-network-roaming <mode>:     Set roaming preference:\n" \
@@ -55,5 +55,5 @@
                "  --get-system-info:                Get system info\n" \
                "  --get-lte-cphy-ca-info:           Get LTE Cphy CA Info\n" \
                "  --get-cell-location-info:         Get Cell Location Info\n" \
-               "  --get-tx-rx-info <radio>:         Get TX/RX Info (gsm, umts, lte)\n" \
+               "  --get-tx-rx-info <radio>:         Get TX/RX Info (gsm, umts, lte, 5gnr)\n" \