openwrtv3/package/network/utils/comgt/files
Cezary Jackiewicz 862e7fb7b3 gcom: Fix 'mode' option for ncm
For Huawei devices like E3372 proper command for set lte mode is:

AT^SYSCFGEX="03",3fffffff,2,4,7fffffffffffffff,,

Eval is required for proper quotation.

Without this fix:

Fri Nov  4 19:07:49 2016 daemon.notice netifd: Interface 'wan' is setting up now
Fri Nov  4 19:07:52 2016 daemon.notice netifd: wan (2060): sending -> AT
Fri Nov  4 19:07:52 2016 daemon.notice netifd: wan (2060): sending -> ATZ
Fri Nov  4 19:07:53 2016 daemon.notice netifd: wan (2060): sending -> ATQ0
Fri Nov  4 19:07:53 2016 daemon.notice netifd: wan (2060): sending -> ATV1
Fri Nov  4 19:07:54 2016 daemon.notice netifd: wan (2060): sending -> ATE1
Fri Nov  4 19:07:55 2016 daemon.notice netifd: wan (2060): sending -> ATS0=0
Fri Nov  4 19:07:55 2016 daemon.notice netifd: wan (2060): sending -> AT+CGDCONT=1,"IP","internet"
Fri Nov  4 19:07:57 2016 daemon.notice netifd: wan (2060): sending -> AT^SYSCFGEX=\"03\",3fffffff,2,4,7fffffffffffffff,,
Fri Nov  4 19:07:58 2016 daemon.notice netifd: wan (2060): Error running AT-command
Fri Nov  4 19:07:58 2016 daemon.notice netifd: wan (2060): Failed to set operating mode
Fri Nov  4 19:07:58 2016 daemon.notice netifd: wan (2092): Stopping network
...

With this fix:

Fri Nov  4 19:10:59 2016 daemon.notice netifd: Interface 'wan' is setting up now
Fri Nov  4 19:11:01 2016 daemon.notice netifd: wan (2539): sending -> AT
Fri Nov  4 19:11:01 2016 daemon.notice netifd: wan (2539): sending -> ATZ
Fri Nov  4 19:11:02 2016 daemon.notice netifd: wan (2539): sending -> ATQ0
Fri Nov  4 19:11:03 2016 daemon.notice netifd: wan (2539): sending -> ATV1
Fri Nov  4 19:11:03 2016 daemon.notice netifd: wan (2539): sending -> ATE1
Fri Nov  4 19:11:04 2016 daemon.notice netifd: wan (2539): sending -> ATS0=0
Fri Nov  4 19:11:05 2016 daemon.notice netifd: wan (2539): sending -> AT+CGDCONT=1,"IP","internet"
Fri Nov  4 19:11:06 2016 daemon.notice netifd: wan (2539): sending -> AT^SYSCFGEX="03",3fffffff,2,4,7fffffffffffffff,,
Fri Nov  4 19:11:07 2016 daemon.notice netifd: wan (2539): sending -> AT^NDISDUP=1,1,"internet"
Fri Nov  4 19:11:08 2016 daemon.notice netifd: wan (2539): Connected, starting DHCP on wwan0
Fri Nov  4 19:11:08 2016 daemon.notice netifd: Interface 'wan' is now up
Fri Nov  4 19:11:08 2016 daemon.notice netifd: Network device 'wwan0' link is up
Fri Nov  4 19:11:08 2016 daemon.notice netifd: Network alias 'wwan0' link is up
Fri Nov  4 19:11:08 2016 daemon.notice netifd: Interface 'wan_4' is enabled
Fri Nov  4 19:11:08 2016 daemon.notice netifd: Interface 'wan_4' has link connectivity
Fri Nov  4 19:11:08 2016 daemon.notice netifd: Interface 'wan_4' is setting up now
...

Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
2016-11-08 05:49:58 +01:00
..
3g.chat comgt: add support for defining dial number in config file 2014-06-02 12:45:09 +00:00
3g.sh ppp: use more reliable way to set script environment 2015-09-15 14:52:47 +00:00
3g.usb comgt: add ncm proto support 2014-10-10 08:56:33 +00: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 comgt: add metric, defaultroute and peerdns options for directip protocol 2016-10-26 12:37:46 +02:00
evdo.chat packages: sort network related packages into package/network/ 2012-10-10 12:32:29 +00:00
getcardinfo.gcom packages: sort network related packages into package/network/ 2012-10-10 12:32:29 +00:00
getcarrier.gcom packages: sort network related packages into package/network/ 2012-10-10 12:32:29 +00:00
getcnum.gcom packages: sort network related packages into package/network/ 2012-10-10 12:32:29 +00:00
getimsi.gcom packages: sort network related packages into package/network/ 2012-10-10 12:32:29 +00:00
getstrength.gcom packages: sort network related packages into package/network/ 2012-10-10 12:32:29 +00:00
ncm.json comgt-ncm: Add possibility to choose PDP context type 2015-09-11 06:46:42 +00:00
ncm.sh gcom: Fix 'mode' option for ncm 2016-11-08 05:49:58 +01:00
runcommand.gcom comgt-ncm: Fix NCM protocol 2015-01-28 19:19:33 +00:00
setmode.gcom packages: sort network related packages into package/network/ 2012-10-10 12:32:29 +00:00
setpin.gcom packages: sort network related packages into package/network/ 2012-10-10 12:32:29 +00:00