diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-02-02 01:21:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-02-02 01:21:31 +0000 |
commit | 738d610209c81288218c31b1edd99e20449550ae (patch) | |
tree | 19c414aa888eae15efc9ee3ffd641543715df825 /package/comgt/files/evdo.chat | |
parent | 875cd251a031f2e838ba43bfdcbdd684e0d2234b (diff) | |
download | upstream-738d610209c81288218c31b1edd99e20449550ae.tar.gz upstream-738d610209c81288218c31b1edd99e20449550ae.tar.bz2 upstream-738d610209c81288218c31b1edd99e20449550ae.zip |
Add CDMA/EVDO support to comgt package
This patch adds a chat script and makes some modifications to
/lib/network/3g.sh to enable seamless use of CDMA/EVDO modems in
addition to the existing GPRS/UMTS support. Modifications to 3g.sh
are:
- Added 'chat' variable to point at the appropriate script
- Added 'evdo' and 'cdma' as acceptable 'service' values, and skip
the whole gcom initialization bit
- Changed pppd connection speed from 460800 to more widely supported
115200; in my experience, this is not your actual connection speed,
but at what speed pppd sends setup commands to the interface.
This kinda eliminates the need for /etc/ppp/3g.connect - I think I've
replaced that functionality, but in a slightly more standardized
method, using the 'connect' variable understood by PPP.
Signed-off-by: RB<aoz.syn@gmail.com>
SVN-Revision: 10347
Diffstat (limited to 'package/comgt/files/evdo.chat')
-rw-r--r-- | package/comgt/files/evdo.chat | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/comgt/files/evdo.chat b/package/comgt/files/evdo.chat new file mode 100644 index 0000000000..de49e41a1b --- /dev/null +++ b/package/comgt/files/evdo.chat @@ -0,0 +1,17 @@ +# This is a simple chat script based off of the one provided by Sierra Wireless +# for CDMA connections. It should work for both Sprint and Verizon networks. + +ABORT BUSY +ABORT 'NO CARRIER' +ABORT ERROR +ABORT 'NO DIAL TONE' +ABORT 'NO ANSWER' +ABORT DELAYED +REPORT CONNECT +TIMEOUT 10 +'' AT +OK ATZ +SAY 'Calling CDMA/EVDO' +TIMEOUT 30 +OK ATDT#777 +CONNECT '' |