Closed
Bug 791936
Opened 13 years ago
Closed 13 years ago
B2G STK: Implement 'Call Connected' Envelope command
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 791935
| blocking-basecamp | + |
People
(Reporter: allstars.chh, Assigned: kk1fff)
References
Details
(Whiteboard: [LOE: M][blocked-on-input philikon])
Attachments
(1 file)
|
1.31 KB,
patch
|
allstars.chh
:
feedback+
|
Details | Diff | Splinter Review |
See TS 11.14 clause 11.2
| Reporter | ||
Updated•13 years ago
|
| Assignee | ||
Comment 1•13 years ago
|
||
Need to decide when sendStkCallConnected() get called.
Assignee: nobody → pwang
Attachment #662501 -
Flags: feedback?(allstars.chh)
| Reporter | ||
Comment 2•13 years ago
|
||
Comment on attachment 662501 [details] [diff] [review]
WIP: Send 'Call Connected' Envelope command
Review of attachment 662501 [details] [diff] [review]:
-----------------------------------------------------------------
Great,
seems you already done the most work in Bug 791935.
I think maybe we should make Bug 791935 Bug 791636 and Bug 791638 into one bug.
::: dom/system/gonk/ril_worker.js
@@ +2195,5 @@
> + * @param transactionId.
> + */
> + sendStkCallConnected: function sendStkCallConnected(command) {
> + command.tag = BER_EVENT_DOWNLOAD_TAG;
> + command.eventList = STK_EVENT_TYPE_CALL_CONNECTED;
where is deviceId?
From spec there should be two cases.
For MO call and MT call.
Attachment #662501 -
Flags: feedback?(allstars.chh) → feedback+
Updated•13 years ago
|
Whiteboard: [LOE: M] → [LOE: M][blocked-on-input philikon]
| Assignee | ||
Comment 3•13 years ago
|
||
Let's fix this in bug 791935
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
blocking-basecamp: ? → +
You need to log in
before you can comment on or make changes to this bug.
Description
•