TPE RIL team/2014-09-09

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
    • 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)