[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, master, updated. milestone4-368-g700ab82

Michael 'Mickey' Lauer mickey at vanille-media.de
Mon Feb 2 18:51:40 UTC 2009


The following commit has been merged in the master branch:
commit f6e9c6ce88b8e268fcc9715ef39e008b477295ac
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Dec 18 09:43:37 2008 +0100

    ogsmd: pdp: do not use ATZ in connect script, do not query for CPIN

diff --git a/docs/TODO b/docs/TODO
index 93b1698..8ab279a 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -21,6 +21,7 @@ b) they can be treated as plugins (just toss a new one into a directory and it w
 * add more regexps
 * revamp parser to take a number of expected prefixes. This should lead to much more
   reliable detection of unsolicited responses
+* add gprs status into org.freesmartphone.GSM.Network.Status
 * port to vala
 * ...
 
diff --git a/framework/subsystems/ogsmd/modems/abstract/pdp.py b/framework/subsystems/ogsmd/modems/abstract/pdp.py
index d121151..260e245 100644
--- a/framework/subsystems/ogsmd/modems/abstract/pdp.py
+++ b/framework/subsystems/ogsmd/modems/abstract/pdp.py
@@ -13,7 +13,7 @@ Module: pdp
 
 """
 
-__version__ = "0.1.1"
+__version__ = "0.1.2"
 
 from .mediator import AbstractMediator
 from .overlay import OverlayFile
@@ -201,11 +201,9 @@ exec /usr/sbin/chat -v\
     'ABORT' 'RINGING'\
     'ABORT' 'VOICE'\
     'TIMEOUT' '5'\
-    '' '+++ATZ'\
-    'OK-\k\k\k\d+++ATH-OK' 'ATE0'\
+    '' '+++AT'\
+    'OK-\k\k\k\d+++ATH-OK' 'ATE0Q0V1'\
     'OK' 'AT+CMEE=2'\
-    'OK' 'AT+CPIN?'\
-    'READY' '\c'\
     'OK' 'AT+CGDCONT=1,"IP","%s"'\
     'TIMEOUT' '180'\
     'OK' 'ATD*99#'\

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list