openwrt/package/network/utils/comgt/files
Arınç ÜNAL c42847989e comgt-ncm: add support for UNISOC SL8563 based TOZED TL70-C
TOZED TL70-C is an LTE CAT6 cellular modem based on UNISOC SL8563. UNISOC
was formerly called Spreadtrum hence the manufacturer name detected on the
modem is spreadtrum.

The connect and disconnect commands bring up and down the usb0 interface.
They are Base64 encoded as that's what the AT command accepts. The modem
can do up to 4 APNs by bringing the USB interfaces, usb0 to usb3, up.

Setting the USB interfaces up:

connmanctl ndisdial AT^NDISDUN="usb0",1,1
connmanctl ndisdial AT^NDISDUN="usb1",1,2
connmanctl ndisdial AT^NDISDUN="usb2",1,3
connmanctl ndisdial AT^NDISDUN="usb3",1,4

Setting the USB interfaces down:

connmanctl ndisdial AT^NDISDUN="usb0",0,1
connmanctl ndisdial AT^NDISDUN="usb1",0,2
connmanctl ndisdial AT^NDISDUN="usb2",0,3
connmanctl ndisdial AT^NDISDUN="usb3",0,4

Co-developed-by: Andre Cruz <me@1conan.com>
Signed-off-by: Andre Cruz <me@1conan.com>
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
2023-05-18 14:44:07 +02:00
..
3g.chat comgt: add support for defining dial number in config file 2014-06-02 12:45:09 +00:00
3g.sh comgt: add quirk for Mikrotik modems based on Mikrotik R11e-LTE6 2023-03-29 17:29:02 +02:00
3g.usb package/comgt: Handle bind/unbind events 2021-07-02 11:09:57 +02:00
directip-stop.gcom comgt: add directip proto 2014-09-11 12:26:31 +00:00
directip.gcom comgt: fix misplaced : in directip setup script 2014-09-24 08:07:40 +00:00
directip.sh treewide: fix shellscript syntax errors/typos 2017-09-13 08:07:54 +02:00
evdo.chat
getcardinfo.gcom comgt-ncm: Add support for specifying profile index 2016-12-14 10:37:01 +01:00
getcarrier.gcom
getcnum.gcom
getimsi.gcom
getstrength.gcom
ncm.json comgt-ncm: add support for UNISOC SL8563 based TOZED TL70-C 2023-05-18 14:44:07 +02:00
ncm.sh ncm: add error check and retry mechanism for gcom call 2023-03-28 14:19:33 +02:00
runcommand.gcom comgt: increase timeout on runcommands 2018-08-29 08:34:10 +02:00
setmode.gcom
setpin.gcom comgt-3g: enable modem before to setpin 2017-05-18 07:07:00 +02:00
ussd.gcom comgt: add new script to send ussd request and get the answer 2020-07-08 16:07:05 +02:00