Ticket #807 (closed defect: fixed)
Always true test makes it impossible to dial
| Reported by: | cesarb@… | Owned by: | thomas@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | openmoko-dialer | Version: | 2007.2 |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
On openmoko-dialer2/src/moko-dialer.c, one test is saying:
if (priv->registered != MOKO_GSMD_CONNECTION_NETREG_HOME
priv->registered != MOKO_GSMD_CONNECTION_NETREG_ROAMING)
which will always be true. When that test is true, it will not allow dialing,
with the error message "Not connected to network. Current status = Home network
registered"
Attachments
Change History
Changed 6 years ago by cesarb@…
- Attachment fix-openmoko-dialer-registration.patch added
Note: See
TracTickets for help on using
tickets.

Fix