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

Skip to content
Commit 6c7560e7 authored by Yujing Gu's avatar Yujing Gu
Browse files

Correct the value of access technology.

The byte in java is a signed variable.
The last byte in one record(bytes[offset + 4) will be 0xfxx if the first
byte in the next record is 0xf.
And the beginning in each record is 0xfffff to indicate the default PLMN.
To correct the value of accessTechs in the record, filtered the
bytes[offset + 4] with 0xff.

Fixes: 37884144
Change-Id: Ie88952321c4add09e6ad91f4a6db4e28d72daafc
parent 0a1b7c2b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment