TPE TelephonyPlatform team/2014-12-16: Difference between revisions
Jump to navigation
Jump to search
(→Weekly Meeting: 2014-12-16) |
(→Aknow) |
||
(15 intermediate revisions by 6 users not shown) | |||
Line 2: | Line 2: | ||
<!-- Read only week? Uncomment the following line--> | <!-- Read only week? Uncomment the following line--> | ||
{{readonly}} | {{readonly}} | ||
* New 2.2 release (Gecko 37 will be the base) | * New 2.2 release (Gecko 37 will be the base) | ||
** Important dates | ** Important dates | ||
*** Kick-off: 2014-11-24 | *** Kick-off: 2014-11-24 | ||
*** [branch out]: 2015-01-12 (Gecko 37 will be the base) | *** [branch out]: 2015-01-12 (Gecko 37 will be the base), sheriff starts | ||
*** Feature Landing: 2015-02-23 | *** Feature Landing: 2015-02-23 | ||
*** Feature Complete: 2015-04-06 | *** Feature Complete: 2015-04-06 | ||
*** Code Complete: 2015-05-18 | *** Code Complete: 2015-05-18 | ||
* 2.2 Product features | |||
*# {{Bug|1107303}} - (gonk-L-RIL) [meta] RIL Android L Porting | |||
* 2.2 Goals - internal interfaces cleanup & freezing | * 2.2 Goals - internal interfaces cleanup & freezing | ||
Line 21: | Line 21: | ||
*# {{Bug|1000485}} - Streamline nsITelephonyService API (P2) | *# {{Bug|1000485}} - Streamline nsITelephonyService API (P2) | ||
*# {{Bug|815526}} - [meta] B2G RIL: deprecate RILContentHelper (P2) | *# {{Bug|815526}} - [meta] B2G RIL: deprecate RILContentHelper (P2) | ||
* Before v3 | |||
*# Network Manager Enhancement | |||
*# Emulator & Tests | |||
*# Interface version mechanism | |||
*# Other enhancements, e.g. CDMA Telephony API | |||
* FxOS v3 Lightning Talks | |||
** Weekly from 9am to 10am on Tuesday (CST) | |||
* FireFox OS Blockers. | |||
**http://charts.mozilla.org/fxos/blockers.html#responsibility=FxOS_Team&project=1.3T,1.4,2.0,2.1,2.2 | |||
= Team memebers' updates = | |||
== Aknow == | |||
Day off | |||
== Ben == | |||
*'''Ongoing''' | |||
**{{Bug|1070831}} - Deprecate MozMobileConnection.sendMMI, cancelMMI | |||
**{{Bug|1110572}} - We should check the existance of a listener in this._listeners instead of listeners (r+) | |||
*'''Pending''' | |||
**{{Bug|1077075}} - Augment telephony API to notify client code of errors when attempting hold(), resume(), etc. | |||
**{{Bug|1095362}} - Augment telephonyCallGroup API to notify client code of errors when attempting hold(), resume(), etc | |||
**{{Bug|1095366}} - Consider to obsolete some telephonyCall.on***ing events, onconnecting, onholding, onresuming... | |||
**{{Bug|1103751}} - Fail a dial request when failing to automatically hold the existing call | |||
== Bevis == | |||
* '''Ongoing''' | |||
**{{Bug|873351}} - B2G SMS: move SMS code out of RadioInterfaceLayer to SmsService '''(r?)''' | |||
**{{Bug|1108900}} - [B2G][Followup-873351] replace the prefix of gonk-backend services from "ril" to "gonk" in mobile message '''(r?)''' | |||
**{{Bug|1110050}} - [B2G][SMS] Support RIL_REQUEST_REPORT_SMS_MEMORY_STATUS to inform SMS Device Storage to modem. '''(r?)''' | |||
* '''Clarified''' | |||
**{{Bug|1106453}} - [OPEN_C] Use Orange card, mobile phone can't receive MMS | |||
*** The originatorPort is illegal and can not be identified by QC RIL. | |||
* '''Pending''' | |||
**{{Bug|1100706}} - [OPEN_C]In venezuela in the use of version, the first use of MMS, after using SMS, don't appear in the same session, but receive a message first, after received the MMS, will appear in the same session. | |||
**{{Bug|1083003}} - [B2G][SMS] Provide getThread(id) API to return the thread object with the specified thread id. | |||
**{{Bug|1044721}} - [B2G][SMS] Provide an API to modify the SMSC address of the inserted UICC | |||
**{{Bug|1043250}} - Invalid SMSC exposed in Settings | |||
== Edgar == | |||
==== Target ==== | |||
* {{Bug|1084233}} - Add marionette test for icc.unlockCardLock and icc.getCardLock (Landed) | |||
* {{Bug|1052825}} - Use enums for lockType in MozIcc.webidl and nsIIccProvider.idl '''(2.2+)''' (Landed) | |||
* {{Bug|1084023}} - SIM randomly gets permanently stuck in "unknown" state, survives reboots (Landed) | |||
* {{Bug|1087847}} - mozIccManager reports 0 SIMs, but mozMobileConnection does (feedback+) | |||
* {{Bug|1102023}} - IccId contains unexpected value (e.g. '*' and '#') '''(2.0M+)''' (review?) | |||
* {{Bug|1052852}} - Use enums for contactType in MozIcc.webidl and nsIIccProvider.idl '''(2.2+)''' (WIP patch) | |||
* {{Bug|1098210}} - Use enums for mvnoType in MozIcc.webidl and nsIIccProvider.idl (WIP patch) | |||
* {{Bug|945576}} - B2G RIL: Add test cases for 'icc-stkcomand' system message | |||
** Rewrite with Promise | |||
==== Tracking & debugging ==== | |||
* {{Bug|1084076}} - [Usage][Notification Tray] Cost Control widget inaccurately displays 'No SIM' when deactivating Airplane mode. | |||
* {{Bug|1105021}} - Voicemail notification loses title after restart | |||
==== Review & feedback ==== | |||
* {{Bug|1105117}} - B2G RIL: reduce the times updateRILNetworkInterface() is called | |||
* {{Bug|1106949}} - B2G RIL: [STK] Expose SIM refresh type to Gaia. | |||
* {{Bug|1105988}} - [Telephony] Should initialize call->timer for inbound call | |||
* {{Bug|1081789}} - [Ril] Redefine nsIIccProvider.idl interface for support SE/SIM access | |||
* {{Bug|873351}} - B2G SMS: move SMS code out of RadioInterfaceLayer to SmsService | |||
* {{Bug|1106449}} - [FFOS2.0][Woodduck][STK]The idle text was removed after excuting REFRESH-FCN '''(2.0M+)''' | |||
* {{Bug|1110572}} - We should check the existance of a listener in this._listeners instead of listeners | |||
* {{Bug|973543}} - B2G RIL: host routes removed unexpectedly when data call is shared | |||
==== Pending ==== | |||
* Marionette OOP test, {{Bug|926277}} - [meta] Add test cases running in OOP mode for RIL APIs: | |||
** {{Bug|1075437}} - Support running marionette test script in both OOP and non-OOP mode | |||
*** Reviewer has some suggestion. | |||
** {{Bug|1079880}} - [Cellbroadcast] Add test cases running in OOP mode | |||
*** WIP patch. | |||
** setRadioEnabled(false) in OOP mode. | |||
* {{Bug|931670}} - If the voice and data can not concurrent existed, we should change data connection state to "SUSPEND" during voice call | |||
== Hsinyi == | |||
==== Target.(Bug Number, Summay, Stauts, Estimated date) ==== | |||
==== Tracking & Debugging & Clarifying ==== | |||
#{{Bug|1108520}} - [Woodduck][Dialer]MS will ring all the time after recieve a MT call and immediately hang up it from remote device '''2.0m+''' | |||
==== Review & Feedback ==== | |||
#{{Bug|1100895}} - [Telephony] add a promise attribute for ready event | |||
#{{Bug|1084023}} - SIM randomly gets permanently stuck in "unknown" state, survives reboots | |||
#{{Bug|1104590}} - [Telephony] coding defect: missing argument for _getOneActiveCall() | |||
#{{Bug|1087847}} - mozIccManager reports 0 SIMs, but mozMobileConnection does | |||
#{{Bug|1052825}} - Use enums for lockType in MozIcc.webidl and nsIIccProvider.idl | |||
=== Others === | |||
== Jessica == | |||
*'''Ongoing and Done: | |||
*# {{Bug|973543}} - B2G RIL: host routes removed unexpectedly when data call is shared | |||
*#* addressing review comments | |||
*# {{Bug|1054148}} - Clean up MOZ_B2G_RIL in NetworkManager | |||
*#* ongoing | |||
*# {{Bug|1109479}} - B2G tethering: move tethering code out of NetworkManager | |||
*#* ongoing, will solve {{Bug|1054148}} first | |||
*''' Clarifying: | |||
*# {{Bug|1058305}} - [B2G][RIL] define data apn types in nsIRadioInterface.idl | |||
*#* ZTE Open C doesn't start | |||
*#* NS_ERROR_FAILURE when calling nsIRadioInterfaceLayer.getRadioInterface, but RadioInterface is alive | |||
*# {{Bug|1111520}} - can't open wifi tethering with dun apn | |||
*#* NetworkUtils::sWifiEnableChain is ran twice | |||
*#* qcril, need to confirm with partner | |||
*''' Pending: | |||
*# {{Bug|1017470}} - B2G RIL: reconnect data call only if necessary when apns are updated | |||
*#* should we use a queue? should we wait after NetworkManager enhancement is done? | |||
*'''Reviews/Feedbacks/Others:''' | |||
*# P2P Web survey | |||
== John == | |||
*''' Target: | |||
*#{{Bug|952025}} - B2G RIL:rename EF_TYPE_TRANSPARENT|LINEAR_FIXED|CYCLIC. | |||
*#* wait try server access {{bug|1109419}}. | |||
*#{{Bug|1101366}} - Contacts can't be imported from SIM card to device in Du network. | |||
== Wesley (EPM) == | |||
* nexus 4 support for "L" will be provided given the limitation of device's of Nexus 5 | |||
* Portland ww | |||
** Should we do pre-meeting this Thursday? |
Latest revision as of 07:55, 23 December 2014
Team's updates
<Read Only>
- New 2.2 release (Gecko 37 will be the base)
- Important dates
- Kick-off: 2014-11-24
- [branch out]: 2015-01-12 (Gecko 37 will be the base), sheriff starts
- Feature Landing: 2015-02-23
- Feature Complete: 2015-04-06
- Code Complete: 2015-05-18
- Important dates
- 2.2 Product features
- bug 1107303 - (gonk-L-RIL) [meta] RIL Android L Porting
- 2.2 Goals - internal interfaces cleanup & freezing
bug 1058398 - [meta][B2G][Telephony] streamline sendMMI(), cancelMMI() and dial() (P1) landed- bug 1047203 - [meta][B2G][Telephony] v2.2 P1 items - define valid values and strict data types in idl interfaces (P1)
bug 1047196 - [B2G] consider not use "jsval" in interfaces, like nsIMobileConnectionCallback.idl (P1) landed
bug 1079723 - [meta][B2G][Telephony] v2.2 P1 items - create Proxy to communicate b/w telephony modules and rest of gecko (P1)- bug 1000485 - Streamline nsITelephonyService API (P2)
- bug 815526 - [meta] B2G RIL: deprecate RILContentHelper (P2)
- Before v3
- Network Manager Enhancement
- Emulator & Tests
- Interface version mechanism
- Other enhancements, e.g. CDMA Telephony API
- FxOS v3 Lightning Talks
- Weekly from 9am to 10am on Tuesday (CST)
- FireFox OS Blockers.
Team memebers' updates
Aknow
Day off
Ben
- Ongoing
- bug 1070831 - Deprecate MozMobileConnection.sendMMI, cancelMMI
- bug 1110572 - We should check the existance of a listener in this._listeners instead of listeners (r+)
- Pending
- bug 1077075 - Augment telephony API to notify client code of errors when attempting hold(), resume(), etc.
- bug 1095362 - Augment telephonyCallGroup API to notify client code of errors when attempting hold(), resume(), etc
- bug 1095366 - Consider to obsolete some telephonyCall.on***ing events, onconnecting, onholding, onresuming...
- bug 1103751 - Fail a dial request when failing to automatically hold the existing call
Bevis
- Ongoing
- bug 873351 - B2G SMS: move SMS code out of RadioInterfaceLayer to SmsService (r?)
- bug 1108900 - [B2G][Followup-873351] replace the prefix of gonk-backend services from "ril" to "gonk" in mobile message (r?)
- bug 1110050 - [B2G][SMS] Support RIL_REQUEST_REPORT_SMS_MEMORY_STATUS to inform SMS Device Storage to modem. (r?)
- Clarified
- bug 1106453 - [OPEN_C] Use Orange card, mobile phone can't receive MMS
- The originatorPort is illegal and can not be identified by QC RIL.
- bug 1106453 - [OPEN_C] Use Orange card, mobile phone can't receive MMS
- Pending
- bug 1100706 - [OPEN_C]In venezuela in the use of version, the first use of MMS, after using SMS, don't appear in the same session, but receive a message first, after received the MMS, will appear in the same session.
- bug 1083003 - [B2G][SMS] Provide getThread(id) API to return the thread object with the specified thread id.
- bug 1044721 - [B2G][SMS] Provide an API to modify the SMSC address of the inserted UICC
- bug 1043250 - Invalid SMSC exposed in Settings
Edgar
Target
- bug 1084233 - Add marionette test for icc.unlockCardLock and icc.getCardLock (Landed)
- bug 1052825 - Use enums for lockType in MozIcc.webidl and nsIIccProvider.idl (2.2+) (Landed)
- bug 1084023 - SIM randomly gets permanently stuck in "unknown" state, survives reboots (Landed)
- bug 1087847 - mozIccManager reports 0 SIMs, but mozMobileConnection does (feedback+)
- bug 1102023 - IccId contains unexpected value (e.g. '*' and '#') (2.0M+) (review?)
- bug 1052852 - Use enums for contactType in MozIcc.webidl and nsIIccProvider.idl (2.2+) (WIP patch)
- bug 1098210 - Use enums for mvnoType in MozIcc.webidl and nsIIccProvider.idl (WIP patch)
- bug 945576 - B2G RIL: Add test cases for 'icc-stkcomand' system message
- Rewrite with Promise
Tracking & debugging
- bug 1084076 - [Usage][Notification Tray] Cost Control widget inaccurately displays 'No SIM' when deactivating Airplane mode.
- bug 1105021 - Voicemail notification loses title after restart
Review & feedback
- bug 1105117 - B2G RIL: reduce the times updateRILNetworkInterface() is called
- bug 1106949 - B2G RIL: [STK] Expose SIM refresh type to Gaia.
- bug 1105988 - [Telephony] Should initialize call->timer for inbound call
- bug 1081789 - [Ril] Redefine nsIIccProvider.idl interface for support SE/SIM access
- bug 873351 - B2G SMS: move SMS code out of RadioInterfaceLayer to SmsService
- bug 1106449 - [FFOS2.0][Woodduck][STK]The idle text was removed after excuting REFRESH-FCN (2.0M+)
- bug 1110572 - We should check the existance of a listener in this._listeners instead of listeners
- bug 973543 - B2G RIL: host routes removed unexpectedly when data call is shared
Pending
- Marionette OOP test, bug 926277 - [meta] Add test cases running in OOP mode for RIL APIs:
- bug 1075437 - Support running marionette test script in both OOP and non-OOP mode
- Reviewer has some suggestion.
- bug 1079880 - [Cellbroadcast] Add test cases running in OOP mode
- WIP patch.
- setRadioEnabled(false) in OOP mode.
- bug 1075437 - Support running marionette test script in both OOP and non-OOP mode
- bug 931670 - If the voice and data can not concurrent existed, we should change data connection state to "SUSPEND" during voice call
Hsinyi
Target.(Bug Number, Summay, Stauts, Estimated date)
Tracking & Debugging & Clarifying
- bug 1108520 - [Woodduck][Dialer]MS will ring all the time after recieve a MT call and immediately hang up it from remote device 2.0m+
Review & Feedback
- bug 1100895 - [Telephony] add a promise attribute for ready event
- bug 1084023 - SIM randomly gets permanently stuck in "unknown" state, survives reboots
- bug 1104590 - [Telephony] coding defect: missing argument for _getOneActiveCall()
- bug 1087847 - mozIccManager reports 0 SIMs, but mozMobileConnection does
- bug 1052825 - Use enums for lockType in MozIcc.webidl and nsIIccProvider.idl
Others
Jessica
- Ongoing and Done:
- bug 973543 - B2G RIL: host routes removed unexpectedly when data call is shared
- addressing review comments
- bug 1054148 - Clean up MOZ_B2G_RIL in NetworkManager
- ongoing
- bug 1109479 - B2G tethering: move tethering code out of NetworkManager
- ongoing, will solve bug 1054148 first
- bug 973543 - B2G RIL: host routes removed unexpectedly when data call is shared
- Clarifying:
- bug 1058305 - [B2G][RIL] define data apn types in nsIRadioInterface.idl
- ZTE Open C doesn't start
- NS_ERROR_FAILURE when calling nsIRadioInterfaceLayer.getRadioInterface, but RadioInterface is alive
- bug 1111520 - can't open wifi tethering with dun apn
- NetworkUtils::sWifiEnableChain is ran twice
- qcril, need to confirm with partner
- bug 1058305 - [B2G][RIL] define data apn types in nsIRadioInterface.idl
- Pending:
- bug 1017470 - B2G RIL: reconnect data call only if necessary when apns are updated
- should we use a queue? should we wait after NetworkManager enhancement is done?
- bug 1017470 - B2G RIL: reconnect data call only if necessary when apns are updated
- Reviews/Feedbacks/Others:
- P2P Web survey
John
- Target:
- bug 952025 - B2G RIL:rename EF_TYPE_TRANSPARENT|LINEAR_FIXED|CYCLIC.
- wait try server access bug 1109419.
- bug 1101366 - Contacts can't be imported from SIM card to device in Du network.
- bug 952025 - B2G RIL:rename EF_TYPE_TRANSPARENT|LINEAR_FIXED|CYCLIC.
Wesley (EPM)
- nexus 4 support for "L" will be provided given the limitation of device's of Nexus 5
- Portland ww
- Should we do pre-meeting this Thursday?