commit | 91081949634baa17d48affd2554e5515d24e2765 | [log] [tgz] |
---|---|---|
author | Mengjie Xie <Mengjie.Xie@mediatek.com> | Wed Apr 14 15:21:23 2021 +0800 |
committer | Lin Lili <lili.lin@mediatek.com> | Thu Apr 15 07:13:36 2021 +0000 |
tree | 67db2ca6c2e27b1a1db81b5ae112bd66fc31f089 | |
parent | 4600169731c70ac21d3ad3ff36c069342bfa0b73 [diff] |
Change Nci to CellInfo.UNAVAILABLE_LONG Problem: CellInfoTest#testCellInfo fail Root cause: In CellIdentityNr.sanitizeLocationInfo, Nci is set to CellInfo.UNAVAILABLE But in test case, CellInfo.UNAVAILABLE_LONG is expected Solution: Change Nci to CellInfo.UNAVAILABLE_LONG in CellIdentityNr.sanitizeLocationInfo Bug: 185446912 Test: CellInfoTest#testCellInfo can pass Change-Id: Idd2566c51ab388c22d76b6d6f795faba4af60d05