TPE RIL team/2014-09-23

From MozillaWiki
Jump to: navigation, search

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

Team memebers' updates

Aknow

  • Target:
    1. bug 889737 - [MMI] Unify both sendMMI() and dial() functions
      • landed, but need a follow-up patch.
    2. bug 1058397 - [B2G][Telephony] add UssdSession API (r?)
    3. bug 1069862 - MozMobileConnection.getCallBarringOption() with a specific serviceClass doesn't work on some operator
    4. bug 1067723 - [Telephony] TelephonyParent: Result of action on underlying service should be visible

Bevis

  • Ongoing
    • bug 1032097 - [B2G][MMS] Resolve/Add/Remove extra Host by MmsService per MMS connection.
      • 1.3v patch (r?)
      • For 2.0v, to be discussed with Edgar to merge from either 1.3v or 2.1v.
    • bug 864484 - B2G RIL: use ipdl as IPC in MozCellBroadcast (r+)
      • Replace predefined constant strings to predefined constant integers in .idl.
      • To run oop mode in marionette test case:
        • add "test_container = true" in next line of your test case in manifest.ini.
  • Clarifying
    • bug 980143 - [Sora][Certification][MMS]MS can't receive MMS continuously by teleca tool. (ni?)
      • Looks like ZTE set wrong mmsc for testing. set NI to double confirm this.
    • bug 1060217 - [Messages][SMS] Unable to dismiss the data change request, after switching to SIM2 then SIM1 again (qawanted)
  • Clarified
    • bug 1060702 - [SMS] MMS messages received on roaming sim continuiously download message
      • test CHT SIM only special internet data plan which is mutually exclusive to emome service.
  • Pending
    • bug 1044721 - [B2G][SMS] Provide an API to modify the SMSC address of the inserted UICC

Edgar

Target

Tracking & debugging

  • bug 1066961 - Construct a STK call first and then try to make another STK call via the same steps, FFOS still send CALLSETUP to modem after modem reports "STK_SESSION_END" because ME is busy on the first active call.
  • bug 1022112 - Wi-Fi hotspot does not work when SIM 2 is data source.
    • 2.0M
    • bug 1062862 - [dolphin][GCF] STK‘27.22.4.7.1/1’fail,STK After FETCH and before TERMINAL RESPONSE the ME didn't perform SIM initialisation
  • bug 1061487 - [woodduck] Failed to import contacts from SIM card. (2.0M?)

Review & feedback

  • bug 1063304 - B2G RIL: eliminate 'clientId' argument usage in nsIMobileConnectionService interface.
  • bug 833229 - B2G RIL: use ipdl as IPC in MozVoicemail.

Pending

  • bug 1007062 - SpecialPower.*Permission doesn't work in Marionette OOP mode.
    • Doesn't register message listener for oop frame.
    • url is "about:blank"
  • bug 977474 - B2G: [NetworkOption] Combine the prefixLength, prefix and maskLength into one. (Review+)
    • Rebase
  • bug 1054148 - Clean up MOZ_B2G_RIL in NetworkManager. (Ongoing)
    • Working branch

Hsinyi

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

Tracking & Debugging & Clarifying

  1. bug 1062862 - [dolphin][GCF] STK‘27.22.4.7.1/1’fail,STK After FETCH and before TERMINAL RESPONSE the ME didn't perform SIM initialisation
  2. bug 996369 - [OPEN C_1.3][STK]File Change Notification does not work

Review & Feedback

  1. bug 1058397 - [B2G][Telephony] add UssdSession API
  2. bug 1067859 - With an established call and calling to second phone number the sound alert for new SMS does not beep

Others

  1. Freezing RIL interfaces
  2. Sharing: Do not add new instances of __exposedProps__ to mozilla-central

Jessica

  • Target:
    1. bug 1047196 - [B2G] consider not use "jsval" in interfaces, like nsIMobileConnectionCallback.idl (ongoing)
      • implementation completed, patches uploaded.
      • per offline discussion, we'll return DOMRequest directly in DOM level if arguments passed are not correct.
    2. bug 1022112 - Wi-Fi hotspot does not work when SIM 2 is data source (ongoing)
      • need to uplift to mozilla-b2g32_v2_0 branch.
      • tested manually on device and asked for approval-mozilla-b2g32?
    3. bug 1060217 - [Messages][SMS] Unable to dismiss the data change request, after switching to SIM2 then SIM1 again
      • seems that MmsService did not receive 'dom.mms.defaultServiceId' change from settings.js.
      • Bevis will follow-up.
    4. bug 1059110 - [B2G][RIL] Ensure the consequence of setupDataCallByType() will be returned asynchronously (ongoing)
      • r+ed.
  • 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 (in review)
    • bug 864489 - B2G RIL: use ipdl as IPC in MozIccManager
      • WIP.
    • bug 873351 - B2G SMS: move SMS code out of RadioInterfaceLayer to SmsService
    • bug 1064231 - Module definition for RIL components (landed)
    • bug 1063304 - B2G RIL: eliminate 'clientId' argument usage in nsIMobileConnectionService interface (landed)
  • Reviews & feedbacks
    • bug 864484 - B2G RIL: use ipdl as IPC in MozCellBroadcast
    • bug 889737 - [MMI] Unify both sendMMI() and dial() functions
    • bug 994461 - B2G RIL: Move MozIccInfo to Webidl
    • bug 1057091 - Usb tethering chains for IPv6
    • bug 1068978 - [CBS] Migrate all ril.cellbroadcast.disabled setting to multi client format
    • bug 1069115 - Some marionette webapi tests don't wait for settings transactions properly
  • Pending

Wesley (EPM)