TPE TelephonyPlatform team/2015-01-06

From MozillaWiki
Jump to: navigation, search

Team's updates

<Read Only>

  • 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
      • Feature Landing: 2015-02-23
      • Feature Complete: 2015-04-06
      • Code Complete: 2015-05-18
  • 2.2 Product features
    1. bug 1107303 - (gonk-L-RIL) [meta] RIL Android L Porting
  • 2.2 Goals - internal interfaces cleanup & freezing
    1. bug 1058398 - [meta][B2G][Telephony] streamline sendMMI(), cancelMMI() and dial() (P1) landed
    2. bug 1047203 - [meta][B2G][Telephony] v2.2 P1 items - define valid values and strict data types in idl interfaces (P1)
    3. bug 1079723 - [meta][B2G][Telephony] v2.2 P1 items - create Proxy to communicate b/w telephony modules and rest of gecko (P1)
    4. bug 1000485 - Streamline nsITelephonyService API (P2)
    5. bug 815526 - [meta] B2G RIL: deprecate RILContentHelper (P2)
  • Before v3
    1. Network Manager Enhancement
    2. Emulator & Tests
    3. Interface version mechanism
    4. Other enhancements, e.g. CDMA Telephony API
  • FxOS v3 Lightning Talks
    • Everyone in b2g-internal should have received meeting invitations

Team memebers' updates

Aknow

  • Done:
    1. bug 1115645 - Remove unused code of _updateActiveCall() in TelephonyService.js
  • Target:
    1. bug 1115603 - Introduce nsITelephonyCallInfo and use it to provide call info in nsITelephonyListener
    2. bug 1115758 - Add Cancel method for USSDSession
  • Review:

Ben

  • Ongoing
    • bug 1061175 - [Flame][Intermittent] Sometimes after receiving a call, user is unable to make another phone call
    • bug 1077075 - Augment telephony API to notify client code of errors when attempting hold(), resume(), etc.
    • bug 1114841 - Deprecate DOMMMIError ()
    • bug 1116665 - Add [AvailableIn="CertifiedApps"] and [CheckPermissions="telephony"] to Telephony API
  • Pending
    • 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 1114935 - [B2G][ICC] Refactor the support of IccInfo, IccCardState, IccCardCardLock, and matchMvno in MozIcc.webidl with IPDL.
      • Locked down new idl of nsIIccService/nsIGonkIccService.
    • bug 1117609 - [B2G][STK] Support of "Additional Info on Result" in STK Terminal Response. (r?)
  • Pending
    • 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 1114955 - User can't connect to cell data on v2.2 after turning it on from FTU, Settings or notification bar (2.2?) (Review+)
  • bug 1098210 - Use enums for mvnoType in MozIcc.webidl and nsIIccProvider.idl (2.2+) (Reopened)
  • bug 1112471 - [B2G][RIL] Provide the availability of FDN to Gaia (2.2+) (Ongoing)
    • Address review comment.
  • bug 1107303 - (gonk-L-RIL) [meta] RIL Android L Porting (2.2+)
    • Moz RIL works good except data connection
      • Blocked by bug 1104664 - [gonk-l] Some netutils APIs are not available in newer libsystem

Review & feedback

  • bug 1113476 - B2G RIL: support nsck/pck for SIM Lock types
  • bug 1111990 - [B2G][RIL] Should only access EF_FDN when FDN service is available
  • bug 1116431 - [Messages] SIM identifier is displayed inside messages and notifications even if only one SIM inserted
  • bug 1081789 - [Ril] Redefine nsIIccProvider.idl interface for support SE/SIM access
  • bug 1073003 - Allow enabling warnings-as-errors from .userconfig
  • bug 1101366 - [Contacts][dolphin][1.4][FFOS7715 v2.1] Contacts can't be imported from SIM card to device in Du network

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)

  1. bug 1116431 - [Messages] SIM identifier is displayed inside messages and notifications even if only one SIM inserted 2.2+
    • Default value of nsString
    • SetIsVoid(true)
    • SetIsVoid(false)
  2. bug 1116670 - Add [AvailableIn="CertifiedApps"] and [CheckPermissions="sms"] to MozMobileMessageManager.webidl

Tracking & Debugging & Clarifying

Review & Feedback

  1. bug 1112471 - [B2G][RIL] Provide the availability of FDN to Gaia feature-b2g:2.2+
  2. bug 1113476 - B2G RIL: support nsck/pck for SIM Lock types
  3. bug 1115645 - Remove unused code of _updateActiveCall() in TelephonyService.js
  4. bug 1115758 - Add Cancel method for USSDSession feature-b2g:2.2+
  5. bug 1115603 - Introduce nsITelephonyCallInfo and use it to provide call info in nsITelephonyListener

Others

  1. Use |./mach update-uuids| for making UUID changes to make sure that any inheriting interfaces are also updated. @ https://bugzilla.mozilla.org/show_bug.cgi?id=1077075#c60

Jessica

  • Ongoing and Done:
    1. bug 1104664 - [gonk-l] Some netutils APIs are not available in newer libsystem (2.2+)
      • discuss and try with Henry about possible solutions, finally succeeded by making use of 'legacy_system' table
      • Henry is working on the patch
    2. bug 1116434 - (gonk-L-Wifi) WiFi hotspot L porting (2.2+)
    3. bug 1116438 - (gonk-L-Wifi) USB Tethering L porting (2.2+)
  • Pending:
    1. bug 973543 - B2G RIL: host routes removed unexpectedly when data call is shared
      • waiting for review.
    2. bug 1109479 - B2G tethering: move tethering code out of NetworkManager
      • wifi hotspot and usb tethering works fine, need to test dun part.
    3. bug 1115299 - B2G RIL: add test case for tethering with dun
    4. bug 1017470 - B2G RIL: reconnect data call only if necessary when apns are updated
  • Reviews/Feedbacks/Others:

John

  • Target:
    1. bug 1111990 - [B2G][RIL] Should only access EF_FDN when FDN service is available.(Review+)
  • Ongoing:
    1. bug 1116702 - [B2G][RIL] Should only access RUIM|SIM service when service allocated and activated.
    2. bug 1101366 - Contacts can't be imported from SIM card to device in Du network.
    3. bug 964644 - B2G RIL: deprecate StkProactiveCmdHelper.

Wesley (EPM)

  • Branch date = FLR = 1/12
    • Acutal FL = 2/23 but let's target 2/13 to avoid CNY downtime in Taipei