diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-29 14:45:38 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-29 14:45:38 +0200 |
commit | af92c20d2b4059624034ee4ef2d0a64e91f51e98 (patch) | |
tree | be7d40429a5f18ab4684c149f6314c0640d9c884 | |
parent | 262514c2c28324b8eb3ed907d9e1844915e1ea24 (diff) | |
download | vyos-1x-af92c20d2b4059624034ee4ef2d0a64e91f51e98.tar.gz vyos-1x-af92c20d2b4059624034ee4ef2d0a64e91f51e98.zip |
wwan: T1988: remove old network definitions from AT&T, sc1 and Verizon
-rw-r--r-- | src/etc/ppp/peers/chat/att | 6 | ||||
-rw-r--r-- | src/etc/ppp/peers/chat/sc1 | 13 | ||||
-rw-r--r-- | src/etc/ppp/peers/chat/verizon | 5 |
3 files changed, 0 insertions, 24 deletions
diff --git a/src/etc/ppp/peers/chat/att b/src/etc/ppp/peers/chat/att deleted file mode 100644 index 7a02682f5..000000000 --- a/src/etc/ppp/peers/chat/att +++ /dev/null @@ -1,6 +0,0 @@ -ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT 'NO CARRIER' ABORT DELAYED -'' AT -OK ATZ -OK 'AT+CGDCONT=1,"IP","ISP.CINGULAR"' -OK ATD*99# -CONNECT '' diff --git a/src/etc/ppp/peers/chat/sc1 b/src/etc/ppp/peers/chat/sc1 deleted file mode 100644 index fbfabd8c2..000000000 --- a/src/etc/ppp/peers/chat/sc1 +++ /dev/null @@ -1,13 +0,0 @@ -TIMEOUT 60 -ABORT ERROR -ABORT BUSY -ABORT VOICE -ABORT "NO CARRIER" -ABORT "NO DIALTONE" -ABORT "NO DIAL TONE" -ABORT "NO ANSWER" -"" "ATZ" -"" "AT&FH0M0" -OK-AT-OK "ATDT*99#" -TIMEOUT 75 -CONNECT diff --git a/src/etc/ppp/peers/chat/verizon b/src/etc/ppp/peers/chat/verizon deleted file mode 100644 index a36a3e915..000000000 --- a/src/etc/ppp/peers/chat/verizon +++ /dev/null @@ -1,5 +0,0 @@ -ABORT 'NO CARRIER' ABORT 'ERROR' ABORT 'NO DIALTONE' ABORT -'BUSY' ABORT 'NO ANSWER' -'' ATZ -OK-AT-OK ATDT#777 -CONNECT \d\c |