diff options
author | John Klug <john.klug@multitech.com> | 2018-04-16 11:07:07 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-04-16 11:11:01 -0500 |
commit | ffb634468336b1d35bf72b740416743481a3193f (patch) | |
tree | 594cdf7f3144c7c56335a1416de2a8289f147ae7 /recipes-core/multitech | |
parent | 7ad9547bf88c5c74ae25ae998e54ee14c7e61894 (diff) | |
download | meta-mlinux-ffb634468336b1d35bf72b740416743481a3193f.tar.gz meta-mlinux-ffb634468336b1d35bf72b740416743481a3193f.tar.bz2 meta-mlinux-ffb634468336b1d35bf72b740416743481a3193f.zip |
Add query for APN to Verizon chat script
Diffstat (limited to 'recipes-core/multitech')
-rw-r--r-- | recipes-core/multitech/config/ppp/peers/lna3_chat_vz | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/multitech/config/ppp/peers/lna3_chat_vz b/recipes-core/multitech/config/ppp/peers/lna3_chat_vz index 58a5b30..1d2178d 100644 --- a/recipes-core/multitech/config/ppp/peers/lna3_chat_vz +++ b/recipes-core/multitech/config/ppp/peers/lna3_chat_vz @@ -32,6 +32,10 @@ OK 'AT+CSQ' # And to switch to AT&T (non-Verizon): # mlinux-switch-cell-fw 0 # ----------------------------------------- +# Log APN (current context) for +# diagnostic purposes +#----------------------------------- +OK 'AT+CGDCONT?' SAY "Dialing...\n" OK 'ATD*99***3#' SAY "Waiting for CONNECT...\n" |