Closed Bug 822448 Opened 12 years ago Closed 12 years ago

Data connection does not need to be reset when changing preferred network type

Categories

(Firefox OS Graveyard :: Gaia::Settings, defect, P1)

x86_64
Linux
defect

Tracking

(blocking-basecamp:+)

VERIFIED FIXED
B2G C3 (12dec-1jan)
blocking-basecamp +

People

(Reporter: pgravel, Assigned: kaze)

References

Details

Attachments

(1 file)

carrier.js currently turns the data connection off and then back on when the preferred network type changes (i.e. going from 2G to 3G). This is unnecessary as the data connection remains valid while changing preferred network types. Current behavior: - Preferred network type changes - ril.data.enabled is set to false - Data connection is torn down - Modem switches from 2G to 3G - After the 2.5 seconds timer expires, ril.data.enabled is set to true - Data connection is reestablished. Expected behavior: - Preferred network type changes - Modem switches from 2G to 3G - Data connection remains alive and well.
Status: UNCONFIRMED → NEW
Ever confirmed: true
blocking-basecamp: --- → ?
Assignee: nobody → kaze
blocking-basecamp: ? → +
Priority: -- → P1
Target Milestone: --- → B2G C3 (12dec-1jan)
Phil has a patch for this and should share the details here today. From what I've heard it's very minor
Attached patch patch proposalSplinter Review
Attachment #693915 - Flags: review?(ehung)
Attachment 693915 [details] [diff] is exactly what is needed. As mentioned, it is a fairly trivial change.
Whiteboard: [has patch, needs review evelyn]
Comment on attachment 693915 [details] [diff] [review] patch proposal r=me, apparently good. Thanks.
Attachment #693915 - Flags: review?(ehung) → review+
Whiteboard: [has patch, needs review evelyn]
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Verified fix in Build 20130103070201
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: