Closed
Bug 908032
Opened 12 years ago
Closed 12 years ago
B2G STK: STK_EVENT_TYPE_DATA_AVAILABLE support
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: gwang, Assigned: gwang)
References
Details
Attachments
(4 files, 2 obsolete files)
4.46 KB,
patch
|
Details | Diff | Splinter Review | |
3.24 KB,
patch
|
Details | Diff | Splinter Review | |
7.26 KB,
patch
|
Details | Diff | Splinter Review | |
3.31 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•12 years ago
|
Assignee | ||
Comment 1•12 years ago
|
||
Added support to STK_EVENT_TYPE_DATA_AVAILABLE
Here the DATA doesn't mean the data connection, it means the DATA will be send/recv.
It's a notification info to SIM.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → gwang
Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #802196 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #802196 -
Attachment is obsolete: true
Attachment #802196 -
Flags: review?(allstars.chh)
Attachment #802197 -
Flags: review?
Assignee | ||
Updated•12 years ago
|
Attachment #802197 -
Flags: review? → review?(allstars.chh)
Assignee | ||
Comment 4•12 years ago
|
||
Attachment #802199 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #802201 -
Flags: review?(allstars.chh)
CCing Anshul for this bug will update IDL.
Assignee | ||
Comment 7•12 years ago
|
||
Per Edgar's comment, I've tried patches in bug 912442 and bug 912909....but xpcshell test still "always pass". will wait for those bug resolved and retry.
(In reply to Yoshi Huang[:allstars.chh][:yoshi] from comment #6)
> CCing Anshul for this bug will update IDL.
Thank you very much Yoshi. Appreciate you keeping us in the loop.
Comment on attachment 802197 [details] [diff] [review]
Part1: "Data Avaliable" event IDL
Review of attachment 802197 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/icc/interfaces/SimToolKit.idl
@@ +405,5 @@
> +{
> + /**
> + * The data channel ID: 1-7, 0 means no channel avaliable
> + */
> + unsigned short channelId;
Where did you get channelId?
@@ +424,5 @@
> + * - nsIDOMMozIccManager.STK_CHANNEL_TCP_CLOSED
> + * - nsIDOMMozIccManager.STK_CHANNEL_TCP_ESTABLISHED
> + *
> + * For Terminal Server Mode and UDP:
> + * - Resert for use
What are these values for?
Attachment #802197 -
Flags: review?(allstars.chh)
Assignee | ||
Updated•12 years ago
|
Assignee | ||
Updated•12 years ago
|
Attachment #802199 -
Flags: review?(allstars.chh)
Assignee | ||
Updated•12 years ago
|
Attachment #802201 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 10•12 years ago
|
||
Attachment #802199 -
Attachment is obsolete: true
Assignee | ||
Comment 11•12 years ago
|
||
Update latest xpcshell test which can pass test. Review&Land will wait for other BIP command ready. (OPEN_CHANNEL)
Assignee | ||
Comment 12•12 years ago
|
||
Resolve as won't fix.
1. Android and other platform did not implement.
2. For current Qualcomm solution, BIP data transfer already implement in modem side.
There's no need for this event.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•