mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 807631 - Receiving multi-part SMS doesn't work. r=philikon.
This commit is contained in:
parent
e3feaeecef
commit
d1cdf87e11
@ -3866,7 +3866,7 @@ let RIL = {
|
|||||||
this.sendDOMMessage(message);
|
this.sendDOMMessage(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (message.messageClass == GECKO_SMS_MESSAGE_CLASSES[PDU_DCS_MSG_CLASS_2]) {
|
if (message && message.messageClass == GECKO_SMS_MESSAGE_CLASSES[PDU_DCS_MSG_CLASS_2]) {
|
||||||
// `MS shall ensure that the message has been to the SMS data field in
|
// `MS shall ensure that the message has been to the SMS data field in
|
||||||
// the (U)SIM before sending an ACK to the SC.` ~ 3GPP 23.038 clause 4
|
// the (U)SIM before sending an ACK to the SC.` ~ 3GPP 23.038 clause 4
|
||||||
return PDU_FCS_RESERVED;
|
return PDU_FCS_RESERVED;
|
||||||
|
Loading…
Reference in New Issue
Block a user