lör 2008-08-09 klockan 20:31 +0200 skrev Michael 'Mickey' Lauer:
> Am Samstag 09 August 2008 14:12:56 schrieb NeilBrown:
> > ogsmd    INFO     org.freesmartphone.GSM.Network.Status: {'cid': '590C',
> > 'strength': 0, 'provider': 'vodafone AU', 'lac': '08A2', 'registration':
> > 'home'}
> [...]
> 
> That's ok. Frequent cell changes are usual. The strength 0 is a modem race 
> condition on cell ID change which I will need to workaround in ogsmd.
> 
> Nothing to worry about until you are seeing "registration":"unregistered" 
> followed by immediate reregistration.

So, here we go:

# here's me connecting
 [SIGNAL]    org.freesmartphone.GSM.PDP.ContextStatus    from :1.3 
/org/freesmartphone/GSM/Device
(dbus.Int32(1), dbus.String(u'outgoing'), dbus.Dictionary({}, 
signature=dbus.Signature('sv')))
 [SIGNAL]    org.freedesktop.DBus.NameOwnerChanged    from org.freedesktop.DBus 
/org/freedesktop/DBus
(dbus.String(u':1.22'), dbus.String(u':1.22'), dbus.String(u''))
 [SIGNAL]    org.freesmartphone.GSM.PDP.ContextStatus    from :1.3 
/org/freesmartphone/GSM/Device
(dbus.Int32(1), dbus.String(u'release'), dbus.Dictionary({}, 
signature=dbus.Signature('sv')))
# here's after the connect script failed (I tried out a new network and that 
doesn't seem to work)
 [SIGNAL]    org.freesmartphone.GSM.Network.Status    from :1.3 
/org/freesmartphone/GSM/Device
(dbus.Dictionary({dbus.String(u'registration'): dbus.String(u'home', 
variant_level=1), dbus.String(u'strength'): dbus.Int32(77, variant_level=1), 
dbus.String(u'provider'): dbus.String(u'TELIA S', variant_level=1), 
dbus.String(u'lac'): dbus.String(u'2338', variant_level=1), 
dbus.String(u'cid'): dbus.String(u'13F5', variant_level=1)}, 
signature=dbus.Signature('sv')),)
 [SIGNAL]    org.freesmartphone.GSM.Network.Status    from :1.3 
/org/freesmartphone/GSM/Device
(dbus.Dictionary({dbus.String(u'registration'): dbus.String(u'unregistered', 
variant_level=1), dbus.String(u'strength'): dbus.Int32(0, variant_level=1), 
dbus.String(u'lac'): dbus.String(u'2338', variant_level=1), 
dbus.String(u'cid'): dbus.String(u'13F5', variant_level=1)}, 
signature=dbus.Signature('sv')),)
 [SIGNAL]    org.freesmartphone.GSM.Network.Status    from :1.3 
/org/freesmartphone/GSM/Device
(dbus.Dictionary({dbus.String(u'registration'): dbus.String(u'home', 
variant_level=1), dbus.String(u'strength'): dbus.Int32(0, variant_level=1), 
dbus.String(u'provider'): dbus.String(u'TELIA S', variant_level=1), 
dbus.String(u'lac'): dbus.String(u'2338', variant_level=1), 
dbus.String(u'cid'): dbus.String(u'13F5', variant_level=1)}, 
signature=dbus.Signature('sv')),)
 [SIGNAL]    org.freesmartphone.GSM.Network.Status    from :1.3 
/org/freesmartphone/GSM/Device
(dbus.Dictionary({dbus.String(u'registration'): dbus.String(u'home', 
variant_level=1), dbus.String(u'strength'): dbus.Int32(79, variant_level=1), 
dbus.String(u'provider'): dbus.String(u'TELIA S', variant_level=1), 
dbus.String(u'lac'): dbus.String(u'2338', variant_level=1), 
dbus.String(u'cid'): dbus.String(u'16F2', variant_level=1)}, 
signature=dbus.Signature('sv')),)

Is this what you refered to look out for?

Don't know what to test or do next (or where to report this).

/ Fredrik Wendt

Attachment: signature.asc
Description: Detta är en digitalt signerad meddelandedel

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to