Closed
Bug 1017399
Opened 11 years ago
Closed 10 years ago
[tarako][v1.4]FireFoxOS shows message "Session Expired" with Aircel operator again and again
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect)
Tracking
(b2g-v1.3T affected, b2g-v1.4 affected)
RESOLVED
DUPLICATE
of bug 1057455
People
(Reporter: wei.gao, Unassigned)
Details
(Whiteboard: [sprd317371])
Attachments
(3 files)
(deleted),
text/x-log
|
Details | |
(deleted),
text/x-log
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review |
[1.OS Version ]: v1.3t v1.4
[2.Network ]: GSM
[3.SIM Card ]: SIM1:-Aircel
[4.Testing Steps ]:
a) Make a call or send a message from DUT .
b) DUT again & again shows message "Session Expired" with Aircel operator.
[5.Testing Result ]:Firefox shows a message "session expired" again and again.
[6.Expected Result ]: Firefox should not show that type of message
[7.Place ]: India
Reporter | ||
Updated•11 years ago
|
status-b2g-v1.3T:
--- → affected
status-b2g-v1.4:
--- → affected
Summary: FireFoxOS shows message "Session Expired" with Aircel operator again and again → [tarako][v1.4]FireFoxOS shows message "Session Expired" with Aircel operator again and again
Reporter | ||
Comment 1•11 years ago
|
||
I checked the code and found ffos shows "Session Expired" when receive a blank USSD message.
Here is the main log for 7715 v1.4
Please help to check why ffos shows "Session Expired" so much.
Reporter | ||
Comment 2•11 years ago
|
||
Here is a radio log for sprd7715 v1.4
Hi Evelyn
Please help to check this bug.
Thanks.
Flags: needinfo?(ehung)
Comment 3•11 years ago
|
||
Hi Etienne, do you have any hint about this issue? I can't find where the message comes from after a grep in codes. :(
Flags: needinfo?(ehung) → needinfo?(etienne)
Comment 4•11 years ago
|
||
(In reply to Evelyn Hung [:evelyn] from comment #3)
> Hi Etienne, do you have any hint about this issue? I can't find where the
> message comes from after a grep in codes. :(
Comment 1 is probably correct [1], but I don't know why we're receiving a ussd-received system message here.
[1] https://github.com/mozilla-b2g/gaia/blob/master/apps/communications/dialer/js/mmi_ui.js#L173-175
Flags: needinfo?(etienne)
Reporter | ||
Comment 5•11 years ago
|
||
(In reply to Etienne Segonzac (:etienne) from comment #4)
> (In reply to Evelyn Hung [:evelyn] from comment #3)
> > Hi Etienne, do you have any hint about this issue? I can't find where the
> > message comes from after a grep in codes. :(
>
> Comment 1 is probably correct [1], but I don't know why we're receiving a
> ussd-received system message here.
>
>
> [1]
> https://github.com/mozilla-b2g/gaia/blob/master/apps/communications/dialer/
> js/mmi_ui.js#L173-175
Hi Etienne
I think it is the b2g received blank ussd messages that lead to this appearance.
Is there any method to avoid receiving blank ussd message or don't show the blank ussd message on screen?
Thanks.
Reporter | ||
Comment 6•11 years ago
|
||
Hi Etienne
Can this patch be accepted to avoid this?
Thanks.
Comment 7•11 years ago
|
||
I'd like to understand what's happening before reviewing anything. Why are we receiving this empty ussd?
Reporter | ||
Comment 8•11 years ago
|
||
(In reply to Etienne Segonzac (:etienne) from comment #7)
> I'd like to understand what's happening before reviewing anything. Why are
> we receiving this empty ussd?
The empty ussd messages were received from network.
Our colleague who is responsible for the modem module said that android also received this empty ussd message after analyzing the android log, but android showed nothing on the screen.
So I wonder if ffos can also not show this message.
Thanks.
Comment 9•11 years ago
|
||
(In reply to wei.gao from comment #8)
> (In reply to Etienne Segonzac (:etienne) from comment #7)
> > I'd like to understand what's happening before reviewing anything. Why are
> > we receiving this empty ussd?
>
> The empty ussd messages were received from network.
>
> Our colleague who is responsible for the modem module said that android also
> received this empty ussd message after analyzing the android log, but
> android showed nothing on the screen.
>
> So I wonder if ffos can also not show this message.
>
Hey ferjm, I know you didn't touch this in a while, but since you did gecko and gaia work on this I think you are the best person to ask.
Is it safe to just ignore those empty ussd messages? Or will we be discarding important things like the session ending.
Flags: needinfo?(ferjmoreno)
Comment 10•11 years ago
|
||
I think that we can ignore the empty ussd messages if we have another way to tell the user that the session is expired (we have a flag for that [1]). Maybe disabling the MMI screen if it is being shown or directly closing it. I have a vague memory about this being a certification blocker. Beatriz, can you confirm this please?
[1] https://mxr.mozilla.org/mozilla-central/source/dom/webidl/USSDReceivedEvent.webidl#18
Flags: needinfo?(ferjmoreno)
Updated•11 years ago
|
Flags: needinfo?(brg)
Comment 11•11 years ago
|
||
Yes it is a certification requirement, the USSD session expiration must be shown to the user when the network closes it.
Flags: needinfo?(brg)
Comment 12•10 years ago
|
||
Gabriele, I think this is fixed in whatever bug we started ignoring blank USSD messages in. Could you please either dup this bug to that one, or resolve this if you can't find it?
Flags: needinfo?(gsvelto)
Reporter | ||
Comment 13•10 years ago
|
||
(In reply to Doug Sherk (:drs) (use needinfo?) from comment #12)
> Gabriele, I think this is fixed in whatever bug we started ignoring blank
> USSD messages in. Could you please either dup this bug to that one, or
> resolve this if you can't find it?
Hi Gabriele
This issue doesn't happen again.
So we can close this bug.
Thanks.
Comment 14•10 years ago
|
||
This is most likely a duplicate of bug 1057455 so I'm dup'ing against that one.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(gsvelto)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•