Skip to content

Commit ab667eb

Browse files
author
x-shark
committed
add t99w175 at commands,disabled imei !
1 parent 9ec1da1 commit ab667eb

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

luci/luci-app-qmodem/root/usr/share/qmodem/at_commands.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,5 +518,31 @@
518518
"重启模组 > AT+RESET": "AT+RESET"
519519
}
520520
]
521+
},
522+
"foxconn": {
523+
"qualcomm": [
524+
{
525+
"SIM卡状态上报 > AT^SIMSLOTURC=1": "AT^SIMSLOTURC=1"
526+
},
527+
{
528+
"获取SIM卡卡槽状态 > AT^SWITCH_SLOT?": "AT^SWITCH_SLOT?"
529+
},
530+
{
531+
"设置当前使用的为卡1 > at^switch_slot=0": "at^switch_slot=0"
532+
},
533+
{
534+
"设置当前使用的为ESIM > at^switch_slot=1": "at^switch_slot=1"
535+
},
536+
{
537+
"查询网络及载波信息 > AT^DEBUG?": "AT^DEBUG?"
538+
},
539+
{
540+
"获取模组温度 > AT^TEMP?": "AT^TEMP?"
541+
},
542+
{
543+
"重启模组 > AT+RESET": "AT+RESET"
544+
}
545+
]
521546
}
547+
522548
}

luci/luci-app-qmodem/root/usr/share/qmodem/vendor/foxconn.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ function network_info() {
259259
}
260260

261261
function vendor_get_disabled_features(){
262-
#json_add_string "" "IMEI"
262+
json_add_string "" "IMEI"
263263
json_add_string "" "NeighborCell"
264264
}
265265

0 commit comments

Comments
 (0)