TPE RIL team/2014-09-02: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(11 intermediate revisions by 6 users not shown)
Line 8: Line 8:
** Important dates
** Important dates
*** Sprint 4, 09/01 ~ 09/12
*** Sprint 4, 09/01 ~ 09/12
*** Feature Landing: 10/13
*** Feature Complete: 10/13
** Features
** Features
**# {{bug|940893}} Cell broadcast for DSDS. - done
**# {{bug|940893}} Cell broadcast for DSDS. - done
Line 17: Line 17:
**# {{bug|1013847}} readICCID() even appIndex is -1. - done
**# {{bug|1013847}} readICCID() even appIndex is -1. - done


* 2.2 Gaols - internal interfaces cleanup & freezing
* 2.2 Goals - internal interfaces cleanup & freezing
*# {{Bug|1058398}} - [meta][B2G][Telephony] streamline sendMMI(), cancelMMI() and dial()
*# {{Bug|1058398}} - [meta][B2G][Telephony] streamline sendMMI(), cancelMMI() and dial()
*# {{Bug|815526}} - [meta] B2G RIL: deprecate RILContentHelper
*# {{Bug|815526}} - [meta] B2G RIL: deprecate RILContentHelper
Line 23: Line 23:
*# {{Bug|1047203}} - [meta][B2G] have a strong restriction on valid values in idl interface
*# {{Bug|1047203}} - [meta][B2G] have a strong restriction on valid values in idl interface
*# {{Bug|1000485}} - Streamline nsITelephonyService API
*# {{Bug|1000485}} - Streamline nsITelephonyService API
* Training Course
** 9/22 (Mon.) 專案管理通識課程,名額有限!


= Team memebers' updates =
= Team memebers' updates =
== Aknow ==
== Aknow ==
*'''Done:'''
*# {{Bug|1054909}} - [Telephony] fix Callback constructor
*# {{Bug|1053110}} - [Telephony] Move temporary clir logic from ril_worker to telephonyService
*# {{Bug|1056618}} - [Telephony] Automatically hold the active calls before dial
*# {{Bug|1056522}} - [Refactoring] Ril worker: set |mmiServiceCode| in one place
*'''Target:'''
*'''Target:'''
*# {{Bug|889737}} - [MMI] Unify both sendMMI() and dial() functions
*# {{Bug|889737}} - [MMI] Unify both sendMMI() and dial() functions
*# {{Bug|1058397}} - [B2G][Telephony] add UssdSession API
*#* Use system message wrapper. Now I could return an USSDReceivedEvent through system message.
*#*  Next step is to add USSDSession into USSDReceivedEvent.


*'''Pending:'''
*'''Pending:'''
Line 40: Line 40:
== Bevis ==  
== Bevis ==  
* '''Done'''
* '''Done'''
**{{Bug|1032097}} - [B2G][MMS] Resolve/Add/Remove extra Host from the URL to be downloaded per MMS transaction. '''(landed)'''
**{{Bug|1057973}} - Receiving Carrier Download MMS instead of the actual message '''(landed)'''
**{{Bug|1055994}} - Fire system message for cell broadcast '''(landed)'''
**{{Bug|1056625}} - [Settings] crash when tapping on either SIM in SIM settings (of Messaging Settings) if the SIM pin is locked '''(landed)'''
* '''Ongoing'''
* '''Ongoing'''
**{{Bug|864484}} - B2G RIL: use ipdl as IPC in MozCellBroadcast
**{{Bug|864484}} - B2G RIL: use ipdl as IPC in MozCellBroadcast
*** Patch has been verified locally.
*** Resolve Link error in Windows platform.
*** Built-break to be resolved in other platform.
* '''Review'''
* '''Clarifying'''
**{{Bug|1057915}} - Return multiple thread/message records via MobileMessageCursorCallback '''(r+)'''
**{{Bug|1058282}} - [SMS] User does not receive a pop up asking to activate data to send message after disabling Wifi and Data
**{{Bug|1057973}} - Receiving Carrier Download MMS instead of the actual message
* '''Pending'''
* '''Pending'''
**{{Bug|1032097}} - [B2G][MMS] Resolve/Add/Remove extra Host by MmsService per MMS connection.
*** Re-write patch for 1.3v.
**{{Bug|906398}} - B2G RIL: move CellBroadcastMessage to WebIDL
**{{Bug|906398}} - B2G RIL: move CellBroadcastMessage to WebIDL
**{{Bug|1044721}} - [B2G][SMS] Provide an API to modify the SMSC address of the inserted UICC
**{{Bug|1044721}} - [B2G][SMS] Provide an API to modify the SMSC address of the inserted UICC
Line 56: Line 54:
== Edgar ==
== Edgar ==
==== target ====
==== target ====
* {{Bug|1052865}} - [Flame kk build] SIM card not detected in 2.0 and 2.1. '''(2.0+)''' (Landed)
* {{Bug|1053733}} - [Settings] SettingManager is unable to receive message sent from SettingsChangeNotifier if SettingManager is initialized before SettingsChangeNotifier. '''(2.1+)''' (Landed)
* {{Bug|1013847}} - [B2G] readICCID() even appIndex is -1. '''(2.1+)''' (Landed)
* {{Bug|1058585}} - [B2G][RIL][Flame] fail to switch default data connection. '''(2.1?)''' (Landed)
* {{Bug|843452}} - B2G RIL: use ipdl as IPC in MozMobileConnection. '''(2.1+)''' (Pending)
* {{Bug|843452}} - B2G RIL: use ipdl as IPC in MozMobileConnection. '''(2.1+)''' (Pending)
** Review+
** Rebase
** Try it again after {{bug|900551}} and {{bug|846200}} is landed.
* {{Bug|1053733}} - [Settings] SettingManager is unable to receive message sent from SettingsChangeNotifier if SettingManager is initialized before SettingsChangeNotifier. '''(2.1+)''' (Pending)
** Try it again after {{bug|900551}} and {{bug|846200}} is landed.
* {{Bug|1013847}} - [B2G] readICCID() even appIndex is -1. '''(2.1+)''' (Pending)
** Review+.
** Wait for {{Bug|843452}} landing.
* {{Bug|1052865}} - [Flame kk build] SIM card not detected in 2.0 and 2.1. (Feedback+)
** CAF's proprietary parcels are shifted in kk.


==== Tracking & debugging ====
==== Tracking & debugging ====
* {{Bug|1007062}} - SpecialPower.*Permission doesn't work in Marionette OOP mode.
* {{Bug|1007062}} - SpecialPower.*Permission doesn't work in Marionette OOP mode.
** Add some logs for debugging, but have no idea yet.
** Add some logs to debug, but have no idea yet.
* {{Bug|1048122}} - Get stuck on the export screen when exporting contacts to SIM card that is full.
** This issue was already fixed in bug 1022490.


==== Review & feedback ====
==== Review & feedback ====
* {{Bug|935843}} - B2G RIL: Parse EF_IMG from SIM. '''(2.1+)'''
* {{Bug|955946}} B2G RIL: Distinguish SIM/USIM getResponse p1/p2/p3 parameters.
* {{Bug|824145}} - B2G STK: Support for STK icon display. '''(2.1+)'''
* {{Bug|1032097}} - [B2G][MMS] Resolve/Add/Remove extra Host by MmsService per MMS connection.
* {{Bug|1038531}} - Unify NetworkService/Networker/WifiNetUtil/WifiUtil.
* {{Bug|833229}} - B2G RIL: use ipdl as IPC in MozVoicemail.
* {{Bug|1056449}} - B2G RIL: correct trigger point for overrideICCNetworkName for OPL/PNN reading.


==== Pending ====
==== Pending ====
Line 104: Line 91:
== Jessica ==
== Jessica ==
*'''Target:
*'''Target:
*# {{Bug|1043114}} - B2G NetworkService: unify addHostRoute/addHostRouteWithResolve and removeHostRoute/removeHostRouteWithResolve '''(landed)'''
Catching up...
*#* NetworkService's add/removeHostRoute() now returns a promise.
*# {{Bug|824145}} - B2G STK: Support for STK icon display '''(landed)'''
*# {{Bug|1048723}} - B2G RIL: send data registration request one by one '''(landed)'''
*#* thanks Hsinyi!
*#* reorganized a little bit part of the code and let setDataRegistration() return a promise.
*''' Pending:
*# {{Bug|824145}} - B2G STK: Support for STK icon display '''(ongoing)'''
*# {{Bug|1038276}} - Not getting LTE on a Nexus 5
*#* working based on {{bug|935843}}
*#* adding marionette tests, basically working well! \o/
*# {{Bug|1038276}} - Not getting LTE on a Nexus 5 '''(ongoing)'''
*#* will fallback to AOSP system prop if our defined 'ro.moz.ril.x.network_types' is not available.
*#* will fallback to AOSP system prop if our defined 'ro.moz.ril.x.network_types' is not available.
*''' Pending:
*# {{Bug|997654}} - B2G RIL: let each network handle its own host routes
*# {{Bug|997654}} - B2G RIL: let each network handle its own host routes
*#* depends on {{Bug|939046}}.
*#* depends on {{Bug|939046}}.
Line 127: Line 110:
== Vicamo ==
== Vicamo ==
* <b>Target</b>
* <b>Target</b>
** {{bug|878533}} - WebSMS: Move SmsFilter to WebIDL dictionary (r+)
** {{bug|833229}} - B2G RIL: use ipdl as IPC in MozVoicemail
*** fix build failures in Fennec
*** Rebase after {{bug|843452}}.
** {{bug|937485}} - WebIccManager API: Use Webidl enum for cardState (in review)
** {{bug|864489}} - B2G RIL: use ipdl as IPC in MozIccManager
** {{bug|1043830}} - Refactor NetworkStats a bit
*** Rebase after {{bug|843452}}.
*** fix more xpcshell failures.
** {{bug|878533}} - WebSMS: Move SmsFilter to WebIDL dictionary (landed)
** {{bug|1057915}} - Return multiple thread/message records via MobileMessageCursorCallback (in review)
** {{bug|926277}} - Add test cases running in OOP mode for RIL APIs
*** {{bug|878533}} brought a regression {{bug|1060865}} when running in oop. The startDate/endDate or any other attributes other than the ''numbers'' field in MobileMessageFilter dictionary are not used in Gaia. Tried to bisec which commit led to ''SpecialPowers.pushPermissions'' hang. Don't have a successful run yet.
** {{bug|937485}} - WebIccManager API: Use Webidl enum for cardState (r+)
*** Rebase after {{bug|843452}}. To be landed after 2.1 branch.
** {{bug|1034000}} - gUM with audio on emulator-jb and emulator-kk fails
*** Help create manifest pull request and filed {{bug|1057950}} to ask for repository mirror.
* <b>Reviews & feedbacks</b>
* <b>Reviews & feedbacks</b>
** {{bug|1032097}} - [B2G][MMS] Resolve/Add/Remove extra Host by MmsService per MMS connection.
** {{bug|889737}} - [MMI] Unify both sendMMI() and dial() functions
** {{bug|1055994}} - Fire system message for cell broadcast
** {{bug|964697}} - B2G Emulator: NFC support in KitKat
** {{bug|1054934}} - [NFC] Move emulation into separate library
** {{bug|1057973}} - Receiving Carrier Download MMS instead of the actual message
** {{bug|1060865}} - SMS filtering with startDate/endDate broken
* <b>Pending</b>
* <b>Pending</b>
** {{bug|833229}} - B2G RIL: use ipdl as IPC in MozVoicemail
** {{bug|864489}} - B2G RIL: use ipdl as IPC in MozIccManager
** {{bug|1038606}} - implement a nsITelephonyService for Simulator
** {{bug|1038606}} - implement a nsITelephonyService for Simulator
*** Waiting for {{bug|843452}} being landed.
*** Waiting for {{bug|843452}} being landed.
** {{bug|1043830}} - Refactor NetworkStats a bit
** {{bug|1057915}} - Return multiple thread/message records via MobileMessageCursorCallback (in review)


== Wesley (EPM) ==
== Wesley (EPM) ==

Latest revision as of 03:33, 2 September 2014

Team's updates

<Read Only>

  • 2.1 release
    • Important dates
      • Sprint 4, 09/01 ~ 09/12
      • Feature Complete: 10/13
    • Features
      1. bug 940893 Cell broadcast for DSDS. - done
      2. bug 992772 ResolveHostName with the DNS of the specified NetworkInterface.
      3. bug 824145 and bug 935843, Support for STK icon display. - done
      4. bug 843452, B2G RIL: use ipdl as IPC in MozMobileConnection.
      5. bug 1027430, Supporting different MVNO. - done.
      6. bug 1013847 readICCID() even appIndex is -1. - done
  • 2.2 Goals - internal interfaces cleanup & freezing
    1. bug 1058398 - [meta][B2G][Telephony] streamline sendMMI(), cancelMMI() and dial()
    2. bug 815526 - [meta] B2G RIL: deprecate RILContentHelper
    3. bug 1047196 - [B2G] consider not use "jsval" in interfaces, like nsIMobileConnectionCallback.idl
    4. bug 1047203 - [meta][B2G] have a strong restriction on valid values in idl interface
    5. bug 1000485 - Streamline nsITelephonyService API
  • Training Course
    • 9/22 (Mon.) 專案管理通識課程,名額有限!

Team memebers' updates

Aknow

  • Target:
    1. bug 889737 - [MMI] Unify both sendMMI() and dial() functions
    2. bug 1058397 - [B2G][Telephony] add UssdSession API
      • Use system message wrapper. Now I could return an USSDReceivedEvent through system message.
      • Next step is to add USSDSession into USSDReceivedEvent.
  • Pending:
    1. bug 1034522 - B2G Emulator: Add console command - sim status (r+)

Bevis

  • Done
    • bug 1057973 - Receiving Carrier Download MMS instead of the actual message (landed)
  • Ongoing
    • bug 864484 - B2G RIL: use ipdl as IPC in MozCellBroadcast
      • Resolve Link error in Windows platform.
  • Review
    • bug 1057915 - Return multiple thread/message records via MobileMessageCursorCallback (r+)
  • Pending
    • bug 1032097 - [B2G][MMS] Resolve/Add/Remove extra Host by MmsService per MMS connection.
      • Re-write patch for 1.3v.
    • bug 906398 - B2G RIL: move CellBroadcastMessage to WebIDL
    • bug 1044721 - [B2G][SMS] Provide an API to modify the SMSC address of the inserted UICC

Edgar

target

  • bug 1052865 - [Flame kk build] SIM card not detected in 2.0 and 2.1. (2.0+) (Landed)
  • bug 1053733 - [Settings] SettingManager is unable to receive message sent from SettingsChangeNotifier if SettingManager is initialized before SettingsChangeNotifier. (2.1+) (Landed)
  • bug 1013847 - [B2G] readICCID() even appIndex is -1. (2.1+) (Landed)
  • bug 1058585 - [B2G][RIL][Flame] fail to switch default data connection. (2.1?) (Landed)
  • bug 843452 - B2G RIL: use ipdl as IPC in MozMobileConnection. (2.1+) (Pending)
    • Rebase

Tracking & debugging

  • bug 1007062 - SpecialPower.*Permission doesn't work in Marionette OOP mode.
    • Add some logs to debug, but have no idea yet.

Review & feedback

  • bug 955946 B2G RIL: Distinguish SIM/USIM getResponse p1/p2/p3 parameters.

Pending

  • bug 977474 - B2G: [NetworkOption] Combine the prefixLength, prefix and maskLength into one. (Review+)
    • Rebase

Hsinyi

Target.(Bug Number, Summay, Stauts, Estimated date)

Tracking & Debugging & Clarifying

  1. bug 1047203 - [meta][B2G] have a strong restriction on valid values in idl interface
  2. bug 1047196 - [B2G] consider not use "jsval" in interfaces, like nsIMobileConnectionCallback.idl
  3. bug 1057455 - [Dialer] [MMI] session expired screen for code *3282#, yet SMS still is delivered
    • Consecutive unsol_on_ussd messages, one with typeCode 0 and non-empty message, and the other with typeCode 0 but empty message
    • 1st message wasn't displayed

Review & Feedback

  1. bug 1060729 - Handle default outgoing call SIM set to "always ask" in ICE contacts
  2. bug 1058585 - [B2G][RIL][Flame] fail to switch default data connection

Others

  1. Freezing RIL interfaces

Jessica

  • Target:

Catching up...

    1. bug 824145 - B2G STK: Support for STK icon display (landed)
      • thanks Hsinyi!
  • Pending:
    1. bug 1038276 - Not getting LTE on a Nexus 5
      • will fallback to AOSP system prop if our defined 'ro.moz.ril.x.network_types' is not available.
    2. bug 997654 - B2G RIL: let each network handle its own host routes
    3. bug 973543 - B2G RIL: host routes removed unexpectedly when data call is shared
    4. 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?
    5. bug 1039938 - [OPEN II_1.3] Data connection couldn't be established when handover from GSM to UTRAN
      • waiting for Vance's confirmation.
  • Reviews/Feedbacks/Others:

Vicamo

  • Target
    • bug 833229 - B2G RIL: use ipdl as IPC in MozVoicemail
    • bug 864489 - B2G RIL: use ipdl as IPC in MozIccManager
    • bug 878533 - WebSMS: Move SmsFilter to WebIDL dictionary (landed)
    • bug 926277 - Add test cases running in OOP mode for RIL APIs
      • bug 878533 brought a regression bug 1060865 when running in oop. The startDate/endDate or any other attributes other than the numbers field in MobileMessageFilter dictionary are not used in Gaia. Tried to bisec which commit led to SpecialPowers.pushPermissions hang. Don't have a successful run yet.
    • bug 937485 - WebIccManager API: Use Webidl enum for cardState (r+)
      • Rebase after bug 843452. To be landed after 2.1 branch.
    • bug 1034000 - gUM with audio on emulator-jb and emulator-kk fails
      • Help create manifest pull request and filed bug 1057950 to ask for repository mirror.
  • Reviews & feedbacks
    • bug 889737 - [MMI] Unify both sendMMI() and dial() functions
    • bug 964697 - B2G Emulator: NFC support in KitKat
    • bug 1054934 - [NFC] Move emulation into separate library
    • bug 1057973 - Receiving Carrier Download MMS instead of the actual message
    • bug 1060865 - SMS filtering with startDate/endDate broken
  • Pending
    • bug 1038606 - implement a nsITelephonyService for Simulator
    • bug 1043830 - Refactor NetworkStats a bit
    • bug 1057915 - Return multiple thread/message records via MobileMessageCursorCallback (in review)

Wesley (EPM)