[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Jan Luebbe jluebbe at debian.org
Sat Aug 6 08:17:39 UTC 2011


The following commit has been merged in the debian branch:
commit ca2c19a7ee5828a685dbf818706fb01a017e0bc5
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Sat Aug 1 18:01:50 2009 +0200

    ogsmd: [TI CALYPSO] verify that we got a complete monitor response from the modem

diff --git a/framework/subsystems/ogsmd/modems/ti_calypso/mediator.py b/framework/subsystems/ogsmd/modems/ti_calypso/mediator.py
index 4a4cd51..65b74e6 100644
--- a/framework/subsystems/ogsmd/modems/ti_calypso/mediator.py
+++ b/framework/subsystems/ogsmd/modems/ti_calypso/mediator.py
@@ -95,6 +95,8 @@ class MonitorGetServingCellInformation( MonitorMediator ):
                     result[param] = "%04X" % int( value )
                 else:
                     result[param] = int( value )
+            if params:
+                self._error( DBusError.DeviceFailed( "Incomplete response from modem" ) )
             self._ok( result )
 
 #=========================================================================#
@@ -146,6 +148,8 @@ class MonitorGetNeighbourCellInformation( MonitorMediator ):
                                 result[index][param] = "%04X" % int( value )
                             else:
                                 result[index][param] = int( value )
+                if params:
+                    self._error( DBusError.DeviceFailed( "Incomplete response from modem" ) )
             self._ok( result )
 
 #=========================================================================#

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list