commit | 17251bf00ef311c000e63b8a36bb487f021a4184 | [log] [tgz] |
---|---|---|
author | Mingming Cai <mingcai@google.com> | Wed Mar 25 17:40:01 2020 -0700 |
committer | Mingming Cai <mingcai@google.com> | Wed Mar 25 17:40:01 2020 -0700 |
tree | 1de84caf9773cfb084f8af10a0599e33c14531d6 | |
parent | 6968a6fb322d66626667f5731fe94253eeada3fe [diff] |
Add CTS on TDSCDMA getClosedSubscriberGroupInfo Bug: 152411391 Test: CellInfoTest Change-Id: I1a05c5e000b0e64622388e3373e3e1e3919c0bfa
diff --git a/tests/tests/telephony/current/src/android/telephony/cts/CellInfoTest.java b/tests/tests/telephony/current/src/android/telephony/cts/CellInfoTest.java index 734d85f..4906ec4 100644 --- a/tests/tests/telephony/current/src/android/telephony/cts/CellInfoTest.java +++ b/tests/tests/telephony/current/src/android/telephony/cts/CellInfoTest.java
@@ -994,6 +994,8 @@ verifyPlmnId(plmnId); } + verifyCsgInfo(tdscdma.getClosedSubscriberGroupInfo()); + // If the cell is reported as registered, then all the logical cell info must be reported if (isRegistered) { assertTrue("LAC is required for registered cells", lac != Integer.MAX_VALUE);