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

From MozillaWiki
Jump to navigation Jump to search
 
(6 intermediate revisions by 3 users not shown)
Line 9: Line 9:
*** Sprint 4, 09/01 ~ 09/12
*** Sprint 4, 09/01 ~ 09/12
*** Feature Complete: 10/13
*** Feature Complete: 10/13
** Features
**# {{bug|940893}} Cell broadcast for DSDS. - done
**# {{bug|992772}} ResolveHostName with the DNS of the specified NetworkInterface.
**# {{bug|824145}} and {{bug|935843}}, Support for STK icon display. - done
**# {{bug|843452}}, B2G RIL: use ipdl as IPC in MozMobileConnection. - done
**# {{bug|1027430}}, Supporting different MVNO. - done.
**# {{bug|1013847}} readICCID() even appIndex is -1. - done


* 2.2 Goals - internal interfaces cleanup & freezing
* 2.2 Goals - internal interfaces cleanup & freezing
Line 27: Line 20:
*** Feature Landing Ready to Release (FLRR):
*** Feature Landing Ready to Release (FLRR):
*** Feature Landing (FL):
*** Feature Landing (FL):
= Team memebers' updates =
== Aknow ==
*'''Target:'''
*# {{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:'''
*# {{Bug|1034522}} - B2G Emulator: Add console command - sim status (r+)
== Bevis ==
* '''Ongoing'''
**{{Bug|864484}} - B2G RIL: use ipdl as IPC in MozCellBroadcast
*** Move CellBroadcastMessage to WebIDL implementation in Patch Part 2. (Set {{bug|906398}} as duplicated.)
*** Use enum for predefined constant strings.
*** Simplify CellBroadcastIPCService & CellBroadcastChild into single class.
* '''Pending'''
**{{Bug|1058282}} - [SMS] User does not receive a pop up asking to activate data to send message after disabling Wifi and Data
**{{Bug|1032097}} - [B2G][MMS] Resolve/Add/Remove extra Host by MmsService per MMS connection.
*** Re-write patch for 1.3v.
**{{Bug|1044721}} - [B2G][SMS] Provide an API to modify the SMSC address of the inserted UICC
== Edgar ==
==== Target ====
* {{Bug|843452}} - B2G RIL: use ipdl as IPC in MozMobileConnection. '''(2.1+)''' (Landed)
* {{Bug|994461}} - B2G RIL: Move MozIccInfo to Webidl. (Ongoing)
** Working branch
==== Tracking & debugging ====
* {{Bug|1007062}} - SpecialPower.*Permission doesn't work in Marionette OOP mode.
** Add some logs to debug, but have no idea yet.
* {{Bug|1061380}} - [B2G][RIL][Dolphin] Unable to import contacts from sim card (JavaScript Error: "contacts is undefined").
* {{Bug|1062720}} - [dolphin][GCF] STK‘27.22.4.2.5/1’fail,GET INKEY, "Yes/No" Response for the input error. (1.4?)
* {{Bug|1061272}} - Cell scan problem on Nexus S.
* {{Bug|1059822}} - [LockScreen] SIM pin request page in front of camera when rebooting, sim pin on and unlock to camera
** Clarify it is not broken by {{bug|1013847}}.
==== Review & feedback ====
* {{Bug|955946}} B2G RIL: Distinguish SIM/USIM getResponse p1/p2/p3 parameters.
* {{Bug|1038276}} - Not getting LTE on a Nexus 5.
* {{Bug|1063405}} - [B2G][RIL] ussd is not defined.
* {{Bug|1061535}} - [B2G][RIL] relax restrictions on EF_IMG error handling.
==== 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 ====
# {{Bug|1047203}} - [meta][B2G] have a strong restriction on valid values in idl interface
#{{Bug|1047196}} - [B2G] consider not use "jsval" in interfaces, like nsIMobileConnectionCallback.idl
#{{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 ====
#{{Bug|1060729}} - Handle default outgoing call SIM set to "always ask" in ICE contacts
#{{Bug|1058585}} - [B2G][RIL][Flame] fail to switch default data connection
=== Others ===
#Freezing RIL interfaces
== Jessica ==
*'''Target:
*# {{Bug|1038276}} - Not getting LTE on a Nexus 5 '''(landed)'''
*#* fallback to AOSP system prop if our defined 'ro.moz.ril.x.network_types' is not available.
*# {{Bug|1059110}} - [B2G][RIL] Ensure the consequence of setupDataCallByType() will be returned asynchronously '''(ongoing)'''
*#* notify the result of setupDataCallByType() asynchronously.
*#* r+ed.
*# {{Bug|1047196}} - [B2G] consider not use "jsval" in interfaces, like nsIMobileConnectionCallback.idl '''(ongoing)'''
*#* working on set/get call forwarding APIs.
*''' Pending:
*# {{Bug|997654}} - B2G RIL: let each network handle its own host routes
*#* depends on {{Bug|939046}}.
*#* the issue found in {{bug|1003247}} will be a problem for this bug.
*# {{Bug|973543}} - B2G RIL: host routes removed unexpectedly when data call is shared
*#* pending, depends on {{Bug|997654}}.
*# {{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|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 ==
* <b>Target</b>
** {{bug|833229}} - B2G RIL: use ipdl as IPC in MozVoicemail
*** Rebase after {{bug|843452}}.
** {{bug|864489}} - B2G RIL: use ipdl as IPC in MozIccManager
*** Rebase after {{bug|843452}}.
** {{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.
* <b>Reviews & feedbacks</b>
** {{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
* <b>Pending</b>
** {{bug|1038606}} - implement a nsITelephonyService for Simulator
*** 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) ==

Latest revision as of 02:17, 15 September 2014

Team's updates

<Read Only>

  • 2.1 release
    • Important dates
      • Sprint 4, 09/01 ~ 09/12
      • Feature Complete: 10/13
  • 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
    • Important dates
      • Kick off:
      • Feature Landing Ready to Release (FLRR):
      • Feature Landing (FL):

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

  • Ongoing
    • bug 864484 - B2G RIL: use ipdl as IPC in MozCellBroadcast
      • Move CellBroadcastMessage to WebIDL implementation in Patch Part 2. (Set bug 906398 as duplicated.)
      • Use enum for predefined constant strings.
      • Simplify CellBroadcastIPCService & CellBroadcastChild into single class.
  • Pending
    • bug 1058282 - [SMS] User does not receive a pop up asking to activate data to send message after disabling Wifi and Data
    • bug 1032097 - [B2G][MMS] Resolve/Add/Remove extra Host by MmsService per MMS connection.
      • Re-write patch for 1.3v.
    • bug 1044721 - [B2G][SMS] Provide an API to modify the SMSC address of the inserted UICC

Edgar

Target

  • bug 843452 - B2G RIL: use ipdl as IPC in MozMobileConnection. (2.1+) (Landed)
  • bug 994461 - B2G RIL: Move MozIccInfo to Webidl. (Ongoing)
    • Working branch

Tracking & debugging

  • bug 1007062 - SpecialPower.*Permission doesn't work in Marionette OOP mode.
    • Add some logs to debug, but have no idea yet.
  • bug 1061380 - [B2G][RIL][Dolphin] Unable to import contacts from sim card (JavaScript Error: "contacts is undefined").
  • bug 1062720 - [dolphin][GCF] STK‘27.22.4.2.5/1’fail,GET INKEY, "Yes/No" Response for the input error. (1.4?)
  • bug 1061272 - Cell scan problem on Nexus S.
  • bug 1059822 - [LockScreen] SIM pin request page in front of camera when rebooting, sim pin on and unlock to camera

Review & feedback

  • bug 955946 B2G RIL: Distinguish SIM/USIM getResponse p1/p2/p3 parameters.
  • bug 1038276 - Not getting LTE on a Nexus 5.
  • bug 1063405 - [B2G][RIL] ussd is not defined.
  • bug 1061535 - [B2G][RIL] relax restrictions on EF_IMG error handling.

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:
    1. bug 1038276 - Not getting LTE on a Nexus 5 (landed)
      • fallback to AOSP system prop if our defined 'ro.moz.ril.x.network_types' is not available.
    2. bug 1059110 - [B2G][RIL] Ensure the consequence of setupDataCallByType() will be returned asynchronously (ongoing)
      • notify the result of setupDataCallByType() asynchronously.
      • r+ed.
    3. bug 1047196 - [B2G] consider not use "jsval" in interfaces, like nsIMobileConnectionCallback.idl (ongoing)
      • working on set/get call forwarding APIs.
  • Pending:
    1. bug 997654 - B2G RIL: let each network handle its own host routes
    2. bug 973543 - B2G RIL: host routes removed unexpectedly when data call is shared
    3. 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?
    4. 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)