forked from Ivasoft/openwrt
comgt-ncm: Add support for specifying profile index
Add support for specifying a call profile index instead of APN. A specific index different from 1 must be used for some service provider and modem combinations. In addition, change the manufacturer detection to use the standard AT+CGMI command, which produces more predictable output than ATI, remove the redundant ipv6 option, since it is less ambiguous to directly specify the PDP context type with mobile connections, and fix missing device during teardown when using ncm through the wwan proto. Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
This commit is contained in:
committed by
John Crispin
parent
2e2748b053
commit
5bd3b9dfc0
@@ -6,7 +6,7 @@ opengt
|
||||
flash 0.1
|
||||
|
||||
:start
|
||||
send "ATI^m"
|
||||
send "AT+CGMI^m"
|
||||
get 1 "" $s
|
||||
print $s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user