Add NGRAN

Test: build
Bug: 143683654
Change-Id: I5aae9ea088d8a4625d9c8f6600f7d1bddc8fbf9c
This commit is contained in:
Sarah Chin
2019-12-03 12:38:36 -08:00
parent 833c578b01
commit 721084c310

View File

@@ -133,7 +133,12 @@ public class NetworkScanHelper {
new RadioAccessSpecifier( new RadioAccessSpecifier(
AccessNetworkType.UTRAN, AccessNetworkType.UTRAN,
null /* bands */, null /* bands */,
null /* channels */) null /* channels */),
// NR
new RadioAccessSpecifier(
AccessNetworkType.NGRAN,
null /* bands */,
null /* channels */),
}, },
SEARCH_PERIODICITY_SEC, SEARCH_PERIODICITY_SEC,
MAX_SEARCH_TIME_SEC, MAX_SEARCH_TIME_SEC,