Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb609625 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

Merge "Telephony: Process MT SMS with MTI set to 3"

parents e74e7e2a 18804b3f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -928,6 +928,8 @@ public class SmsMessage extends SmsMessageBase{
        // TP-Message-Type-Indicator
        // 9.2.3
        case 0:
        case 3: //GSM 03.40 9.2.3.1: MTI == 3 is Reserved.
                //This should be processed in the same way as MTI == 0 (Deliver)
            parseSmsDeliver(p, firstByte);
            break;
        case 2: