Warning: Can't synchronize with repository "(default)" (No changeset 96d22ec3fa3ef6de3ea8dc0d7d398adc9aa071cf in the repository). Look in the Trac log for more information.

Ticket #252 (closed enhancement: fixed)

Opened 4 years ago

Last modified 3 years ago

indicate availabilty and use of gprs

Reported by: openmoko@… Owned by: mickey
Priority: minor Milestone: cornucopia-0.10
Component: framework/ogsmd Version:
Keywords: Cc: mickey

Description

there should be a way to check if a) gprs is available at all b) a gprs connection is made/active

my treo 650 used to display two small arrows above the signal strength indicator -- grey when gprs was available and black (or green?) when connected.

Change History

comment:1 Changed 4 years ago by mickey

  • Priority changed from major to minor
  • Status changed from new to assigned
  • Component changed from documentation to framework/ogsmd
  • Milestone set to milestone5

comment:2 Changed 4 years ago by mickey

I'm looking for a GSM 07.07 standard way to do that. Does anyone know whether +CGREG and +CREG really refer to different services (data vs. circuit) when a mobile station supports both?

comment:3 Changed 4 years ago by stefan

  • Milestone milestone5 deleted

comment:4 Changed 4 years ago by mickey

  • Milestone set to milestone6

a) could be done by trying to attach to a context (without opening a ppp connection) and then monitoring +CGREG. Thinking about that.

b) is already possible with org.freesmartphone.GSM.PDP.{Get}ContextStatus?()

comment:5 Changed 3 years ago by mickey

  • Status changed from assigned to closed
  • Resolution set to fixed

a) has been implemented now in fsogsmd; org.freesmartphone.Network.Status contains information about pdp registration status (hence availability) as well.

Note: See TracTickets for help on using tickets.