commit | 6c7560e7dd28fed4ae9feb0622edba70b0f94613 | [log] [tgz] |
---|---|---|
author | Yujing Gu <guy@codeaurora.org> | Fri Apr 21 19:09:12 2017 +0800 |
committer | Yujing Gu <guy@codeaurora.org> | Tue Oct 24 14:54:19 2017 +0800 |
tree | d56a7fb5ed54b2feebcdfb020b7dc4d506a9865c | |
parent | 0a1b7c2b2cfa37dbe8eaf753d2b06e2b0a1c9250 [diff] |
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