TPE TelephonyPlatform team/2015-03-03
From MozillaWiki
Contents
Team's updates
<Read Only>
- 2015 Q1 lunch/dinner party - TBD
- 2015 Q1 team building (OS team) - 3/27 (Fri.)
- Task Force
- To improve test framework/experiences for FxOS
- To support the webapi for what Gaia dev request
- V3 work
- New 2.2 release (Gecko 37 will be the base)
- Important dates
- [branch out]: 2015-01-12 (Gecko 37 will be the base), sheriff starts
- Locking down ril internal interfaces started. Be careful of interface changes. Should you hanve any questions about the list, ask Edgar or Hsinyi!
- [branch out]: 2015-01-12 (Gecko 37 will be the base), sheriff starts
- Important dates
- FireFox OS Blockers.
Team memebers' updates
Aknow
- Done:
- bug 1132863 - Map settings "ril.debugging.enabled" to preference
- bug 1137048 - Map settings "ril.debugging.enabled" to preference (follow-up)
- chrome/content/settings.js
let settingsToObserve = { 'accessibility.screenreader_quicknav_modes': { prefName: 'accessibility.accessfu.quicknav_modes', resetToPref: true, defaultValue: }, ... }
- bug 1136556 - Toggle "ril.debugging.enabled" from developer menu
- bug 1135268 - [Dialer][USSD] MMI codes activated during a call do not function and will attempt to dial out as a number. (2.2+)
- need uplift, waiting for approval
- bug 1138263 - [Telephony] Make TelephonyService.js JSHint friendly
- to avoid the JSHint warning of "gRadioInterfaceLayer is not defined"
/* global gRadioInterfaceLayer */ XPCOMUtils.defineLazyServiceGetter(this, "gRadioInterfaceLayer", "@mozilla.org/ril;1", "nsIRadioInterfaceLayer");
- Target:
- bug 1137093 - B2G RIL: move telephony call related handling out of ril_worker
- Review:
- bug 1001343 - Telephony test: add test case of dialing a call from STK
Ben
- Done
- bug 1067629 - Turn off radio control in System App when running test script for MozMobileConnection.SetRadioEnabled(false) (landed)
- Ongoing
- bug 1001343 - Telephony test: add test case of dialing a call from STK(r?)
- bug 1133400 - [B2G][Emulator] Fix an implementation defect of emulator 'modem enable|disable <feature>'(r?)
- bug 906603 - B2G RIL: Support Change Call Barring Password on Emulator.
- bug 1027546 - [B2G][Emulator] Support call barring
- Pending
- bug 977503 -B2G RIL: [CDMA] update callNumber when a waiting call coming after a 3way call
- bug 1116665 - Add [AvailableIn="CertifiedApps"] and [CheckPermissions="telephony"] to Telephony API
Bevis
- Ongoing
- bug 1114935 - [B2G][ICC] Refactor the support of IccInfo, IccCardState, IccCardCardLock, and matchMvno in MozIcc.webidl with IPDL.
- TODO:
- Prevent redundant listener registration & notification in RILContentHelper.
- TODO:
- bug 1138757 - [B2G][SMS] Incorrect logic to identify the invalid port numbers in CDMA WAP Push
- bug 1130292 - [FFOS2.0][Woodduck][HOMO][Orange AMEA] MMS cant be received by the phone
- bug 1114935 - [B2G][ICC] Refactor the support of IccInfo, IccCardState, IccCardCardLock, and matchMvno in MozIcc.webidl with IPDL.
- Clarified
- bug 1130546 - [STK] Null iccId value results in no TR being sent
- RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING can be used to prevent this problem.
- bug 1136211 - SMS cannot be sent to a 15-digit phone number (such as an iNum)
- bug 1130546 - [STK] Null iccId value results in no TR being sent
- Reviewed
- bug 1136170 - [Messages] Adjust the read ahead number to be the same or higher than what the max number of threads on Flame
- bug 1132774 - [B2G][SMS] Enable DEBUG Flag in SmsService if the default value of "ril.debugging.enabled" is true.
- Pending
- bug 1138264 - [B2G][SMS][MMS] Support new system message of "sms-delivery-error" to notify the error from delivery report.
- bug 880251 - [MMS] [B2G] Remove own number from 'participants' field in thread created by Group MMS.
- Listed by dev-gaia in https://etherpad.mozilla.org/fxos-engineering-most-wanted
- Problem: Howto support this when MSISDN is not available in the inserted UICC.
- bug 1114937 - [B2G][ICC] Refactor Icc Contacts in MozIcc.webidl with IPDL.
- bug 1114938 - [B2G][ICC] Refactor STK in MozIcc.webidl with IPDL.
Edgar
Target
- bug 991582 - B2G RIL: Handle the result of RIL request in a consistent way (Ongoing)
- Rebase WIP patches.
Review & feedback
- bug 1114935 - [B2G][ICC] Refactor the support of IccInfo, IccCardState, IccCardCardLock, and matchMvno in MozIcc.webidl with IPDL.
- bug 1133400 - [B2G][Emulator] Fix an implementation defect of emulator 'modem enable|disable <feature>'
- bug 1109479 - B2G tethering: move tethering code out of NetworkManager
Debugging & Tracking
Pending
- Marionette OOP test, bug 926277 - [meta] Add test cases running in OOP mode for RIL APIs:
- bug 1118675 - Improve NetworkService debugging message
Others
- PTO: 3/1
Hsinyi
Target.(Bug Number, Summay, Stauts, Estimated date)
- bug 1069186 - Invalid LTE signal level reported
- Add a quirk for Shinano/Aries
- bug 1116654 - [meta] completely hide Telephony, MobileMessage, MobileConnection, ICC... interfaces from privileged and web content
- MobileConnection - should have stricter checks in code (pending)
Tracking & Debugging & Clarifying
Review & Feedback
- bug 1091307 - Unable to instantiate Vendor Telephony implementation on FFOS (2.2+)
- bug 1135268 - [Dialer][USSD] MMI codes activated during a call do not function and will attempt to dial out as a number (2.2+)
- bug 1132863 - Map settings "ril.debugging.enabled" to preference
- bug 1137155 - static assertion failed: Reference-counted class Icc should not have a public destructor
- bug 1138263 - [Telephony] Make TelephonyService.js JSHint friendly
Others
- Lightsaber project - device porting
Jessica
- Ongoing and Done:
- bug 1109479 - B2G tethering: move tethering code out of NetworkManager (r?)
- bug 1137088 - B2G RIL: move data call related handling out of ril_worker (ongoing)
- WIP uploaded
- bug 1114901 - [B2G] [RIL] Move data connection related code out of RadioInterfaceLayer (ongoing)
- initial draft, will wait for bug 1137088
- bug 1134644 - Tethering do not work on Orange F SIM card when "dun" APN is defined (ongoing)
- maybe we should have "dun required" and "dun preferred"
- NetworkManager will fallback to other connection when dun times out
- bug 1131896 - Leave the phone overnight and data connection is not working (clarifying)
- seems that device loses data registration after a while, can we reproduce it with qcril?
- Pending:
- bug 1131962 - B2G RIL: clear proxies on boot up
- bug 1126222 - B2G NetworkManager: fire 'network-connection-state-changed' after internal work is done
- bug 1017470 - B2G RIL: reconnect data call only if necessary when apns are updated
- Reviews/Feedbacks/Others:
- Necko Study Group
- https://taiwan.etherpad.mozilla.org/NeckoStudyGroup
- Sharing on 4/15 (Necko Walkthrough)
- Necko Study Group
John
- Target:
- bug 1120805 - [B2G][RIL] Remove deprecated xpcshell test functions used in RIL test code.(r?)
- bug 1122376 - [B2G][RIL] Support SIM contact dialling number exceed 20 digits.
- Ongoing:
- bug 962995 - B2G RIL: write ICC UCS2 characters for 0x81 and 0x82 cases for SIM Contact.
- bug 964586 - B2G RIL: return the modified contact in icc.updateContact.
- bug 1116702 - [B2G][RIL] Should only access RUIM|SIM|CPHS service when service allocated and activated.
- bug 964644 - B2G RIL: deprecate StkProactiveCmdHelper.
Samael
- Done
- bug 1132774 - [B2G][SMS] Enable DEBUG Flag in SmsService if the default value of "ril.debugging.enabled" is true.
- Ongoing
- bug 733331 - B2G SMS: configurable GSM national languages.
- Pending
- bug 1044721 -[B2G][SMS] Provide an API to modify the SMSC address of the inserted UICC.
Wesley (EPM)
- String Freeze reminder :
- Folks can continue to land any string changes if necessary for the next six weeks until FC(http://mzl.la/1BVuOFf), but please make sure to tag these bugs with the keyword late-l10
- Landing Policies:
- Please note, after this point approvals will be granted only on blocking-b2g:2.2+ or feature-b2g: 2.2+ bugs unless an exception was agreed upon with Release Management in a few cases. As we try to converge for our upcoming milestones and partner certifications we really need to reduce the code churn and hence we will avoid uplifting any non-blocking changes. Although, any non-blocking low risk huge Performance and stability wins will be considered depending on the risk/reward.
Refer: https://wiki.mozilla.org/Release_Management/B2G_Landing#Landing_Procedure_6
- engineering workshop finished this tuesday. some positive outputs (ongoing):