Author: Fate
(2009/07/21 21:55) Over 2 years ago
fixed a bug with gprs releasing
202
print "gprs status: %s" % status
203
if status == "release":
204
log("GPRS not connected")
205
log("__DONE__")
return
206
self.should_poweroff = True
207
self.bus["ogsmd"].AddSignalFunction(self.DbusSignal)
208
log("GPRS not connected")log("GPRS not connected")log("__DONE__")