Ticket #252 (closed enhancement: fixed)
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: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?()
Note: See
TracTickets for help on using
tickets.
