From f7cfaad12a52cd810d4a3ccada73a60ec8c099cf Mon Sep 17 00:00:00 2001 From: ling <1042585959@qq.com> Date: Fri, 8 Mar 2024 10:54:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A7=BB=E8=BF=9CAT=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luci-app-modem/root/etc/config/modem | 4 ++++ luci-app-modem/root/usr/share/modem/quectel_at_commands.json | 1 + 2 files changed, 5 insertions(+) diff --git a/luci-app-modem/root/etc/config/modem b/luci-app-modem/root/etc/config/modem index daa3138..71fc633 100644 --- a/luci-app-modem/root/etc/config/modem +++ b/luci-app-modem/root/etc/config/modem @@ -55,6 +55,10 @@ config custom-commands option description '查询网络信息 > AT+QNWINFO' option command 'AT+QNWINFO' +config custom-commands + option description '查询SIM卡签约速率 > AT+QNWCFG="nr5g_ambr"' + option command 'AT+QNWCFG="nr5g_ambr"' + config custom-commands option description '查询载波聚合参数 > AT+QCAINFO' option command 'AT+QCAINFO' diff --git a/luci-app-modem/root/usr/share/modem/quectel_at_commands.json b/luci-app-modem/root/usr/share/modem/quectel_at_commands.json index 9ebe46f..ac4cb48 100644 --- a/luci-app-modem/root/usr/share/modem/quectel_at_commands.json +++ b/luci-app-modem/root/usr/share/modem/quectel_at_commands.json @@ -11,6 +11,7 @@ {"设置当前使用的为卡1 > AT+QUIMSLOT=1":"AT+QUIMSLOT=1"}, {"设置当前使用的为卡2 > AT+QUIMSLOT=2":"AT+QUIMSLOT=2"}, {"查询网络信息 > AT+QNWINFO":"AT+QNWINFO"}, + {"查询SIM卡签约速率 > AT+QNWCFG=\"nr5g_ambr\"":"AT+QNWCFG=\"nr5g_ambr\""}, {"查询载波聚合参数 > AT+QCAINFO":"AT+QCAINFO"}, {"查询当前拨号模式 > AT+QCFG=\"usbnet\"":"AT+QCFG=\"usbnet\""}, {"QMI/GobiNet拨号 > AT+QCFG=\"usbnet\",0":"AT+QCFG=\"usbnet\",0"},