Re: [PATCH 3/7] time: Add Modem.Time introspection XML

2012-01-26 Thread ttuttle
On Mon, Jan 23, 2012 at 11:31, Aleksander Morgado wrote: >>> I'm not sure why we would include leap seconds info here. Leap seconds >>> are adjustments to UTC itself, so if the time retrieved from >>> GetNetworkTime() is always UTC, there is no need for that, as far as I >>> can tell. >> >> I'm in

Re: [PATCH 7/7] time: Implement in icera

2012-01-24 Thread ttuttle
Note to self: This causes a double-free if the *TLTS response is invalid. Working on a fix. On Fri, Jan 20, 2012 at 15:21, Thomas Tuttle wrote: > Signed-off-by: Thomas Tuttle > --- >  plugins/mm-modem-icera.c       |   95 > >  plugins/mm-modem-icera.h  

Re: [PATCH 5/7] time: implement ModemTime in ModemBase

2012-01-23 Thread ttuttle
On Sat, Jan 21, 2012 at 04:58, Aleksander Morgado wrote: > If you just need to store a signed integer as the value of an entry in > the hash table, you can better use GINT_TO_POINTER (integer) and > GPOINTER_TO_INT (pointer), instead of packing the integer into a GValue. I need it in a format tha

Re: [PATCH 3/7] time: Add Modem.Time introspection XML

2012-01-23 Thread ttuttle
On Sat, Jan 21, 2012 at 04:36, Aleksander Morgado wrote: > I'm not sure why we would include leap seconds info here. Leap seconds > are adjustments to UTC itself, so if the time retrieved from > GetNetworkTime() is always UTC, there is no need for that, as far as I > can tell. I'm including it be

Re: [PATCH] Firmware interface for ModemManager

2011-09-12 Thread ttuttle
(For anyone following along, I've pushed a revised version of this to HEAD.) ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

[PATCH] Firmware interface for ModemManager

2011-09-01 Thread ttuttle
a format for it" and "it's fine to use MM_AUTHORIZATION_FIRMWARE for the firmware List method too"), but feedback is still appreciated. Thanks, ttuttle From d383929e98aa1633a823e1a5d15844f803588ac5 Mon Sep 17 00:00:00 2001 From: ttuttle Date: Thu, 1 Sep 2011 18:53:25 -

Re: Implementing MM firmware interface

2011-08-26 Thread ttuttle
Hi. Please find attached a patch which makes an earnest attempt at implementing a firmware interface for ModemManager. There are a couple of TODOs in it; I would appreciate feedback on those areas. Thanks, ttuttle From c57174c007ed479d484fa7b644c43f9386020ac8 Mon Sep 17 00:00:00 2001 From

Implementing MM firmware interface

2011-08-04 Thread ttuttle
that a smart client of ModemManager might be able to switch firmware automatically to connect to a particular network? (My gut instinct on this is that we will want enough information to pick a particular network.) Feedback greatly appreciated. Thanks, ttuttle