Closed
Bug 1091494
Opened 11 years ago
Closed 11 years ago
[Flame][v2.1][Message]"Delivery reports" function does not work.
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect)
Tracking
(b2g-v2.1 affected)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
b2g-v2.1 | --- | affected |
People
(Reporter: huayu.li, Unassigned)
Details
Attachments
(6 files)
[1.Description]:
There is no delivery reports after you check this function in message settings.
Occurence time:15:00
see attachments:logcat2.txt,VID_0007_Compress.MP4
[2.Testing Steps]:
1.Launch message.
2.Tap menu at right top.
3.Tap settings.
4.Check Delivery Reports.
5.Back to main view and send a MMS or SMS.
[3.Expected Result]:
5. Sender will not receive any delivery report.
[4.Actual Result]:
5.The sender should receive a delivery report.
[5.Reproduction build]:
Gaia-Rev eb0aab0f13c78c7ac378ad860e865c4b6eaf669f
Gecko-Rev https://hg.mozilla.org/releases/mozilla-b2g34_v2_1/rev/318019f80a8e
Build-ID 20141029001202
Version 34.0
[6.Reproduction Frequency]:
Always Recurrence,5/5
Reporter | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Hi,
Set NI to reporter to clarify the following questions:
1. Does this only happened when sending MMS?
(According to the video, the delivery report was not received in the sent MMS message)
2. Did you check if the remote party correctly download the entire MMS message sent from the test device?
The delivery report will only be replied by remote party after the MMS was downloaded by the remote party.
3. If the issue is still happened after the message was downloaded in the remote side,
Can you help to collect the tcpdump/adb logcat for further analysis?
https://github.com/bevis-tseng/Debug_Tools
Thanks!
Comment 4•11 years ago
|
||
And also: does it work with the same SIM on a non-Firefox OS device?
Updated•11 years ago
|
Component: Gaia::SMS → RIL
Reporter | ||
Comment 5•11 years ago
|
||
We can receive "Delivery reports" with the same SIM in android device.
Flags: needinfo?(huayu.li)
Reporter | ||
Comment 6•11 years ago
|
||
Reporter | ||
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
From the log,
1. the delivery report with positive response was received and update into the MobileMessageDB.
2. The corresponding 'sms-delivery-success' was broadcast to application layer.
Don't know why the delivery report was not displayed in the UI.
Set NI to myself to have more investigation later.
Flags: needinfo?(btseng)
Comment 10•11 years ago
|
||
I was not able to reproduce this in local carrier(CHT).
I'd like to reproduce this symptom locally by feeding tester's raw data into emulator,
NI reporter to:
(With the enable_debug_flags.sh from https://github.com/bevis-tseng/Debug_Tools applied to the test device)
1. collect both main log and radio log at the same time by opening 2 consoles and executing:
- [main log]: adb logcat -v threadtime > logcat.txt
- [radio log]: adb logcat -v threadtime -b radio > logcat_radio.txt
2. capture the tcpdump again.
Thanks!
Flags: needinfo?(btseng)
Reporter | ||
Comment 12•11 years ago
|
||
There is no "Delivery reports" in notification,but there is a green "√" icon after message,please comfirm if the green "√" icon is the delivery reports you need.
update the log.
Flags: needinfo?(huayu.li)
Reporter | ||
Comment 13•11 years ago
|
||
Reporter | ||
Comment 14•11 years ago
|
||
Comment 15•11 years ago
|
||
(In reply to Alissa from comment #12)
> Created attachment 8516448 [details]
> capture.pcap
>
> There is no "Delivery reports" in notification,but there is a green "√" icon
> after message,please comfirm if the green "√" icon is the delivery reports
> you need.
> update the log.
Yep, that's it; we don't send a notification for this, we only update the message live.
Comment 16•11 years ago
|
||
So is it a misunderstanding of the feature?
Maybe the moztrap is wrong because a notification was due at some time (see bug 933133) but over time we felt it was not really urgent (or even needed) so we never implemented it.
NI Jenny/Eric to comment here.
Flags: needinfo?(jelee)
Flags: needinfo?(echang)
Comment 17•11 years ago
|
||
https://moztrap.mozilla.org/manage/cases/?pagenumber=1&pagesize=100&sortfield=name&sortdirection=asc&filter-id=11014
The test case looks okay, but I think we can change some wording..
Flags: needinfo?(echang)
Comment 18•11 years ago
|
||
Not a RIL-related issue anymore according comment 12.
Component: RIL → Gaia::SMS
Comment 19•11 years ago
|
||
Hi Alissa,
Please see Bug 933133 comment 20 for my thought on this, as mentioned in the comment, I don't think it's necessary to show delivery notification in notification tray. Let me know if you think otherwise, thanks!
Hello Julien,
With that being said, I think we should modify the string in Message setting to reflect actual state, but that would be a different bug =)
Original: "Request notification of delivery for each message sent."
Modified: "Request delivery report for each message sent."
Thanks!
Flags: needinfo?(jelee)
Comment 20•11 years ago
|
||
From comment 12, let's close this bug. It's actually working :)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Comment 21•11 years ago
|
||
Filed bug 1094074 about comment 19
Updated•11 years ago
|
Summary: [MGSEI][Flame][v2.1][Message]"Delivery reports" function does not work. → [Flame][v2.1][Message]"Delivery reports" function does not work.
You need to log in
before you can comment on or make changes to this bug.
Description
•