Closed
Bug 725901
Opened 13 years ago
Closed 13 years ago
RIL: Data call fixes
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: philikon, Assigned: philikon)
References
Details
Attachments
(1 file)
16.66 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
Bug 713426 was a good start, but contains several typos (the code was never run, apparently) and some inconsistent behaviour wrt main thread notifications.
Comment 2•13 years ago
|
||
Comment on attachment 595919 [details] [diff] [review]
v1
Review of attachment 595919 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/system/b2g/ril_worker.js
@@ +1846,5 @@
> + case DATACALL_INACTIVE:
> + newDataCall.state = GECKO_NETWORK_STATE_DISCONNECTED;
> + break;
> + case DATACALL_ACTIVE_DOWN:
> + newDataCall.state = GECKO_NETWORK_STATE_SUSPENDED;
On my SGS2, it is not actually suspended when a data call is active down. And, it never goes to active up. Is it a bug of rild extracted from SGS2? (Bug #718903)
Assignee | ||
Comment 3•13 years ago
|
||
(In reply to Thinker Li [:sinker] from comment #2)
> ::: dom/system/b2g/ril_worker.js
> @@ +1846,5 @@
> > + case DATACALL_INACTIVE:
> > + newDataCall.state = GECKO_NETWORK_STATE_DISCONNECTED;
> > + break;
> > + case DATACALL_ACTIVE_DOWN:
> > + newDataCall.state = GECKO_NETWORK_STATE_SUSPENDED;
>
> On my SGS2, it is not actually suspended when a data call is active down.
> And, it never goes to active up. Is it a bug of rild extracted from SGS2?
> (Bug #718903)
Good question. I will investigate that. We can always work around that with another "QUIRKS" thing if we find it's an SGS2-specific bug.
Comment 4•13 years ago
|
||
Comment on attachment 595919 [details] [diff] [review]
v1
Review of attachment 595919 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, r=me
Attachment #595919 -
Flags: review?(kyle) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
You need to log in
before you can comment on or make changes to this bug.
Description
•