diff options
author | Sarah Chin <sarahchin@google.com> | 2020-08-12 19:51:45 -0700 |
---|---|---|
committer | Sarah Chin <sarahchin@google.com> | 2020-09-28 16:00:38 -0700 |
commit | 7916cb0d07463ee3e11c9bc748956e6c81cd7b17 (patch) | |
tree | c96a6f2d674a1dd6addf0646420e0a660ea4cacf /api | |
parent | e5af1e14000fc677ea0efc8a2630a9eeb67b1732 (diff) |
Update NR TAC limit to 3 bytes
TAC was updated to 3 bytes, so the limit is now 0xffffff instead of the
previous 0xffff. Update to meet 3GPP requirements in 24.501 9.11.3.8.
Test: build
Bug: 144433329
Change-Id: Ie007c29671da709f23684ff27d30ef1c377aadc6
Merged-In: Ie007c29671da709f23684ff27d30ef1c377aadc6
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index d85e5cbcacfd..17413475451e 100644 --- a/api/current.txt +++ b/api/current.txt @@ -46945,7 +46945,7 @@ package android.telephony { method public long getNci(); method @IntRange(from=0, to=3279165) public int getNrarfcn(); method @IntRange(from=0, to=1007) public int getPci(); - method @IntRange(from=0, to=65535) public int getTac(); + method @IntRange(from=0, to=16777215) public int getTac(); method public void writeToParcel(android.os.Parcel, int); field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellIdentityNr> CREATOR; } |