Hi Cedric, On 11/28/2014 08:34 AM, Cedric Jehasse wrote: > From: Cedric Jehasse > > Had a problem on mips, the Retries dict in org.ofono.SimManager was 0 > for all pin-types. > The problem is int* are passed to dbus-functions, while the type is > DBUS_TYPE_BYTE. Changed the type of pin_retries throughout the code to > match the byte type. > --- > drivers/atmodem/sim.c | 24 ++++++++++++------------ > drivers/isimodem/uicc.c | 2 +- > drivers/qmimodem/sim-legacy.c | 2 +- > drivers/qmimodem/sim.c | 2 +- > include/sim.h | 2 +- > src/sim.c | 13 +++++++------ > 6 files changed, 23 insertions(+), 22 deletions(-) > I really rather not modify every single driver for this issue. Besides, the actual problem is actually in the core. We were being quite evil with how we created our dictionary entries. Please try the following patch (attached) and tell me if it fixes this bug on your platform. Regards, -Denis