Ticket #807 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

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

fix-openmoko-dialer-registration.patch (965 bytes) - added by cesarb@… 6 years ago.
Fix

Change History

Changed 6 years ago by cesarb@…

Fix

comment:1 Changed 6 years ago by rod@…

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

Mickey applied the patch.

Note: See TracTickets for help on using tickets.