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

Commit 18804b3f authored by Alex Yakavenka's avatar Alex Yakavenka
Browse files

Telephony: Process MT SMS with MTI set to 3

Change-Id: Ie57a9465d41a3bd2c625ccf6e675af400be6d294
parent d6c19197
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: