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)
Tracking
(blocking-basecamp:+)
People
(Reporter: pgravel, Assigned: kaze)
References
Details
Attachments
(1 file)
481 bytes,
patch
|
jj.evelyn
:
review+
|
Details | Diff | Splinter Review |
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.
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•12 years ago
|
blocking-basecamp: --- → ?
Updated•12 years ago
|
Assignee: nobody → kaze
blocking-basecamp: ? → +
Priority: -- → P1
Target Milestone: --- → B2G C3 (12dec-1jan)
Comment 1•12 years ago
|
||
Phil has a patch for this and should share the details here today. From what I've heard it's very minor
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #693915 -
Flags: review?(ehung)
Attachment 693915 [details] [diff] is exactly what is needed. As mentioned, it is a fairly trivial change.
Updated•12 years ago
|
Whiteboard: [has patch, needs review evelyn]
Comment 4•12 years ago
|
||
Comment on attachment 693915 [details] [diff] [review]
patch proposal
r=me, apparently good. Thanks.
Attachment #693915 -
Flags: review?(ehung) → review+
Updated•12 years ago
|
Whiteboard: [has patch, needs review evelyn]
Assignee | ||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•