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

Commit a058bd37 authored by Yashdev Singh's avatar Yashdev Singh Committed by Linux Build Service Account
Browse files

Telephony: Don't validate status field.

- status field is also being used to update the intermediate downloading status
to update the UI accordingly.
- these intermediate values exceed the spec defined valid range.

Change-Id: I853983d186c3c79b4bbec459d017f0dd4298af5d
parent 756bf43e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -399,10 +399,6 @@ public class PduHeaders {
                }
                break;
            case STATUS:
                if ((value < STATUS_EXPIRED) || (value > STATUS_UNREACHABLE)) {
                    // Invalid value.
                    throw new InvalidHeaderValueException("Invalid Octet value!");
                }
                break;
            case REPLY_CHARGING:
                if ((value < REPLY_CHARGING_REQUESTED)