[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:52:02 UTC 2009


The following commit has been merged in the master branch:
commit c8e17d96bc0874db31b1da75323c24ccec3abb16
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jan 21 10:41:37 2009 +0100

    ogsmd: [TI CALYPSO] txlev is not a signal strength, but a power level indicator

diff --git a/framework/subsystems/ogsmd/modems/ti_calypso/mediator.py b/framework/subsystems/ogsmd/modems/ti_calypso/mediator.py
index 8a9b5f6..bf285ca 100644
--- a/framework/subsystems/ogsmd/modems/ti_calypso/mediator.py
+++ b/framework/subsystems/ogsmd/modems/ti_calypso/mediator.py
@@ -78,7 +78,7 @@ class MonitorGetServingCellInformation( MonitorMediator ):
     params.reverse()
 
     stringparams = "cid lac"
-    strengthparams = "c1 c2 rxlev txlev rxlev_f rxlev_s".split()
+    strengthparams = "c1 c2 rxlev rxlev_f rxlev_s".split()
 
     def trigger( self ):
         self._commchannel.enqueue( "%EM=2,1", self.responseFromChannel, self.errorFromChannel )

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list