TPE CONNECTIVITY GROUP/2014-09-09

From MozillaWiki
Jump to: navigation, search

Team memebers' updates

Chuck

  • Target
  1. bug 1055380 - Incorrect wifi network priority. landed
  2. bug 1043251 - WIFI keeps toggling just like some one keeps on tapping the button r+, waiting approval
  3. bug 1012549 - Support import PKCS#12 in wifi r+ in dom part, wating NSS review
  4. bug 1050678 - Send network info along with state change event WIP
  5. bug 1050679 - Use network info in state change event in Gaia WIP
  6. bug 1057091 - Support USB tethering in IPv6 upstream interface WIP
  7. bug 1058416 - Use IPDL in wifi WIP
  8. bug 1047258 - WiFi with Captive Portal and data connection can mess up Try to reproduce
  • Review & Feedbacks
  • Pending
  1. bug 1050147 - Remove wifi enable control by settings depends on bug 1050143
  2. bug 994564 - Use different thread for executing wifi command and netutil command WIP
  3. bug 981472 - Join an invalid network, the current connection will be disconnected WIP
  4. bug 989834 - it takes 10 seconds to unload wifi driver on Sora WIP
  5. bug 928775 - Support UESRNETWPIN r?
  6. bug 917097 - Wifi Enabled in airplane mode r+

Dimi

  • Done & Reviewing
  1. bug 1062808 - [NFC] nfcd print "not implement" message when receive HCI_EVT_TRANSACTION
  2. bug 1053675 - [NFC] nfcd should send correct session id for each tech discover and tech lost pair. r?
  3. bug 927298 - Support wifi hotspot status APIs. r?
  • Working
  1. bug 1063439 - [NFC] nfcd should handle simulated EVT_TRANSACTION event from emulator. on-going
  2. bug 1058440 - B2G NFC: enable debug when NFC debug is enabled. on-going
  3. bug 1059232 - [NFC] Add simple way to trigger EVT_TRANSACTION from nfcd. on-going
  4. bug 1055959 - [NFC] testNfcBadSessionIdError testcase fail. on-going
  5. bug 1043782 - [NFC][Flame] Cannot detect correct tag type for MWC card. on-going
  6. bug 1043276 - [NFC] Find a way for nfcd to know EVT_TRANSACTION comes from SIM or eSE. on-going
  • Pending
  1. bug 1057918 - [NFC] Support enable/disable debug message at runtime
  2. bug 1030615 - NFC Daemon shall support the logical channel communication with eSE.
  3. bug 1046516 - [Flame][NFC] check HCI_EVENT_TRANSACTION behavior in suspend mode. vendor

Ethan

Done

  1. bug 1049241 - [MADAI][Multimedia] Cannot play some RTSP link due to error in MP4A-LATM assembler (landed)
    • Uplifted to v1.4, v2.0 and v2.1
  2. bug 1054230 - [RTSP] Potential crash happens if decode error when reading meta data (resolved fixed by 1049241)
  3. bug 1055949 - [MADAI][Multimedia] System crash when playing MP4A-LATM audio type over RTSP (resolved fixed by 1049241)

In Progress

  1. Debug: bug 1014579 - [RTSP][V2.0] Second time warning message of full screen mode shows an inappropriate wording (2.1+)
  2. Debug: bug 1056187 - Frame drops observed during RTSP streaming (2.0+)
  3. bug 1032111 - [RTSP] Basic RTSP test case on ICS emulator (2.1, ongoing)
    • Cannot create RTSP in parent process (oop = false)
  4. Debug: bug 1050537 - crash in android::RtspConnectionHandler::onMessageReceived(android::sp<android::AMessage> const&)
    • The site uses HTTP streaming. So far we cannot find RTSP involved.

Pending

  1. bug 1048982 - [RTSP] Cannot play slideshow video over RTSP (2.1?)
  2. bug 1054171 - [RTSP] Support live stream over RTSP/RTP
    • The clip is a slideshow video. We don't support it yet (neither does Android 4.4).
    • Video track is MP4V-ES and no video frames are transported (except for the 1st second).
  3. bug 1000040 - [B2G][Emulator] Implement EthernetManager and test cases on ICS emulator (reopened)
  4. Debug: bug 1045889 - [B2G][RTSP] When the user get interrupted by an alarm, the video will not resume
    • Seems a duplicate of bug 1045351 - [B2G][RTSP] When pausing an AAC file via RTSP, the audio will not play again

Henry

Done & Working

  1. bug 1038531 - Unify NetworkService/Networker/WifiNetUtil/WifiUtil
    • Landed but was backed out... (TEST-UNEXPECTED-FAIL | test_network_active_changed.js | networkManager.active should be null by default - got [xpconnect wrapped (nsISupports, nsINetworkInterface, nsIRilNetworkInterface)], expected null)
  2. bug 992772 - [B2G][RIL][NetworkManager] ResolveHostName with the DNS of the specified NetworkInterface.
  3. bug 1053650 - [B2G][MMS] Host Resolving with specified DNS in XMLHttpRequest
    • XMLHttpRequest.webidl => nsXMLHttpRequest => nsHttpChannel => nsHttpConnectionInfo => nsHttpConnectionMgr => nsSocketTransport => DNS lookup
    • Proposed 2 solutions:
      • Explicit route (ip): simple but requires to deal with nsProxyInfo as well
      • NetworkInterfaceId: Indirect but flexible.
  4. bug 1054191 - [B2G] Cannot enable usb tethering on flame
    • Buffer overflow occurred in HwcDebug::HwcDebug
    • Fixed by :dhylands

Crash! Crash! Crash!

  1. bug 1058022 - B2G crashes during RTSP and HTTP streaming playback
  2. bug 1062550 - b2g crashes during USB tethering
  3. bug 1061993 - Closing an invalid fd in WiFi

Study

NFC

Pending

  1. bug 1040565 - system message shouldn't be dispatched to frozen pages
  2. bug 1034020 - Intermittent test_wifi_associate.js | DMError: Timeout exceeded for shell call
  3. bug 1038510 - Intermittent test_wifi_tethering_wifi_disabled.js | ScriptTimeoutException: ScriptTimeoutException: timed out | test_wifi_tethering_wifi_inactive.js | MarionetteException: MarionetteException: Emulator callback still pending when finish() called

Yoshi

  • bug 1059102 - B2G NFC: Better logging in (un)RegisterPeerTarget. landed
  • bug 1053732 - B2G NFC: Use dictionary in MozNDEFRecord Constructor. r+, wait for gaia review
  • bug 1055560 - B2G NFC: enum TNF in MozNDEFRecord.webidl. r+, depend on bug 1053732
  • bug 1007724 - [NFC] NDEF Record validation implementation. r+
  • bug 1055960 - B2G NFC: onpeerlost won't be called if peerready is reset. r+
  • bug 1050764 - crash in android::Parcel::setData(unsigned char const*, unsigned int). can't reproduce yet
  • bug 1059168 - B2G NFC: Make sure the techList and origin string won't overflow in NfcService. ongoing
  • Pending

Vincent

  • Target.(Bug Number, Summay, Status, Estimated date):
    1. bug 1055936 - Fail to play few 1080p RTSP clips on compatible platform
      • It crashed in OMXCodec.cpp which is located in Android framework.
    2. bug 1054171 - [RTSP] Support live stream over RTSP/RTP
      • Ongoing
    3. bug 1037307 - [Wifi] Test case for WPS
      • Pending
    4. bug 1021671 - [Flame][V1.4][Wifi]DUT cannot connect to network successfully via WPS Button connection
      • Waiting for T2M input.
    5. bug 1020844 - [Sora][WIFI] It can't display connection on ap list when use WPS connect
      • Pending
  • Review Bugs
    1. bug 972780 - [Madai][Bluetooth] [Data Share] Support bluetooth PAN profile
      • Ongoing
    2. bug 972783 - [Madai][Data Share] MAC address based firewall (e.g. iptables) for Admission Control & its corresponding API for Gaia
      • Ongoing
    3. bug 1059702 - [WiFi Tethering] wifi tethering will not work when wifi STA and AP use different interface names
      • landed

Wesley(EPM)

Vendor support for 2.2 NFC planning. Calling out to QC and DT in parallel

  • Bug 1016003 - [NFC-Payment-RIL-Vendor-Support] RIL/Baseband need to support APDU exchange via logical channel communcation on Flame.
  • Bug 987043 - [NFC-Payment-RIL-Vendor-Support ] BIP support for the remote management of secure element applets

MWC Badge

  • AI: Specify exactly what specifications we want. Get back to vendor by Aug/E.

Howie (EPM for Networking)

  • Please put story points and target milestone on every task you do
  • Use Tako