TPE RIL Network team/2014-04-15
From MozillaWiki
Contents
Meeting Time: 2014/04/15 10:30 AM
<Read Only>
Team's updates
<Read Only>
- Bugs priorities list : 1.3T=1.3+ > 1.4+ > 1.5+ >Feature works.
- Target landing date for 1.4+ is before 4/25.
- Target landing date for 1.3+/1.3T is before 4/18.
- 1.5 is going to start after 4/28.
Team memebers' updates
Aknow
- Done:
- bug 993255 - [B2G] [RIL] follow-up of bug 990467 - should hangUp pendingMO properly -- landed
- Target:
- bug 990472 - [B2G][RIL] mozTelephony.dial() should reject when there are more than 2 calls
- reviewing, almost ready, rebasing
- bug 784429 - [WebAPI] WebTelephony: Hang-up while connecting, call is not terminated
- desired state transition: (1) connecting -> (2) connected -> (3) disconnecting -> (4) disconnected
- if we answer the call and then hangup immediately: (1) connecting -> (3) disconnecting -> (2) connected ... issue occured
- after fix the bug: (1) connecting -> (3) disconnecting -> (4) disconnected
- bug 889737 - [MMI] Unify both sendMMI() and dial() functions
- working... waiting for mobileConnection ipdl
- bug 990472 - [B2G][RIL] mozTelephony.dial() should reject when there are more than 2 calls
Bevis
- Done
- bug 991988 - UI Freezes when trying to send MMS while data is down. (landed) (1.3+)
- New
- bug 992772 - [B2G][RIL][NetworkManager] ResolveHostName with the DNS of the specified NetworkInterface. (new)
- Since JB 4.3, Netd provides additional |iface| parameter in |getaddrinfo| command.
- Next topic is to review all the call path of |getaddrinfo| in gecko.
- bug 939026 - B2G NetworkManager: resolveHostname() should use async dns service (new)
- Blocked by bug 992772
- bug 995486 - CDMA MO MMS is not working on reference ril (ni?)
- 2 issues:
- MMS Configuration can not be applied immediately.
- MmsService got HTTP Status == 0 immediately after sending. Wondering if the mms data connection is workable?
- 2 issues:
- bug 992772 - [B2G][RIL][NetworkManager] ResolveHostName with the DNS of the specified NetworkInterface. (new)
- Pending
- bug 874335 B2G MMS: MMS test framework.
- bug 959015 - B2G SMS: Support SMS over IMS
Chuck
Target
- bug 989717 - Wifi/Hotspot status error 1.3T+, r+
- bug 979130 - Wifi Lock in system app landed
- bug 994564 - Use different thread for executing wifi command and netutil command WIP
- WPA-EAP
- bug 917102 - Import Cert by WifiManager rebasing
- bug 917175 - Delete imported Cert by WifiManager rebasing
- bug 917176 - List imported Certs by WifiManager rebasing
Review
- bug 993327 - [tarako] unable to enable Data Connect after turning off WIFI
- bug 993821 - [Wifi] [Follow up of Bug 986365] Event thread is blocked in WaitForEvent caused wifi stay in searching state
- bug 994524 - [Follow up of bug 989135] Fix ssid buffer may overflow
Pending
- bug 981472 - Join an invalid network, the current connection will be disconnected WIP
- bug 989834 - it takes 10 seconds to unload wifi driver on Sora WIP
- bug 928775 - Support UESRNETWPIN r?
- bug 930355 - Wifi Enable API r?
- bug 917097 - Wifi Enabled in airplane mode r+
- bug 745468 - Support WPA-EAP configuration r+
- bug 790056 - Enable WPA-EAP r?
- bug 928227 - Key nickname filter in keystore WIP
Dimi
- NFC
- bug 984397 - [NFC] Fix rf_discover in NFC emulator. r+
- working on testcase
- bug 993330 - [NFC] support notify tag discover by emulator console command. on-going
- bug 993836 - [NFC] Emulator support for reading NDEF data from type 1 tag. on-going
- bug 972248 - [B2F][NFC] : nfcd should using error code instead of boolean. pending
- bug 984207 - NFC should be in standby mode when NFC option is enable and screen is off. pending
- Wifi
- bug 994524 - [Follow up of bug 989135] Fix ssid buffer may overflow. land
- bug 987760 - [v1.4] Investigate test_settings_wifi.py failure. on-going
- Review
- bug 970263 - B2G NFC: Enable NFC when running NFC marionette tests
- bug 995101 - NFC: Don't use nfc-hardware-state-change event to enable/disable NFC.
- bug 970251 - B2G NFC: Use API to enable/disable NFC hardware
- bug 993891 - B2G NFC: NFC_IPC_MSG_NAMES in Nfc.js is handled twice.
Edgar
Target
- bug 978027 - [B2G] Need to implement API for getCdmaPrlVersion. (Landed)
- bug 980259 - B2G: Dynamic enable network related debug log. (Landed)
- bug 898445 - B2G RIL: Move mozMobileConnection/MozMobileConnectionInfo/MozMobileNetworkInfo/MozMobileCellInfo to WebIDL. (Ongoing)
- Address review comment.
- bug 995109 - B2G RIL: Don't handle |dataInfo.connected| in DataConnectionHandler. (Ongoing)
- WIP patch.
- bug 843452 - B2G RIL: use ipdl as IPC in MozMobileConnection. (Pending)
- Ready in working branch:
Tracking & debugging
- bug 995024 - [B2G][Tarako] T-Mobile SIM does not work in the first SIM slot.
- bug 994285 - [B2G][Tarako][Lockscreen] The user does not receive PUK code entry after failing PIN entry for two sims.
- bug 993327 - [tarako] unable to enable Data Connect after turning off WIFI.
- bug 993268 - Card EF File load end time issue.
Review & feedback
- bug 982018 - [B2G] Need to implement API for CDMALOCKMODE.
- bug 939046 - B2G RIL: Data call and RILNetworkInterface enhancement.
- bug 995107 - Some RIL test cases fail unconditionally on Emulator-jb due to its multi-sim nature.
- bug 995844 - test_dsds_mobile_data_connection.js retrieve mozMobileConnection from a wrong frame.
Ethan
Target
- bug 992568 - Refactor RtspChannel to support HTTP->RTSP redirection and rendering inside the browser (1.5, feedback+, ongoing)
- Tested with system browser.
- Edit mozilla-b2g/gaia/Makefile: ROCKETBAR?=full; make reset-gaia.
- So far so good (functionality is not broken, behaviors are consistent).
- Working on Suspend/Resume operations.
- The following bugs shall be resolved fixed by this bug.
- bug 949675 - Support HTTP->Rtsp Channel redirects
- bug 945603 - Support Rtsp Protocol in URL Bar on b2g Browser
- bug 940840 - Support Rtsp protocol in HTML iframe tag
- bug 971593 - Resource leak of HTMLMediaElement containing RTSP media resource
- Tested with system browser.
Tracking & Debugging
- bug 993924 - [Sora][streaming] Can't play the audio rtsp resource (1.3+) (ongoing)
- The DSS server sends TCP-interleaved RTP instead of UDP-based RTP.
- Our RTSP client does not try TCP interleaving for now.
- bug 990908 - Video app crash at android::OMXCodec::read when opening RTSP streaming (ongoing)
Pending
- bug 989221 - Duplicate error alerts are displayed when video app encounters an error
- Automation test framework for RTSP feature
- bug 975257 - [RTSP] No warning message pops up after disabling network on the hotspot
Henry
Done & Working
- bug 906164 - mozHasPendingMessage() should queue messages even when app is running
- bug 993732 - [B2G][Clock] Alarm set with clock app does not fire until user reopens clock app
- bug 980814 - Fix test_system_message.py, JavaScript Error: "NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE)
- r+'d and merged
- bug 991025 - Enable WiFi test on emulator
- GITREPO=git://github.com/elefant/b2g-manifest BRANCH=dev/emu-wifi
- https://tbpl.mozilla.org/?tree=Try&rev=f538b5f8cf49
Pending
- bug 937528 - Accepted client tcp socket (mozTcpSocket) has uninitialized host and port
- bug 945569 - Support Wifi Display device discovery and group formation
- Need of adding comments
- bug 811635 - B2G Wifi: Support Wifi Direct
- Documentation
Hsinyi
Target.(Bug Number, Summay, Stauts, Estimated date)
- bug 975778 - [B2G] [Emulator] Support CDMA_FLASH command for Cdma call waiting and 3way calling senario ongoing
- Studying TS 27.007 to get right AT commands to use
- Depend on Bug 986362 - B2G Emulator: Support numberPresentation/name/namePresentation in emulator.
- bug 975779 - [B2G] [RIL] add marionette tests for CDMA call waiting and 3way calling
- Depend on bug 975778
- bug 981519 - [CDMA] Number and name presentation 1.5?, ongoing
- bug 989728 - [B2G] [RIL] split test_conference.js into smaller pieces to avoid timeout failure landed
Tracking & Debugging
- bug 993564 - [B2G][Tarako]Unable to proceed past the extension line when calling into the Mozilla conference line 1.3t+, confirmed Vendcom
- bug 994455 - [Tarako][Dialer]Input any number in keypad will cause hang up phone needs almost 10 seconds 1.3t+, confirmed Vendcom
- bug 990003 - [Tarako][Perf][Dialer] It takes a long time for the call screen shows up 1.3t+, debuging
Reviews and Feedbacks
- bug 990467 - [tarako] Cannot place ECC call when leaving shiedling box, and before getting service back 1.3t+
- bug 979134 - Rewrite mobileconnection test cases with Promise
- bug 961921 - B2G RIL: [DSDS] Separate roaming preference for each client
- bug 990918 - [B2G][CBS] Make RIL compatible for both new/old formats of ril.cellbroadcast.searchlist 1.4+
- bug 935776 - Cant build Firefox OS (emulator) on Mavericks
- bug 992948 - Use the telephony-call-ended system message to fill call log 1.3t+
- bug 978027 - [B2G] Need to implement API for getCdmaPrlVersion
- bug 993255 - [B2G] [RIL] follow-up of bug 990467 - should hangUp pendingMO properly
- bug 904588 - Move mozIccManager to WebIDL
- bug 990472 - [B2G][RIL] mozTelephony.dial() should reject when there are more than 2 calls
- bug 939046 - B2G RIL: Data call and RILNetworkInterface enhancement
- bug 898445 - B2G RIL: Move mozMobileConnection/MozMobileConnectionInfo/MozMobileNetworkInfo/MozMobileCellInfo to WebIDL
Others
- Weekly meeting with QC
Jessica
- Target.(Bug Number, Summay, Stauts, Estimated date):
- bug 961921 - B2G RIL: [DSDS] Separate roaming preference for each client
- landed.
- bug 984741 - [Connectivity]Please provide requestRouteToHostAddress api
- resolve invalid, partner are using 'addHostRoute()' in nsINetworkService.
- should we support this in the future for flexibility?
- bug 939046 - B2G RIL: Data call and RILNetworkInterface enhancement
- offline discussion with Hsinyi, Edgar and Vicamo.
- modifying according to our offline discussion.
- bug 973543 - B2G RIL: host routes removed unexpectedly when data call is shared
- pending, would need to solve bug 939046 first.
- bug 990458 - B2G RIL: replace the use of 'network-interface-state-changed' events with updateNetworkInterface() API
- pending, would need to solve bug 939046 first.
- bug 961921 - B2G RIL: [DSDS] Separate roaming preference for each client
- Reviews/Feedbacks/Others:
John
- Target
- bug 746074 - Allow enforcing network-usage policies on "web apps"
- bug 986387 - Port most of the network stats API to WebIDL (r?)
- bug 993311 - Convert Network Stats API to WebIDL (r?)
- bug 993435 - Crash getting 'navigator.connection' from closed window (Landed)
- bug 928289 - [Network Metering] Obtain network tethering statistics (e.g., WiFi tethering, USB tethering)
- Blocked by bug 939046
- bug 993834 - [NetworkStats API] missing the store_name parameter when calling dbNewTxn in function getAvailableServiceTypes (Landed)
- Network Policy (per-app) Related Bugs
- bug 786419 - Necko part
- bug 780087 - Gecko part
- bug 746074 - API part
- Network Policy (per-app) Related Bugs
- Pending
- bug 959528 - [Network Metering] Obtain network traffic cost by OTA
- bug 935838 - [Per App Network Traffic Metering] Collect per app traffic in UDP Socket API
Vicamo
Target.(Bug Number, Summay, Stauts, Estimated date):
- bug 866938 B2G MMS: Support email address in receiver field (in review)
- bug 871475 B2G Emulator: support RIL data connection emulation
- landed, testing emulator-jb and emulator-kk
- bug 975442 B2G Emulator: fails to run crashtest, marionette, mochitest, and reftest on KitKat emulator (landed)
- bug 977995 B2G: remove mNetdWorker from SystemWorkerManager (landed)
- bug 978071 B2G Emulator: support IPv6
- multiple failures on emulator-ics
- bug 979134 Rewrite mobileconnection test cases with Promise
- first run landed, more to come
- bug 979137 B2G Emulator: Support the IPV4V6 (pending)
- bug 983013 Flatfish can't be build in OSX 10.9 (Mavericks) (in review)
- bug 995844 test_dsds_mobile_data_connection.js retrieve mozMobileConnection from a wrong frame (wip)
- bug 995864 configure runs forever on Mac OSX with Xcode 4.x (minor, pending)
- {{Bug}995920}} failed to run marionette test test_proximity_change.js, test_sensor_orientation.js on emulator-kk, always timeout
Reviews/Feedbacks/Others:
- bug 986362 B2G Emulator: Support numberPresentation/name/namePresentation in emulator (r-)
- bug 989728 [B2G] [RIL] split test_conference.js into smaller pieces to avoid timeout failure (r+)
- bug 991450 [B2G][ICS][emulator] Add wifi related services and scripts to init.goldfish.rc for wifi testing (f-)
- bug 991452 [B2G][ICS][emulator] Add network interface wlan0 for wifi testing (f+)
Vincent
- Target.(Bug Number, Summay, Status, Estimated date):
- bug 993821 - [Wifi] Event thread is blocked in WaitForEvent caused wifi stay in searching state
- Landed
- bug 989714 - [Tarako][WIFI][Internet sharing] Unable to establish wifi connect after wifi-hotspot enabled.
- Duplicate of bug 989717
- bug 993327 - [tarako] unable to enable Data Connect after turning off WIFI
- Landed
- bug 989595 - [Tarako]wifi stay searching after turn on/off wifi some times
- Duplicate of bug 991499
- bug 984295 - [Rtsp] Serialize Rtsp controller requests
- ongoing
- bug 951278 [RTSP][V1.3] The RTSP streaming always stops at the last 1st or 2nd second
- r+
- bug 993821 - [Wifi] Event thread is blocked in WaitForEvent caused wifi stay in searching state
- Review Bugs
- bug 980259 - B2G: Dynamic enable network related debug log
- landed
- bug 928289 - [Network Metering] Obtain network tethering statistics (e.g., WiFi tethering, USB tethering)
- ongoing
- bug 945569 - Support Wifi Display device discovery and group formation
- pending
- bug 981472 - [Sora][Wi-Fi] Join an invalid network, the current connection will be disconnected
- pending
- bug 973809 - [Madai][WiFi][Data Share] Socket Transport isn't properly initialized when a Wi-Fi Hotspot is "enabled" (a Wi-Fi is "disabled").
- pending
- bug 980259 - B2G: Dynamic enable network related debug log
- Tracking.(Bugs that should be fixed or interested)
- bug 846661 - [Buri][WIFI][Feature] a prompt should appear when there is a open Access Point
- bug 866718 - Automatically connect to openwireless.org WiFi networks if no others available
- WISPr (Wireless Internet Service Provider roaming) and wifi captive portal.
Yoshi
- bug 970251 - B2G NFC: Use API to enable/disable NFC hardware. r+ and sr+
- bug 993893 - B2G NFC: NfcManager APIs will also check nfc-write permission. landed
- bug 993891 - B2G NFC: NFC_IPC_MSG_NAMES in Nfc.js is handled twice. landed
- bug 995101 - NFC: Don't use nfc-hardware-state-change event to enable/disable NFC. working on Gaia patch.
- bug 970263 - B2G NFC: Enable NFC when running NFC marionette tests. r+
- bug 933588 - B2G NFC: Rewrite NFC Worker in C++. Ongoing.
- bug 963541 - B2G NFC: Have a clear definition with NFCTag.connect and NFCTag.close. (pending, will back to this after NfcA or IsoDep is supported)
- reviewed bug 978027 - [B2G] Need to implement API for getCdmaPrlVersion
- reviewed bug 993896 - Fire error to Nfc Gaia applications when returned status from Gonk nfcd is not success
Borting
- Target
- bug 951976 - API for Resource Statistics
- WebIDL patch (r+)
- Implementation patch (r+)
- Test case
- Mochitest test (done)
- xpcshell test (undergo)
- bug 951976 - API for Resource Statistics
- bug 947779 - Support auto clearing statistics and alarms when app is removed
- Use "webapps-uninstall" notification
- bug 854200 - PowerStats implementation
- Trace how NetworkStats implement processQueue
- bug 947779 - Support auto clearing statistics and alarms when app is removed
- Pending
- bug 899596 - Get Wi-Fi link speed (r+)
- bug 854202 - Obtain system metrics and power profile (r+)
- Should be rebased after bug 951976 is landed
Wesley(EPM)
Sprint planning
Feature landing criteria