Closed
Bug 905955
Opened 11 years ago
Closed 11 years ago
B2G RIL: mms data connection does not get disconnected
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: jessica, Assigned: jessica)
References
Details
Attachments
(3 files)
1.48 MB,
text/x-log
|
Details | |
1.64 KB,
patch
|
vicamo
:
review+
|
Details | Diff | Splinter Review |
1.60 KB,
patch
|
vicamo
:
review+
|
Details | Diff | Splinter Review |
MMS can be sent sucesfully, but the mms data connection remains connected, and it's treated as the default connection.
From the attached log, default route is set for rmnet1 (emome).
08-16 16:44:11.021 I/Gecko ( 143): -*- NetworkManager: Going to change route and DNS to rmnet1
08-16 16:44:11.031 I/Gecko ( 143): Network Worker: received message: {"cmd":"setDefaultRouteAndDNS","ifname":"rmnet1","oldIfname":"rmnet0","gateway_str":"10.38.243.129","dns1_str":"10.1.7.1","dns2_str":"10.1.7.2"}
I can reproduce it 100%, will further confirm with other peers.
Comment 1•11 years ago
|
||
Is it reproduced with Moz RIL or QC RIL?
Assignee | ||
Comment 2•11 years ago
|
||
I use Buri for testing/development, so it should be QC RIL, right?
Vicamo found out that some of the properties in RILNetworkInterface are treated as "static", I will try to fix them and see if it solves the problem.
Comment 3•11 years ago
|
||
Mozilla RIL is the RIL built from mozilla-central, and QC RIL is the RIL built by QC instead.
I saw some QCRIL keywords in the log, that's why I asked to confirm.
If the code is built by you instead of using a production image, then it must be Mozilla RIL.
Assignee | ||
Comment 4•11 years ago
|
||
Yes, I built it myself from the source code cloned from mozilla-b2g (master branch).
Will there be any difference between the ril built by us (Mozilla RIL) and the ril built by QC (QC RIL)?
Thanks.
Comment 5•11 years ago
|
||
We cannot fix the bug if it's QC RIL, since we don't have the source code.
Assignee | ||
Comment 6•11 years ago
|
||
I get it now. Thanks for the explanation.
Assignee | ||
Comment 7•11 years ago
|
||
connectedTypes was initialized in RILNetworkInterface.prototype, so it was treated as "static". This led to mms's RILNetworkInterface also had "default" in its connectedTypes when default data was connected.
Attachment #792734 -
Flags: review?(vyang)
Comment 8•11 years ago
|
||
Comment on attachment 792734 [details] [diff] [review]
fix mms not disconnected patch
Review of attachment 792734 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you!
Attachment #792734 -
Flags: review?(vyang) → review+
Comment 9•11 years ago
|
||
b2g18 is also affected.
http://mxr.mozilla.org/mozilla-b2g18/source/dom/system/gonk/RadioInterfaceLayer.js#3092
blocking-b2g: --- → leo?
Comment 10•11 years ago
|
||
Updated•11 years ago
|
Assignee: nobody → jjong
Comment 11•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Comment 13•11 years ago
|
||
I second the leo nomination. The attached patch fixed the bug on my 1.1 device.
Some vars have been renamed so asking review to make sure it's correct (but I think it is).
Attachment #793487 -
Flags: review?(vyang)
Updated•11 years ago
|
Attachment #793487 -
Attachment description: b2g8 patch → b2g18 patch
Updated•11 years ago
|
blocking-b2g: leo? → leo+
Updated•11 years ago
|
Attachment #793487 -
Flags: review?(vyang) → review+
Updated•11 years ago
|
Keywords: checkin-needed
Comment 14•11 years ago
|
||
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-b2g-v1.1hd:
--- → affected
status-firefox24:
--- → wontfix
status-firefox25:
--- → wontfix
status-firefox26:
--- → fixed
Keywords: checkin-needed
Comment 15•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•