Skip to content

Commit 3dc5bf3

Browse files
committed
fix(dial): update gosuncn lte platform dial command
1 parent adcb71d commit 3dc5bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/qmodem/files/usr/share/qmodem/modem_dial.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ at_dial()
885885
"gosuncn")
886886
case $platform in
887887
"lte")
888-
at_command="AT+ZECMCALL=1,$pdp_index"
888+
at_command="AT+ZECMCALL=1"
889889
cgdcont_command="AT+CGDCONT=$pdp_index,\"$pdp_type\""$apn_append
890890
;;
891891
esac

0 commit comments

Comments
 (0)